[llvm] c6eb760 - [dsymutil] Disable dsymutil/X86/reproducer.test on windows.

Alexey Lapshin via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 02:51:52 PDT 2020


Author: Alexey Lapshin
Date: 2020-08-06T12:49:35+03:00
New Revision: c6eb76093c3b749ea903cde210ad125f6b94853a

URL: https://github.com/llvm/llvm-project/commit/c6eb76093c3b749ea903cde210ad125f6b94853a
DIFF: https://github.com/llvm/llvm-project/commit/c6eb76093c3b749ea903cde210ad125f6b94853a.diff

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

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

Added: 
    

Modified: 
    llvm/test/tools/dsymutil/X86/reproducer.test

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/dsymutil/X86/reproducer.test b/llvm/test/tools/dsymutil/X86/reproducer.test
index 02d73b91e399..854c02906523 100644
--- a/llvm/test/tools/dsymutil/X86/reproducer.test
+++ b/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


        


More information about the llvm-commits mailing list