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 2743543 commit f8263f2Copy full SHA for f8263f2
compiler-rt/test/fuzzer/merge-posix.test
@@ -14,7 +14,7 @@ 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: echo .....R > %tmp/T2/6
+RUN: (echo .....R; for i in {1..1024}; do echo -n X; done) > %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)
0 commit comments