projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d730e61
)
[LLDB] Fixing lldb/test/Shell/Register/x86-fp-write.test
author
shafik
<syaghmour@apple.com>
Fri, 20 Nov 2020 00:29:28 +0000
(16:29 -0800)
committer
shafik
<syaghmour@apple.com>
Fri, 20 Nov 2020 00:29:28 +0000
(16:29 -0800)
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
patch
|
blob
|
history
diff --git
a/lldb/test/Shell/Register/x86-fp-write.test
b/lldb/test/Shell/Register/x86-fp-write.test
index 38ffe16bab0270bbea7c757e5319d77be5c27b7b..f944ec6767bd504c4979ac6d1bf366b053d19b06 100644
(file)
--- 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