[Lldb-commits] [lldb] 98b47f4 - [lldb/test] Fix typo to disable reproducer's test phase
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 9 12:55:04 PDT 2020
Author: Med Ismail Bennani
Date: 2020-04-09T21:54:45+02:00
New Revision: 98b47f447c93e531db8cc70841bad8c867d76134
URL: https://github.com/llvm/llvm-project/commit/98b47f447c93e531db8cc70841bad8c867d76134
DIFF: https://github.com/llvm/llvm-project/commit/98b47f447c93e531db8cc70841bad8c867d76134.diff
LOG: [lldb/test] Fix typo to disable reproducer's test phase
Added:
Modified:
lldb/test/Shell/Register/x86-64-read.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Register/x86-64-read.test b/lldb/test/Shell/Register/x86-64-read.test
index bd770ecc24b8..99937071add8 100644
--- a/lldb/test/Shell/Register/x86-64-read.test
+++ b/lldb/test/Shell/Register/x86-64-read.test
@@ -1,4 +1,4 @@
-# XFAIL: system-window, lldb-repros
+# XFAIL: system-window, lldb-repro
# REQUIRES: native && target-x86_64
# RUN: %clangxx_host %p/Inputs/x86-64-read.cpp -o %t
# RUN: %lldb -b -s %s %t | FileCheck %s
More information about the lldb-commits
mailing list