[Lldb-commits] [lldb] r354487 - [TestModuleCXX] Make this test	Darwin-only.
    Jonas Devlieghere via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Feb 20 09:43:34 PST 2019
    
    
  
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
    
    
More information about the lldb-commits
mailing list