summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/class_static/TestStaticVariables.py
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2013-05-14 23:21:47 +0000
committerGreg Clayton <gclayton@apple.com>2013-05-14 23:21:47 +0000
commit609a433159e835c20d863cc562df496e88cb1167 (patch)
tree3faf5fe86c3f37b8c5d0d6ad74598cf7d4a41e17 /lldb/test/lang/cpp/class_static/TestStaticVariables.py
parentb734a9dbc65a4a219bb3d0167cb2f4f4b3f3bd5c (diff)
downloadbcm5719-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.py2
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
OpenPOWER on IntegriCloud