Mark expected failures on Linux (due to bugzilla #14437)
authorDaniel Malea <daniel.malea@intel.com>
Tue, 27 Nov 2012 21:33:41 +0000 (21:33 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Tue, 27 Nov 2012 21:33:41 +0000 (21:33 +0000)
llvm-svn: 168727

lldb/test/expression_command/call-function/TestCallStdStringFunction.py
lldb/test/expression_command/formatters/TestFormatters.py
lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
lldb/test/lang/c/strings/TestCStrings.py

index 3582ced..9d41314 100644 (file)
@@ -25,6 +25,7 @@ class ExprCommandCallFunctionTestCase(TestBase):
         self.buildDsym()
         self.call_function()
 
+    @expectedFailureLinux # bugzilla 14437
     @dwarf_test
     def test_with_dwarf(self):
         """Test calling std::String member function."""
index 6b0adfd..8d13981 100644 (file)
@@ -25,6 +25,7 @@ class ExprFormattersTestCase(TestBase):
         self.buildDsym()
         self.do_my_test()
 
+    @expectedFailureLinux # bugzilla 14437
     @dwarf_test
     def test_with_dwarf(self):
         """Test expr + formatters for good interoperability."""
index d827c0c..efecc93 100644 (file)
@@ -18,6 +18,7 @@ class TestObjCStepping(TestBase):
         self.buildDsym()
         self.step_over_stepping()
 
+    @expectedFailureLinux # bugzilla 14437
     @python_api_test
     @dwarf_test
     def test_with_dwarf_and_python_api(self):
index eab7b67..089e23e 100644 (file)
@@ -16,6 +16,7 @@ class CStringsTestCase(TestBase):
         self.buildDsym()
         self.static_method_commands()
 
+    @expectedFailureLinux # bugzilla 14437
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Tests that C strings work as expected in expressions"""