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:
parent
3f50105a48
commit
8071a6b009
@ -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…
x
Reference in New Issue
Block a user