[Lldb-commits] [lldb] 06a2bea - [Reproducer] XFAIL TestWorkingDir on Windows
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Fri Oct 18 15:15:07 PDT 2019
Author: Jonas Devlieghere
Date: 2019-10-18T22:16:15Z
New Revision: 06a2beae92f5d2adcd0143a6798918418c2ea325
URL: https://github.com/llvm/llvm-project/commit/06a2beae92f5d2adcd0143a6798918418c2ea325
DIFF: https://github.com/llvm/llvm-project/commit/06a2beae92f5d2adcd0143a6798918418c2ea325.diff
LOG: [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
Added:
Modified:
lldb/test/Shell/Reproducer/TestWorkingDir.test
Removed:
################################################################################
diff --git a/lldb/test/Shell/Reproducer/TestWorkingDir.test b/lldb/test/Shell/Reproducer/TestWorkingDir.test
index c2f012447777..fd41e1d43ad6 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.
More information about the lldb-commits
mailing list