We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e22d3 commit c6775e2Copy full SHA for c6775e2
compiler-rt/test/fuzzer/merge-posix.test
@@ -14,10 +14,10 @@ RUN: echo ....U. > %tmp/T2/2
14
RUN: echo ...Z.. > %tmp/T2/3
15
RUN: echo ...Z.. > %tmp/T2/4
16
RUN: echo ....E. > %tmp/T2/5
17
-RUN: %python -c "print('.....R' + 'X' * 1024, end='')" > %tmp/T2/6
+RUN: %python -c "print('.....R' + 'X' * 4096, end='')" > %tmp/T2/6
18
19
# Check that we can report an error if file size exceeded
20
-RUN: (ulimit -f 1; not %run %t-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-prefix=SIGXFSZ)
+RUN: (ulimit -f 4; not %run %t-FullCoverageSetTest -merge=1 %tmp/T1 %tmp/T2 2>&1 | FileCheck %s --check-prefix=SIGXFSZ)
21
SIGXFSZ: ERROR: libFuzzer: file size exceeded
22
23
# Check that we honor TMPDIR
0 commit comments