diff options
| author | Reid Kleckner <rnk@google.com> | 2018-03-05 23:18:13 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2018-03-05 23:18:13 +0000 |
| commit | 9e0c61b901d1ff739abebfead53f9afa9dd3c291 (patch) | |
| tree | 24cf32b643cae8b5b4e4acf64b0770d0c8c1a2db /llvm/test/tools/llvm-opt-fuzzer/exec-options.ll | |
| parent | 53ff5ae8a172f4fc7f821b039e794fe36c4d68b9 (diff) | |
| download | bcm5719-llvm-9e0c61b901d1ff739abebfead53f9afa9dd3c291.tar.gz bcm5719-llvm-9e0c61b901d1ff739abebfead53f9afa9dd3c291.zip | |
Disable llvm-opt-fuzzer/exec-options.ll on Windows, it is too flaky
llvm-svn: 326752
Diffstat (limited to 'llvm/test/tools/llvm-opt-fuzzer/exec-options.ll')
| -rw-r--r-- | llvm/test/tools/llvm-opt-fuzzer/exec-options.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll b/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll index 9c87abc3722..8d2bb26c165 100644 --- a/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll +++ b/llvm/test/tools/llvm-opt-fuzzer/exec-options.ll @@ -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 |

