Author: gclayton
Date: Wed Oct  7 15:08:26 2015
New Revision: 249605

URL: http://llvm.org/viewvc/llvm-project?rev=249605&view=rev
Log:
Another stripped test that requires darwin and a dSYM (no Dwarf or DWO).

Modified:
    
lldb/trunk/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py

Modified: 
lldb/trunk/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py?rev=249605&r1=249604&r2=249605&view=diff
==============================================================================
--- 
lldb/trunk/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py
 (original)
+++ 
lldb/trunk/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py
 Wed Oct  7 15:08:26 2015
@@ -19,6 +19,8 @@ class TestObjCStaticMethodStripped(TestB
 
     @skipUnlessDarwin
     @python_api_test
+    @skipIfDwarf    # This test requires a stripped binary and a dSYM
+    @skipIfDWO      # This test requires a stripped binary and a dSYM
     #<rdar://problem/12042992>
     def test_with_python_api(self):
         """Test calling functions in static methods with a stripped binary."""


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to