Update decorator for FreeBSD failure pr18066

The test expects the inferior to have exited, but it is still stopped.

llvm.org/pr18066

llvm-svn: 201166
This commit is contained in:
Ed Maste 2014-02-11 18:28:18 +00:00
parent 77ed8972fa
commit 8744d38ee8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class ThreadStepOutTestCase(TestBase):
self.buildDsym(dictionary=self.getBuildFlags())
self.step_out_test(self.step_out_single_thread_with_cmd)
@expectedFailureFreeBSD("llvm.org/pr17910") # fails to build
@expectedFailureFreeBSD("llvm.org/pr18066") # inferior does not exit
@dwarf_test
def test_step_single_thread_with_dwarf(self):
"""Test thread step out on one thread via command interpreter. """