forked from OSchip/llvm-project
[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:
parent
d730e611e6
commit
0fd04337a1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue