summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-11-14 21:27:34 +0000
committerEd Maste <emaste@freebsd.org>2013-11-14 21:27:34 +0000
commit4ae8c9e50715cd6e845204144923a138545d8998 (patch)
treef1d79eb496660c0902f34aeee1de19970c6b7347
parentbd700e47caee1332cfb3d3d1751d4315b0e97730 (diff)
downloadbcm5719-llvm-4ae8c9e50715cd6e845204144923a138545d8998.tar.gz
bcm5719-llvm-4ae8c9e50715cd6e845204144923a138545d8998.zip
Update failing FreeBSD test annotations (pr17932, pr17933)
After solving the issue in llvm.org/pr17226 these two tests still fail, now for other reasons. llvm-svn: 194729
-rw-r--r--lldb/test/functionalities/inferior-changed/TestInferiorChanged.py2
-rw-r--r--lldb/test/lang/c/stepping/TestStepAndBreakpoints.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/lldb/test/functionalities/inferior-changed/TestInferiorChanged.py b/lldb/test/functionalities/inferior-changed/TestInferiorChanged.py
index c28d3b14b0c..fb01e9a2d6a 100644
--- a/lldb/test/functionalities/inferior-changed/TestInferiorChanged.py
+++ b/lldb/test/functionalities/inferior-changed/TestInferiorChanged.py
@@ -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()
diff --git a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
index 1c59d535cbe..41c16e954ed 100644
--- a/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
+++ b/lldb/test/lang/c/stepping/TestStepAndBreakpoints.py
@@ -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
OpenPOWER on IntegriCloud