Author: shafik
Date: 2020-11-19T16:29:28-08:00
New Revision: 0fd04337a17138174adf9e6d408cf9c885dea086

URL: 
https://github.com/llvm/llvm-project/commit/0fd04337a17138174adf9e6d408cf9c885dea086
DIFF: 
https://github.com/llvm/llvm-project/commit/0fd04337a17138174adf9e6d408cf9c885dea086.diff

LOG: [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.

Added: 
    

Modified: 
    lldb/test/Shell/Register/x86-fp-write.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Register/x86-fp-write.test 
b/lldb/test/Shell/Register/x86-fp-write.test
index 38ffe16bab02..f944ec6767bd 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


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to