From 876e7714dc73e651c5841af1b38b54fa350b6331 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 11 Feb 2021 13:16:46 -0800 Subject: [PATCH] [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. --- lldb/test/Shell/Register/x86-multithread-write.test | 1 + 1 file changed, 1 insertion(+) 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