diff options
-rw-r--r-- | lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py | 1 | ||||
-rw-r--r-- | lldb/test/lang/cpp/namespace/TestNamespace.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py b/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py index 1d9aa605921..9d63e8f98b2 100644 --- a/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py +++ b/lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py @@ -13,6 +13,7 @@ class Radar9531204TestCase(TestBase): mydir = os.path.join("expression_command", "radar_9531204") # rdar://problem/9531204 + @expectedFailureFreeBSD('llvm.org/pr17183') def test_expr_commands(self): """The evaluating printf(...) after break stop and then up a stack frame.""" self.buildDefault() diff --git a/lldb/test/lang/cpp/namespace/TestNamespace.py b/lldb/test/lang/cpp/namespace/TestNamespace.py index f13d158b60c..52c4ad00478 100644 --- a/lldb/test/lang/cpp/namespace/TestNamespace.py +++ b/lldb/test/lang/cpp/namespace/TestNamespace.py @@ -22,6 +22,7 @@ class NamespaceTestCase(TestBase): # rdar://problem/8668674 @expectedFailureGcc # llvm.org/pr15302: lldb does not print 'anonymous namespace' when the inferior is built with GCC (4.7) + @expectedFailureFreeBSD('llvm.org/pr15302') @dwarf_test def test_with_dwarf_and_run_command(self): """Test that anonymous and named namespace variables display correctly.""" |