[Lldb-commits] [lldb] r354425 - [TestModuleCXX] Use UNSUPPORTED instead of REQUIRES
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 19 17:49:16 PST 2019
Author: jdevlieghere
Date: Tue Feb 19 17:49:16 2019
New Revision: 354425
URL: http://llvm.org/viewvc/llvm-project?rev=354425&view=rev
Log:
[TestModuleCXX] Use UNSUPPORTED instead of REQUIRES
The requires value turns out to be bogus and the test gets skipped on
macOS.
Modified:
lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test
Modified: lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test?rev=354425&r1=354424&r2=354425&view=diff
==============================================================================
--- lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test (original)
+++ lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test Tue Feb 19 17:49:16 2019
@@ -1,4 +1,4 @@
-# REQUIRES: nowindows
+# UNSUPPORTED: system-windows
# Start fresh.
# RUN: rm -rf %t.root
More information about the lldb-commits
mailing list