[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.
This commit is contained in:
shafik 2020-11-19 16:29:28 -08:00
parent d730e611e6
commit 0fd04337a1
1 changed files with 1 additions and 1 deletions

View File

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