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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits