From: Lang Hames Date: Fri, 11 Oct 2019 01:58:12 +0000 (+0000) Subject: [JITLink] Disable the MachO/AArch64 testcase while investigating bot failures. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f08722ec5203a57f82a0fc2ab8224279ed53994f;p=llvm [JITLink] Disable the MachO/AArch64 testcase while investigating bot failures. The windows bots are failing due to a memory layout error. Temporarily disabling while I investigate whether this can be worked around, or whether the test should be disabled on Windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374500 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg b/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg index 7184443994b..7cfadc4db86 100644 --- a/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg +++ b/test/ExecutionEngine/JITLink/AArch64/lit.local.cfg @@ -1,2 +1,2 @@ -if not 'AArch64' in config.root.targets: - config.unsupported = True +# if not 'AArch64' in config.root.targets: +config.unsupported = True