forked from OSchip/llvm-project
Xfail TestConcurrentTwoWatchpointsOneSignal on arm
r317561 exposed an interesting bug (pr35228) in handling of simultaneous watchpoint hits. Disabling the test until we can get that fixed. llvm-svn: 317683
This commit is contained in:
parent
d60a3cc395
commit
d9f6f5f44d
|
@ -15,6 +15,7 @@ class ConcurrentTwoWatchpointsOneSignal(ConcurrentEventsBase):
|
|||
@skipIfFreeBSD # timing out on buildbot
|
||||
# Atomic sequences are not supported yet for MIPS in LLDB.
|
||||
@skipIf(triple='^mips')
|
||||
@expectedFailureAll(bugnumber="llvm.org/pr35228", archs=["arm", "aarch64"])
|
||||
@add_test_categories(["watchpoint"])
|
||||
def test(self):
|
||||
"""Test two threads that trigger a watchpoint and one signal thread. """
|
||||
|
|
Loading…
Reference in New Issue