[lldb] Disable x86-multithread-write.test with reproducers
This test is failing on GreenDragon. Disabling it until I have bandwidth to investigate why the register values are different during replay.
This commit is contained in:
parent
ffb21e7f05
commit
876e7714dc
|
|
@ -1,6 +1,7 @@
|
|||
# XFAIL: system-windows
|
||||
# REQUIRES: native && (target-x86 || target-x86_64)
|
||||
# UNSUPPORTED: system-debugserver
|
||||
# UNSUPPORTED: lldb-repro
|
||||
# RUN: %clangxx_host %p/Inputs/x86-multithread-write.cpp -o %t -pthread
|
||||
# RUN: %lldb -b -s %s %t | FileCheck %s
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue