diff options
| author | Ariel Ben-Yehuda <me@arielby.net> | 2025-09-08 14:08:26 +0000 |
|---|---|---|
| committer | Ariel Ben-Yehuda <me@arielby.net> | 2025-09-08 14:41:17 +0000 |
| commit | ef95c63816bcc6f217601abf308b1b1561340731 (patch) | |
| tree | aaef4cd641008c72e26bdabfa51f075b315b631c /compiler/rustc_codegen_llvm/src | |
| parent | beeb8e3af54295ba494c250e84ecda4c2c5d85ff (diff) | |
| download | rust-ef95c63816bcc6f217601abf308b1b1561340731.tar.gz rust-ef95c63816bcc6f217601abf308b1b1561340731.zip | |
disable core dumps for panic-uninitialized-zeroed
That test causes a large amount of crashes. If a system has a /proc/sys/kernel/core_pattern that uploads core dumps enabled, it will take a long time to complete. Set dumpable to 0 to avoid that. Before: $ time ./panic-uninitialized-zeroed real 0m47.457s user 0m0.023s sys 0m0.021s After: $ ./panic-uninitialized-zeroed real 0m0.029s user 0m0.019s sys 0m0.010s
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
