Author: jdevlieghere Date: Wed Feb 20 09:43:34 2019 New Revision: 354487 URL: http://llvm.org/viewvc/llvm-project?rev=354487&view=rev Log: [TestModuleCXX] Make this test Darwin-only.
Apparently this functionality is not expected to work on non-Darwin systems. I should've checked the decorator on the original test. 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=354487&r1=354486&r2=354487&view=diff ============================================================================== --- lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test (original) +++ lldb/trunk/lit/Reproducer/Modules/TestModuleCXX.test Wed Feb 20 09:43:34 2019 @@ -1,4 +1,4 @@ -# UNSUPPORTED: system-windows +# REQUIRES: system-darwin # Start fresh. # RUN: rm -rf %t.root _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits