From 0fd04337a17138174adf9e6d408cf9c885dea086 Mon Sep 17 00:00:00 2001 From: shafik Date: Thu, 19 Nov 2020 16:29:28 -0800 Subject: [PATCH] [LLDB] Fixing lldb/test/Shell/Register/x86-fp-write.test D91497 changed lldb/test/Shell/Register/x86-fp-write.test and added target-x86_64 to the REQUIRES clause. It looks this test does not pass on this platform so removing it since it one of tests failing on the green dragon build bot. --- lldb/test/Shell/Register/x86-fp-write.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/test/Shell/Register/x86-fp-write.test b/lldb/test/Shell/Register/x86-fp-write.test index 38ffe16..f944ec6 100644 --- a/lldb/test/Shell/Register/x86-fp-write.test +++ b/lldb/test/Shell/Register/x86-fp-write.test @@ -1,5 +1,5 @@ # XFAIL: system-windows -# REQUIRES: native && (target-x86 || target-x86_64) +# REQUIRES: native && target-x86 # RUN: %clangxx_host %p/Inputs/x86-fp-write.cpp -o %t # RUN: %lldb -b -s %s %t | FileCheck %s process launch -- 2.7.4