[PATCH] D85294: [dsymutil] Disable dsymutil/X86/reproducer.test on windows.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 5 04:47:35 PDT 2020


avl created this revision.
avl added reviewers: JDevlieghere, friss.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
avl requested review of this revision.

The dsymutil/X86/reproducer.test test could create paths
longer than MAX_PATH:

C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win
\build\test\tools\dsymutil\X86\Output\reproducer.test.tmp.repro
\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build
\test\tools\dsymutil\X86\Output\reproducer.test.tmp\Inputs\
basic1.macho.x86_64.o

Disable this test on windows.


Repository:
  rG LLVM Github Monorepo

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.283199.patch
Type: text/x-patch
Size: 470 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200805/21b68ea4/attachment.bin>


More information about the llvm-commits mailing list