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:` works correctly when header is available. ##