diff options
author | Jonathan Metzman <metzman@chromium.org> | 2019-04-30 17:58:57 +0000 |
---|---|---|
committer | Jonathan Metzman <metzman@chromium.org> | 2019-04-30 17:58:57 +0000 |
commit | 1fbc6116e17d5a0afb0939c01519da98b76a4b05 (patch) | |
tree | 403cc592a5ab0ba265f417d84ded37d3bd26fdbc | |
parent | 269766458211c64662c687c0ca1127cfef599b4a (diff) | |
download | bcm5719-llvm-1fbc6116e17d5a0afb0939c01519da98b76a4b05.tar.gz bcm5719-llvm-1fbc6116e17d5a0afb0939c01519da98b76a4b05.zip |
fix comment
llvm-svn: 359586
-rw-r--r-- | compiler-rt/test/fuzzer/fork.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/fuzzer/fork.test b/compiler-rt/test/fuzzer/fork.test index 703fdbaf72b..25d6c15efb9 100644 --- a/compiler-rt/test/fuzzer/fork.test +++ b/compiler-rt/test/fuzzer/fork.test @@ -11,7 +11,7 @@ OOM: ERROR: libFuzzer: out-of-memory RUN: %cpp_compiler %S/OutOfMemoryTest.cpp -o %t-OutOfMemoryTest RUN: not %run %t-OutOfMemoryTest -fork=1 -ignore_ooms=0 -rss_limit_mb=128 2>&1 | FileCheck %s --check-prefix=OOM -# access-violation is the error thrown on Windows. Address will be smaller on x86. +# access-violation is the error thrown on Windows. Address will be smaller on i386. CRASH: {{SEGV|access-violation}} on unknown address {{0x000000000000|0x00000000}} RUN: %cpp_compiler %S/ShallowOOMDeepCrash.cpp -o %t-ShallowOOMDeepCrash RUN: not %run %t-ShallowOOMDeepCrash -fork=1 -rss_limit_mb=128 2>&1 | FileCheck %s --check-prefix=CRASH |