forked from OSchip/llvm-project
Disabling test broken (on GCC buildbot) due to http://llvm.org/pr14637
- prompt disappears with older libedit versions - will re-enable once we have a recent libedit on the buildbot in question llvm-svn: 190889
This commit is contained in:
parent
3ea536fef4
commit
38a7d6fc7a
|
@ -21,6 +21,7 @@ class StopHookForMultipleThreadsTestCase(TestBase):
|
|||
self.stop_hook_multiple_threads()
|
||||
|
||||
@dwarf_test
|
||||
@skipIfLinux # llvm.org/pr14637 prompt disappears due to libedit bug. disabling until we upgrade libedit package on buildbot
|
||||
def test_stop_hook_multiple_threads_with_dwarf(self):
|
||||
"""Test that lldb stop-hook works for multiple threads."""
|
||||
self.buildDwarf(dictionary=self.d)
|
||||
|
|
Loading…
Reference in New Issue