[Lldb-commits] [lldb] 876e771 - [lldb] Disable x86-multithread-write.test with reproducers
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 11 13:17:37 PST 2021
Author: Jonas Devlieghere
Date: 2021-02-11T13:17:30-08:00
New Revision: 876e7714dc73e651c5841af1b38b54fa350b6331
URL: https://github.com/llvm/llvm-project/commit/876e7714dc73e651c5841af1b38b54fa350b6331
DIFF: https://github.com/llvm/llvm-project/commit/876e7714dc73e651c5841af1b38b54fa350b6331.diff
LOG: [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.
Added:
Modified:
lldb/test/Shell/Register/x86-multithread-write.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Register/x86-multithread-write.test b/lldb/test/Shell/Register/x86-multithread-write.test
index cc02b323c726..30273a6609dc 100644
--- a/lldb/test/Shell/Register/x86-multithread-write.test
+++ b/lldb/test/Shell/Register/x86-multithread-write.test
@@ -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
More information about the lldb-commits
mailing list