[Lldb-commits] [lldb] fe1c482 - [lldb][nfc]Make test "xfail" on windows (#140588)

via lldb-commits lldb-commits at lists.llvm.org
Mon May 19 11:28:21 PDT 2025


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


        


More information about the lldb-commits mailing list