mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Try to deflake fuzzer-oom.test on Windows
llvm-svn: 308568
This commit is contained in:
parent
24dc97fd83
commit
a40b249e42
@ -5,7 +5,11 @@ CHECK: Test unit written to ./oom-
|
||||
SUMMARY: libFuzzer: out-of-memory
|
||||
|
||||
RUN: not LLVMFuzzer-OutOfMemorySingleLargeMallocTest -rss_limit_mb=300 2>&1 | FileCheck %s --check-prefix=SINGLE_LARGE_MALLOC
|
||||
SINGLE_LARGE_MALLOC: libFuzzer: out-of-memory (malloc(53{{.*}}))
|
||||
|
||||
We used to check for "out-of-memory (malloc(53{{.*}}))", but that would fail
|
||||
sometimes, so now we accept any OOM message.
|
||||
|
||||
SINGLE_LARGE_MALLOC: libFuzzer: out-of-memory
|
||||
SINGLE_LARGE_MALLOC: in LLVMFuzzerTestOneInput
|
||||
|
||||
# Check that -rss_limit_mb=0 means no limit.
|
||||
|
Loading…
x
Reference in New Issue
Block a user