aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-10-18 22:16:15 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-10-18 22:16:15 +0000
commit66f418faa307c60e6952646bb156648447e2e531 (patch)
tree5050aa1e34d452c255624107599786143100f0be
parente5150a7da0a5b9082f3b7eb81dbafbcf83ba0b78 (diff)
downloadlldb-66f418faa307c60e6952646bb156648447e2e531.tar.gz
[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. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@375294 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Shell/Reproducer/TestWorkingDir.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Shell/Reproducer/TestWorkingDir.test b/test/Shell/Reproducer/TestWorkingDir.test
index c2f012447..fd41e1d43 100644
--- a/test/Shell/Reproducer/TestWorkingDir.test
+++ b/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.