From: Lang Hames Date: Fri, 22 Feb 2019 01:44:23 +0000 (+0000) Subject: Add 'Windows' to the disabled platforms list for the Kaleidoscope tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=611058ce019d64316be81264815ff48a8d792b6b;p=llvm Add 'Windows' to the disabled platforms list for the Kaleidoscope tests. Expands on the check from r354645. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354646 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Examples/lit.local.cfg b/test/Examples/lit.local.cfg index 21d227ca14f..9f0b1ca30dd 100644 --- a/test/Examples/lit.local.cfg +++ b/test/Examples/lit.local.cfg @@ -1,2 +1,2 @@ -if not config.build_examples and not sys.platform in ['win32']: +if not config.build_examples and not sys.platform in ['win32', 'Windows']: config.unsupported = True \ No newline at end of file