[lldb] Disable failing register tests for reproducers
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Thu, 9 Apr 2020 19:05:17 +0000 (21:05 +0200)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Thu, 9 Apr 2020 19:05:17 +0000 (21:05 +0200)
lldb/test/Shell/Register/x86-64-read.test
lldb/test/Shell/Register/x86-64-ymm-read.test

index fc09319..bd770ec 100644 (file)
@@ -1,4 +1,4 @@
-# XFAIL: system-windows
+# XFAIL: system-window, lldb-repros
 # REQUIRES: native && target-x86_64
 # RUN: %clangxx_host %p/Inputs/x86-64-read.cpp -o %t
 # RUN: %lldb -b -s %s %t | FileCheck %s
index 0d01b09..155a00e 100644 (file)
@@ -1,4 +1,4 @@
-# XFAIL: system-windows
+# XFAIL: system-windows, lldb-repro
 # 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