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. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits