From 22651f50efb847c9b7cef0da68986568ba21ecea Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 4 Dec 2018 23:56:25 +0000 Subject: [build.py] Disable tests on non-Windows. This won't work until we get the GCC / clang builder implemented. llvm-svn: 348319 --- lldb/lit/BuildScript/modes.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/lit/BuildScript/modes.test') diff --git a/lldb/lit/BuildScript/modes.test b/lldb/lit/BuildScript/modes.test index a615fb74e69..534ba8cbca3 100644 --- a/lldb/lit/BuildScript/modes.test +++ b/lldb/lit/BuildScript/modes.test @@ -1,3 +1,5 @@ +REQUIRES: system-windows + RUN: %build -n --verbose --arch=32 --mode=compile --compiler=any -o %t/foo.out foobar.c \ RUN: | FileCheck --check-prefix=COMPILE %s -- cgit v1.2.3