Add decorators for tests failing to build on the lab.llvm.org FreeBSD buildbot
authorEd Maste <emaste@freebsd.org>
Wed, 6 Aug 2014 11:43:54 +0000 (11:43 +0000)
committerEd Maste <emaste@freebsd.org>
Wed, 6 Aug 2014 11:43:54 +0000 (11:43 +0000)
llvm.org/pr20548

llvm-svn: 214960

lldb/test/functionalities/data-formatter/data-formatter-skip-summary/TestDataFormatterSkipSummary.py
lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/iterator/TestDataFormatterStdIterator.py
lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/list/TestDataFormatterStdList.py
lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py
lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vbool/TestDataFormatterStdVBool.py

index 4612c43..05d0365 100644 (file)
@@ -19,6 +19,7 @@ class SkipSummaryDataFormatterTestCase(TestBase):
         self.buildDsym()
         self.data_formatter_commands()
 
+    @expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""
index 4d072e6..5b1fc6e 100644 (file)
@@ -20,6 +20,7 @@ class StdIteratorDataFormatterTestCase(TestBase):
         self.data_formatter_commands()
 
     @dwarf_test
+    @expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
     @expectedFailureGcc # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
     @expectedFailureIcc # llvm.org/pr15301 LLDB prints incorrect sizes of STL containers
     def test_with_dwarf_and_run_command(self):
index dea3871..3b3bd63 100644 (file)
@@ -20,6 +20,7 @@ class StdListDataFormatterTestCase(TestBase):
         self.data_formatter_commands()
 
     @dwarf_test
+    @expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
     @expectedFailureLinux('llvm.org/pr15301', ['icc']) # LLDB prints incorrect sizes of STL containers
     @expectedFailureGcc # llvm.org/pr17499 The data formatter cannot parse STL containers
     def test_with_dwarf_and_run_command(self):
index 56855a2..fa8b193 100644 (file)
@@ -20,6 +20,7 @@ class StdStringDataFormatterTestCase(TestBase):
         self.buildDsym()
         self.data_formatter_commands()
 
+    @expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""
index eb831eb..ed3e24b 100644 (file)
@@ -19,6 +19,7 @@ class StdVBoolDataFormatterTestCase(TestBase):
         self.buildDsym()
         self.data_formatter_commands()
 
+    @expectedFailureFreeBSD("llvm.org/pr20548") # fails to build on lab.llvm.org buildbot
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test data formatter commands."""