diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-18 22:16:15 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-18 22:16:15 +0000 |
commit | 06a2beae92f5d2adcd0143a6798918418c2ea325 (patch) | |
tree | edbec37ea3f9faa87f92c254a9ffcc61b86f8399 | |
parent | a9aa4ec6a31c3c37796ca168b41f311b21359e19 (diff) | |
download | bcm5719-llvm-06a2beae92f5d2adcd0143a6798918418c2ea325.tar.gz bcm5719-llvm-06a2beae92f5d2adcd0143a6798918418c2ea325.zip |
[Reproducer] XFAIL TestWorkingDir on Windows
I'm having a hard time reproducing this and it's failing on the Windows
bot. Temporarily X-failing this test while I continue to try building
LLDB on Windows.
llvm-svn: 375294
-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. |