1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Disable llvm-opt-fuzzer/exec-options.ll on Windows, it is too flaky

llvm-svn: 326752
This commit is contained in:
Reid Kleckner 2018-03-05 23:18:13 +00:00
parent 3f50105a48
commit 8071a6b009

View 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