From 06a2beae92f5d2adcd0143a6798918418c2ea325 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 18 Oct 2019 22:16:15 +0000 Subject: [PATCH] [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 --- lldb/test/Shell/Reproducer/TestWorkingDir.test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lldb/test/Shell/Reproducer/TestWorkingDir.test b/lldb/test/Shell/Reproducer/TestWorkingDir.test index c2f0124477770a..fd41e1d43ad688 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.