https://github.com/oontvoo created 
https://github.com/llvm/llvm-project/pull/140599

None

>From 8bf781af04e046076de1e5d6ebcfcf1f508be211 Mon Sep 17 00:00:00 2001
From: Vy Nguyen <v...@google.com>
Date: Mon, 19 May 2025 14:26:36 -0400
Subject: [PATCH 1/2] [lldb][nfc]Make test "xfail" on windows

---
 lldb/test/Shell/Commands/list-header.test | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lldb/test/Shell/Commands/list-header.test 
b/lldb/test/Shell/Commands/list-header.test
index 02630602b57d0..be77b9fa383ca 100644
--- a/lldb/test/Shell/Commands/list-header.test
+++ b/lldb/test/Shell/Commands/list-header.test
@@ -1,4 +1,6 @@
-# REQUIRES: x86
+## Does not work on windows (yet?) PDB debug-info likely does something wrong
+## with the header files.
+# XFAIL: system-windows
 
 ## Test that `list header.h:<line>` works correctly when header is available.
 ## 

>From c70798364f96e48d6c5d1629364b82a671e0d7dd Mon Sep 17 00:00:00 2001
From: Vy Nguyen <v...@google.com>
Date: Mon, 19 May 2025 15:38:57 -0400
Subject: [PATCH 2/2] [lldb][nfc]Update xfail (follow up to pr/140588)

---
 lldb/test/Shell/Commands/list-header.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lldb/test/Shell/Commands/list-header.test 
b/lldb/test/Shell/Commands/list-header.test
index be77b9fa383ca..53c4b786f1810 100644
--- a/lldb/test/Shell/Commands/list-header.test
+++ b/lldb/test/Shell/Commands/list-header.test
@@ -1,6 +1,6 @@
 ## Does not work on windows (yet?) PDB debug-info likely does something wrong
 ## with the header files.
-# XFAIL: system-windows
+# XFAIL: target-windows
 
 ## Test that `list header.h:<line>` works correctly when header is available.
 ## 

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

Reply via email to