[Lldb-commits] [lldb] r181918 - 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.
Ashok Thirumurthi
ashok.thirumurthi at intel.com
Wed May 15 13:26:30 PDT 2013
Author: athirumu
Date: Wed May 15 15:26:30 2013
New Revision: 181918
URL: http://llvm.org/viewvc/llvm-project?rev=181918&view=rev
Log:
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.
Modified:
lldb/trunk/test/lang/cpp/class_static/TestStaticVariables.py
Modified: lldb/trunk/test/lang/cpp/class_static/TestStaticVariables.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/class_static/TestStaticVariables.py?rev=181918&r1=181917&r2=181918&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/class_static/TestStaticVariables.py (original)
+++ lldb/trunk/test/lang/cpp/class_static/TestStaticVariables.py Wed May 15 15:26:30 2013
@@ -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):
More information about the lldb-commits
mailing list