diff options
-rw-r--r-- | lldb/test/Shell/Reproducer/TestWorkingDir.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/Reproducer/TestWorkingDir.test b/lldb/test/Shell/Reproducer/TestWorkingDir.test index c2f01244777..fd41e1d43ad 100644 --- a/lldb/test/Shell/Reproducer/TestWorkingDir.test +++ b/lldb/test/Shell/Reproducer/TestWorkingDir.test @@ -1,3 +1,5 @@ +# XFAIL: system-windows + # This tests that the reproducer can deal with relative files. We create a # binary in a subdirectory and pass its relative path to LLDB. The subdirectory # is removed before replay so that it only exists in the reproducer's VFS. |