[Lldb-commits] [lldb] r218908 - Add FreeBSD test failure decorators

Ed Maste emaste at freebsd.org
Thu Oct 2 14:11:28 PDT 2014


Author: emaste
Date: Thu Oct  2 16:11:28 2014
New Revision: 218908

URL: http://llvm.org/viewvc/llvm-project?rev=218908&view=rev
Log:
Add FreeBSD test failure decorators

Modified:
    lldb/trunk/test/functionalities/asan/TestAsan.py
    lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
    lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py

Modified: lldb/trunk/test/functionalities/asan/TestAsan.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/asan/TestAsan.py?rev=218908&r1=218907&r2=218908&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/asan/TestAsan.py (original)
+++ lldb/trunk/test/functionalities/asan/TestAsan.py Thu Oct  2 16:11:28 2014
@@ -24,6 +24,7 @@ class AsanTestCase(TestBase):
         self.buildDsym (None, compiler)
         self.asan_tests ()
 
+    @expectedFailureFreeBSD("llvm.org/pr21136") # runtimes not yet available by default
     @skipIfRemote
     @dwarf_test
     def test_with_dwarf (self):

Modified: lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py?rev=218908&r1=218907&r2=218908&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py (original)
+++ lldb/trunk/test/functionalities/breakpoint/inlined_breakpoints/TestInlinedBreakpoints.py Thu Oct  2 16:11:28 2014
@@ -21,6 +21,7 @@ class InlinedBreakpointsTestCase(TestBas
         self.buildDsym()
         self.inlined_breakpoints()
 
+    @expectedFailureFreeBSD("llvm.org/pr21142")
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test 'b basic_types.cpp:176' does break (where int.cpp includes basic_type.cpp)."""

Modified: lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py?rev=218908&r1=218907&r2=218908&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py (original)
+++ lldb/trunk/test/functionalities/object-file/TestImageListMultiArchitecture.py Thu Oct  2 16:11:28 2014
@@ -19,6 +19,7 @@ class TestImageListMultiArchitecture(Tes
         # Call super's setUp().
         TestBase.setUp(self)
 
+    @expectedFailureFreeBSD("llvm.org/pr21135")
     def test_image_list_shows_multiple_architectures(self):
         """Test that image list properly shows the correct architecture for a set of different architecture object files."""
         images = {





More information about the lldb-commits mailing list