parent
148c8c8ec2
commit
8b2c281a75
|
|
@ -205,7 +205,7 @@ class ConcurrentEventsTestCase(TestBase):
|
||||||
@dwarf_test
|
@dwarf_test
|
||||||
@skipIfRemoteDueToDeadlock
|
@skipIfRemoteDueToDeadlock
|
||||||
@expectedFailureLinux('llvm.org/pr16714')
|
@expectedFailureLinux('llvm.org/pr16714')
|
||||||
def test_watchpoint_with_delay_waychpoint_threads_dwarf(self):
|
def test_watchpoint_with_delay_watchpoint_threads_dwarf(self):
|
||||||
"""Test two threads that trigger a watchpoint where one thread has a 1 second delay. """
|
"""Test two threads that trigger a watchpoint where one thread has a 1 second delay. """
|
||||||
self.buildDwarf(dictionary=self.getBuildFlags())
|
self.buildDwarf(dictionary=self.getBuildFlags())
|
||||||
self.do_thread_actions(num_watchpoint_threads=1,
|
self.do_thread_actions(num_watchpoint_threads=1,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue