<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/54821>54821</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Some tests are too large that cause CI timeout
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
junaire
</td>
</tr>
</table>
<pre>
If you go to `clang/test` directory and run `find . -type f -size +1M`, you will find some tests are ridiculously large (over 1MB). I think this is why sometimes the CI failed. (https://reviews.llvm.org/D122951)
```
./CodeGen/arm_neon_intrinsics.c
./CodeGen/RISCV/rvv-intrinsics/vluxseg_mask_mf.c
./CodeGen/RISCV/rvv-intrinsics/vluxseg_mask.c
./CodeGen/RISCV/rvv-intrinsics/vloxseg_mask_mf.c
./CodeGen/RISCV/rvv-intrinsics/vloxseg_mask.c
./OpenMP/teams_distribute_parallel_for_schedule_codegen.cpp
./OpenMP/target_teams_distribute_simd_codegen.cpp
./OpenMP/target_parallel_for_codegen.cpp
./OpenMP/distribute_simd_codegen.cpp
./OpenMP/target_teams_distribute_codegen.cpp
./OpenMP/distribute_parallel_for_simd_codegen.cpp
./OpenMP/target_teams_codegen.cpp
./OpenMP/teams_distribute_parallel_for_simd_schedule_codegen.cpp
./OpenMP/distribute_parallel_for_codegen.cpp
./OpenMP/target_teams_distribute_parallel_for_schedule_codegen.cpp
./OpenMP/target_parallel_for_simd_codegen.cpp
./OpenMP/target_teams_distribute_parallel_for_simd_schedule_codegen.cpp
```
Maybe we can split the test into several ones and hopefully, it can stop the failure of build bots in some cases.
CC @topperc @nikic @alexey-bataev
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyllU1vnDAQhn8NXEaLWJZNw4FDslGrPaxaNVKvyNjD4sTYyB-7ob--YxI13SZN8yFZYMPM-w5jeGiNmOptB5MJsDfgDSRnOVdM75Pis0fnaQlCWuTe2AmYFmCDjkGdpHkGCz-NCB0snPyJkBSXyx3dTIrNLHmUSsEc6cyAEAUdMItgpZA8KBOcmkAxu4-55-aAFpa7y6SoMtiC76W-jUcHNI79NKt4OaCjqwibLXRMKhRZTO69H12yuqDCaVg8SDy6TKnDkBkbH-dqWRTVekniSX6V5BexzvsxLzMK2RiBX1DTjNmh0Wh0I7W3UjvJXcafC_y-vd78iIaHw-Ixli4cVLhzuG8G5m6boftA9ptTzYeMzbPGX0fUu2_zW8EG1wjpKKkNHpuRWaYUqqYztnG8RxEUNpys9qgzPo7PicQt980TLScH8brUE9eXM96l_6S0V3uc9uONhv8Jfbn30euVG_Avjff15gOvwIe69c5O_PXl3x93bGoRjgicaXCjkn6GTGQW0BdiwCHhiSkwmvgTSdibEbug1BRxR-FzojfjnBfJFIh0poM2SCWgNcQ-qe9JyJlDl_1pv9lAUuaUPaLlcarlrZwnTOEdTouWeYYHSEW9EtWqYqmXXmF9fQpWb8wDT33PYknBzaCM1DTBp8Gq-pSUe-n70GbcDLSIuHw4LUZrboj7tJTOBYxwWJfnxTLt66It2VnFuMDlWbXmq1LwlpclE2uxqtqSp4q1qFydrInlhcYjzBI0T9ZXqayLvCjyMq_yZVkt8ywXKAqi86rtPvFV0dJD40D9-03v1NZzSW3YO7qpaNsf0Z4y5-ReI852pM-C742tb4Jm9OdKZ-t6Lv0X4UVXug">