forked from OSchip/llvm-project
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:
parent
77ed8972fa
commit
8744d38ee8
|
@ -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. """
|
||||
|
|
Loading…
Reference in New Issue