OSDN Git Service

Disable llvm-opt-fuzzer/exec-options.ll on Windows, it is too flaky
authorReid Kleckner <rnk@google.com>
Mon, 5 Mar 2018 23:18:13 +0000 (23:18 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 5 Mar 2018 23:18:13 +0000 (23:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326752 91177308-0d34-0410-b5e6-96231b3b80d8

test/tools/llvm-opt-fuzzer/exec-options.ll

index 9c87abc..8d2bb26 100644 (file)
@@ -3,6 +3,12 @@
 ; REQUIRES: static-libs
 ; REQUIRES: x86-registered-target
 
+; This test is really flaky on Windows. On Windows, executables and DLLs cannot
+; be deleted or written while they are loaded. The OS unlocks the file some
+; time after the process terminates, so if 'rm' runs too quickly, it will fail
+; with "access denied".
+; UNSUPPORTED: system-windows
+
 ; Temporary bitcode file
 ; RUN: opt -o %t.input %s