[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:
Jonas Devlieghere 2021-02-11 13:16:46 -08:00
parent ffb21e7f05
commit 876e7714dc
1 changed files with 1 additions and 0 deletions

View File

@ -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