[Lldb-commits] [lldb] a4da4e3 - [lldb/Reproducers] Fix typo introduced when disabling register failing tests

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 9 23:50:19 PDT 2020


Author: Med Ismail Bennani
Date: 2020-04-10T08:37:06+02:00
New Revision: a4da4e3292834b5f93f54440f825dd90876d6615

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

LOG: [lldb/Reproducers] Fix typo introduced when disabling register failing tests

Added: 
    

Modified: 
    lldb/test/Shell/Register/x86-64-read.test
    lldb/test/Shell/Register/x86-64-ymm-read.test

Removed: 
    


################################################################################
diff  --git a/lldb/test/Shell/Register/x86-64-read.test b/lldb/test/Shell/Register/x86-64-read.test
index 99937071add8..ac3d4d1e2724 100644
--- a/lldb/test/Shell/Register/x86-64-read.test
+++ b/lldb/test/Shell/Register/x86-64-read.test
@@ -1,4 +1,5 @@
-# XFAIL: system-window, lldb-repro
+# UNSUPPORTED: lldb-repro
+# XFAIL: system-windows
 # REQUIRES: native && target-x86_64
 # RUN: %clangxx_host %p/Inputs/x86-64-read.cpp -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s

diff  --git a/lldb/test/Shell/Register/x86-64-ymm-read.test b/lldb/test/Shell/Register/x86-64-ymm-read.test
index 155a00ee6856..be9133b77d42 100644
--- a/lldb/test/Shell/Register/x86-64-ymm-read.test
+++ b/lldb/test/Shell/Register/x86-64-ymm-read.test
@@ -1,4 +1,5 @@
-# XFAIL: system-windows, lldb-repro
+# UNSUPPORTED: lldb-repro
+# XFAIL: system-windows
 # REQUIRES: native && target-x86_64 && native-cpu-avx
 # RUN: %clangxx_host %p/Inputs/x86-ymm-read.cpp -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s


        


More information about the lldb-commits mailing list