Commit f9b6baa0 authored by Reid Kleckner's avatar Reid Kleckner
Browse files

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

parent 184ed645
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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