[compiler-rt] [compiler-rt] [libFuzzer] Fix merge-posix.test file size test (PR #168137)
Andrew Haberlandt via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 16 21:10:08 PST 2025
================
@@ -14,7 +14,7 @@ RUN: echo ....U. > %tmp/T2/2
RUN: echo ...Z.. > %tmp/T2/3
RUN: echo ...Z.. > %tmp/T2/4
RUN: echo ....E. > %tmp/T2/5
-RUN: echo .....R > %tmp/T2/6
+RUN: (echo .....R; for i in {1..1024}; do echo -n X; done) > %tmp/T2/6
----------------
ndrewh wrote:
fwiw, before I made this change I did look and found other tests doing similar shell scripting https://github.com/llvm/llvm-project/blob/49d5bb0ad0cb31410184c462801c5049ad671517/compiler-rt/test/asan/TestCases/Darwin/duplicate_os_log_reports.cpp#L13
https://github.com/llvm/llvm-project/pull/168137
More information about the llvm-commits
mailing list