test: Add @expectedFailureFreeBSD decorators
authorEd Maste <emaste@freebsd.org>
Tue, 10 Sep 2013 16:25:05 +0000 (16:25 +0000)
committerEd Maste <emaste@freebsd.org>
Tue, 10 Sep 2013 16:25:05 +0000 (16:25 +0000)
http://llvm.org/pr17183 expression w/ varargs printf() fails
http://llvm.org/pr15302 'anonymous namespace' prefix missing

llvm-svn: 190415

lldb/test/expression_command/radar_9531204/TestPrintfAfterUp.py
lldb/test/lang/cpp/namespace/TestNamespace.py

index 1d9aa60..9d63e8f 100644 (file)
@@ -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()
index f13d158..52c4ad0 100644 (file)
@@ -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."""