Author: emaste Date: Tue Sep 10 11:25:05 2013 New Revision: 190415 URL: http://llvm.org/viewvc/llvm-project?rev=190415&view=rev Log: test: Add @expectedFailureFreeBSD decorators
http://llvm.org/pr17183 expression w/ varargs printf() fails http://llvm.org/pr15302 'anonymous namespace' prefix missing Modified: lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py lldb/trunk/test/lang/cpp/namespace/TestNamespace.py Modified: lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py?rev=190415&r1=190414&r2=190415&view=diff ============================================================================== --- lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py (original) +++ lldb/trunk/test/expression_command/radar_9531204/TestPrintfAfterUp.py Tue Sep 10 11:25:05 2013 @@ -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() Modified: lldb/trunk/test/lang/cpp/namespace/TestNamespace.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/cpp/namespace/TestNamespace.py?rev=190415&r1=190414&r2=190415&view=diff ============================================================================== --- lldb/trunk/test/lang/cpp/namespace/TestNamespace.py (original) +++ lldb/trunk/test/lang/cpp/namespace/TestNamespace.py Tue Sep 10 11:25:05 2013 @@ -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.""" _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
