[Lldb-commits] [lldb] r194729 - Update failing FreeBSD test annotations (pr17932, pr17933)

Ed Maste emaste at freebsd.org
Thu Nov 14 13:27:35 PST 2013


Author: emaste
Date: Thu Nov 14 15:27:34 2013
New Revision: 194729

URL: http://llvm.org/viewvc/llvm-project?rev=194729&view=rev
Log:
Update failing FreeBSD test annotations (pr17932, pr17933)

After solving the issue in llvm.org/pr17226 these two tests still fail,
now for other reasons.

Modified:
    lldb/trunk/test/functionalities/inferior-changed/TestInferiorChanged.py
    lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py

Modified: lldb/trunk/test/functionalities/inferior-changed/TestInferiorChanged.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/inferior-changed/TestInferiorChanged.py?rev=194729&r1=194728&r2=194729&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inferior-changed/TestInferiorChanged.py (original)
+++ lldb/trunk/test/functionalities/inferior-changed/TestInferiorChanged.py Thu Nov 14 15:27:34 2013
@@ -21,7 +21,7 @@ class ChangedInferiorTestCase(TestBase):
         self.setTearDownCleanup(dictionary=d)
         self.inferior_not_crashing()
 
-    @expectedFailureFreeBSD('llvm.org/pr17184')
+    @expectedFailureFreeBSD('llvm.org/pr17933')
     def test_inferior_crashing_dwarf(self):
         """Test lldb reloads the inferior after it was changed during the session."""
         self.buildDwarf()

Modified: lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py?rev=194729&r1=194728&r2=194729&view=diff
==============================================================================
--- lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py (original)
+++ lldb/trunk/test/lang/c/stepping/TestStepAndBreakpoints.py Thu Nov 14 15:27:34 2013
@@ -21,7 +21,7 @@ class TestCStepping(TestBase):
         self.buildDsym()
         self.step_over_stepping()
 
-    @expectedFailureFreeBSD('llvm.org/pr17226')
+    @expectedFailureFreeBSD('llvm.org/pr17932')
     @expectedFailureLinux # llvm.org/pr14437
     @python_api_test
     @dwarf_test





More information about the lldb-commits mailing list