Author: Vy Nguyen
Date: 2025-05-19T14:28:18-04:00
New Revision: fe1c4827b77a8d39bb1462cb4df08f6fe572097a

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

LOG: [lldb][nfc]Make test "xfail" on windows (#140588)

Added: 
    

Modified: 
    lldb/test/Shell/Commands/list-header.test

Removed: 
    


################################################################################
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.
 ## 


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

Reply via email to