Author: Michał Górny Date: 2020-11-20T09:42:13+01:00 New Revision: 3a230101fee6bb1d6ddc1aa094f2a35d57912a15
URL: https://github.com/llvm/llvm-project/commit/3a230101fee6bb1d6ddc1aa094f2a35d57912a15 DIFF: https://github.com/llvm/llvm-project/commit/3a230101fee6bb1d6ddc1aa094f2a35d57912a15.diff LOG: Revert "[LLDB] Fixing lldb/test/Shell/Register/x86-fp-write.test" The problem is not specific to arch but to the whole Darwin platform. Reverts: 0fd04337a17138174adf9e6d408cf9c885dea086 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 f944ec6767bd..38ffe16bab02 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 +# REQUIRES: native && (target-x86 || target-x86_64) # 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