summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Metzman <metzman@chromium.org>2019-04-30 17:58:57 +0000
committerJonathan Metzman <metzman@chromium.org>2019-04-30 17:58:57 +0000
commitafa811d2d24df3204eec8454e80aa70042fbe20b (patch)
treeceba26214336c8a19e63e8a274d2fb2082e0c066
parent430873b863d140a25d56ebb58b2b77459dcf7998 (diff)
downloadcompiler-rt-afa811d2d24df3204eec8454e80aa70042fbe20b.tar.gz
fix comment
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@359586 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/fuzzer/fork.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzzer/fork.test b/test/fuzzer/fork.test
index 703fdbaf7..25d6c15ef 100644
--- a/test/fuzzer/fork.test
+++ b/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