summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-05-15 20:26:30 +0000
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>2013-05-15 20:26:30 +0000
commit863bd4a534a28176a7931f70d6ad259bfeb0aea0 (patch)
treed11f0ba3e1aa784c12cbfb15dcab8fcd9b3dd7d7
parent9aae0a13bfdfb37c6ae236c4b499a027c3a5c59d (diff)
downloadbcm5719-llvm-863bd4a534a28176a7931f70d6ad259bfeb0aea0.tar.gz
bcm5719-llvm-863bd4a534a28176a7931f70d6ad259bfeb0aea0.zip
Fixed an xpass due to r181841 on Linux with gcc. Note that the clang variant contains to xfail, and r181841 is a fix for the test.
llvm-svn: 181918
-rw-r--r--lldb/test/lang/cpp/class_static/TestStaticVariables.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py
index 2a8577642de..65645aa0727 100644
--- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py
+++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py
@@ -37,7 +37,6 @@ class StaticVariableTestCase(TestBase):
self.static_variable_python()
@expectedFailureClang(9980907)
- @expectedFailureGcc(9980907)
@python_api_test
@dwarf_test
def test_with_dwarf_and_python_api(self):
OpenPOWER on IntegriCloud