diff options
author | Greg Clayton <gclayton@apple.com> | 2015-10-07 20:08:26 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2015-10-07 20:08:26 +0000 |
commit | 512011c3f03785eb60b65afe53dd06d935b40483 (patch) | |
tree | 6657e598003ee86a6a37612192684030bc765fca /lldb/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py | |
parent | 9bb69f059be2bda7a8e1ebd545d5834aaa466554 (diff) | |
download | bcm5719-llvm-512011c3f03785eb60b65afe53dd06d935b40483.tar.gz bcm5719-llvm-512011c3f03785eb60b65afe53dd06d935b40483.zip |
Another stripped test that requires darwin and a dSYM (no Dwarf or DWO).
llvm-svn: 249605
Diffstat (limited to 'lldb/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py')
-rw-r--r-- | lldb/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py b/lldb/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py index 664494ea5aa..6cc550aa10b 100644 --- a/lldb/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py +++ b/lldb/test/lang/objc/objc-static-method-stripped/TestObjCStaticMethodStripped.py @@ -19,6 +19,8 @@ class TestObjCStaticMethodStripped(TestBase): @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.""" |