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
This commit is contained in:
Ed Maste 2013-11-14 21:27:34 +00:00
parent bd700e47ca
commit 4ae8c9e507
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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