[PATCH] D85294: [dsymutil] Disable dsymutil/X86/reproducer.test on windows.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 6 02:51:59 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc6eb76093c3b: [dsymutil] Disable dsymutil/X86/reproducer.test on windows. (authored by avl).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85294/new/
https://reviews.llvm.org/D85294
Files:
llvm/test/tools/dsymutil/X86/reproducer.test
Index: llvm/test/tools/dsymutil/X86/reproducer.test
===================================================================
--- llvm/test/tools/dsymutil/X86/reproducer.test
+++ llvm/test/tools/dsymutil/X86/reproducer.test
@@ -1,3 +1,7 @@
+# UNSUPPORTED: system-windows
+# This test is unsupported on windows because it creates paths
+# longer than MAX_PATH
+
# Recreate the folder structure in a temp directory we can remove later.
RUN: rm -rf %t
RUN: mkdir -p %t/Inputs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85294.283545.patch
Type: text/x-patch
Size: 470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200806/fef92fed/attachment.bin>
More information about the llvm-commits
mailing list