[Lldb-commits] [lldb] r181845 - Unbreak the linux buildbot tests. This still fails for the clang that is being used on linux.

Greg Clayton gclayton at apple.com
Tue May 14 16:21:47 PDT 2013


Author: gclayton
Date: Tue May 14 18:21:47 2013
New Revision: 181845

URL: http://llvm.org/viewvc/llvm-project?rev=181845&view=rev
Log:
Unbreak the linux buildbot tests. This still fails for the clang that is being used on linux.


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=181845&r1=181844&r2=181845&view=diff
==============================================================================
--- lldb/trunk/test/lang/cpp/class_static/TestStaticVariables.py (original)
+++ lldb/trunk/test/lang/cpp/class_static/TestStaticVariables.py Tue May 14 18:21:47 2013
@@ -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





More information about the lldb-commits mailing list