| commit | 2bbf09e39eef15b0a724de78217d6013713c5029 | [log] [tgz] |
|---|---|---|
| author | Daniel Malea <daniel.malea@intel.com> | Tue Nov 27 21:33:41 2012 +0000 |
| committer | Daniel Malea <daniel.malea@intel.com> | Tue Nov 27 21:33:41 2012 +0000 |
| tree | b82b7654716ffb0616734806945895c41c52aa5f | |
| parent | 9219d1b764d9ce765012a933d4c19eb23968387f [diff] |
Mark expected failures on Linux (due to bugzilla #14437) llvm-svn: 168727
diff --git a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py index 3582ced..9d41314 100644 --- a/lldb/test/expression_command/call-function/TestCallStdStringFunction.py +++ b/lldb/test/expression_command/call-function/TestCallStdStringFunction.py
@@ -25,6 +25,7 @@ self.buildDsym() self.call_function() + @expectedFailureLinux # bugzilla 14437 @dwarf_test def test_with_dwarf(self): """Test calling std::String member function."""
diff --git a/lldb/test/expression_command/formatters/TestFormatters.py b/lldb/test/expression_command/formatters/TestFormatters.py index 6b0adfd..8d13981 100644 --- a/lldb/test/expression_command/formatters/TestFormatters.py +++ b/lldb/test/expression_command/formatters/TestFormatters.py
@@ -25,6 +25,7 @@ self.buildDsym() self.do_my_test() + @expectedFailureLinux # bugzilla 14437 @dwarf_test def test_with_dwarf(self): """Test expr + formatters for good interoperability."""
diff --git a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py index d827c0c..efecc93 100644 --- a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py +++ b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
@@ -18,6 +18,7 @@ self.buildDsym() self.step_over_stepping() + @expectedFailureLinux # bugzilla 14437 @python_api_test @dwarf_test def test_with_dwarf_and_python_api(self):
diff --git a/lldb/test/lang/c/strings/TestCStrings.py b/lldb/test/lang/c/strings/TestCStrings.py index eab7b67..089e23e 100644 --- a/lldb/test/lang/c/strings/TestCStrings.py +++ b/lldb/test/lang/c/strings/TestCStrings.py
@@ -16,6 +16,7 @@ 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"""