Skip to content

Commit

Permalink
[dsymutil] Disable dsymutil/X86/reproducer.test on windows.
Browse files Browse the repository at this point in the history
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.

Reviewed By: JDevlieghere

Differential Revision: https://reviews.llvm.org/D85294
  • Loading branch information
avl-llvm committed Aug 6, 2020
1 parent 3effc35 commit c6eb760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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
Expand Down

0 comments on commit c6eb760

Please sign in to comment.