diff options
author | Greg Clayton <gclayton@apple.com> | 2013-05-14 23:21:47 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2013-05-14 23:21:47 +0000 |
commit | 609a433159e835c20d863cc562df496e88cb1167 (patch) | |
tree | 3faf5fe86c3f37b8c5d0d6ad74598cf7d4a41e17 /lldb/test/lang/cpp/class_static/TestStaticVariables.py | |
parent | b734a9dbc65a4a219bb3d0167cb2f4f4b3f3bd5c (diff) | |
download | bcm5719-llvm-609a433159e835c20d863cc562df496e88cb1167.tar.gz bcm5719-llvm-609a433159e835c20d863cc562df496e88cb1167.zip |
Unbreak the linux buildbot tests. This still fails for the clang that is being used on linux.
llvm-svn: 181845
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
-rw-r--r-- | lldb/test/lang/cpp/class_static/TestStaticVariables.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py index b59b806272e..09cbd105916 100644 --- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py +++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py @@ -27,6 +27,7 @@ class StaticVariableTestCase(TestBase): self.static_variable_commands() @unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin") + @expectedFailureClang(9980907) @expectedFailureGcc(9980907) @python_api_test @dsym_test @@ -35,6 +36,7 @@ class StaticVariableTestCase(TestBase): self.buildDsym() self.static_variable_python() + @expectedFailureClang(9980907) @expectedFailureGcc(9980907) @python_api_test @dwarf_test |