Loading llvm/test/tools/llvm-opt-fuzzer/exec-options.ll +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
llvm/test/tools/llvm-opt-fuzzer/exec-options.ll +6 −0 Original line number Diff line number Diff line Loading @@ -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 Loading