diff options
| author | jyn <github@jyn.dev> | 2024-12-25 19:31:25 -0500 |
|---|---|---|
| committer | jyn <github@jyn.dev> | 2024-12-25 19:47:28 -0500 |
| commit | 801c1d8b907389eac18f3c4f0d66de6077795af7 (patch) | |
| tree | 8e639437d44601615482e90125459f6d4638aaf6 /tests/rustdoc-js-std/parser-bindings.js | |
| parent | c7a28d579b8209337fe959e2384d3884878d887c (diff) | |
| download | rust-801c1d8b907389eac18f3c4f0d66de6077795af7.tar.gz rust-801c1d8b907389eac18f3c4f0d66de6077795af7.zip | |
fix default-backtrace-ice test
when running `tests/ui/panics/default-backtrace-ice.rs locally it gave this error: ``` failures: ---- [ui] tests/ui/panics/default-backtrace-ice.rs stdout ---- Saved the actual stderr to "/home/jyn/src/rust3/build/x86_64-unknown-linux-gnu/test/ui/panics/default-backtrace-ice/default-backtrace-ice.stderr" diff of stderr: 7 8 aborting due to `-Z treat-err-as-bug=1` 9 stack backtrace: - (end_short_backtrace) - (begin_short_backtrace) - (end_short_backtrace) - (begin_short_backtrace) + [... omitted 22 frames ...] + ``` this is a regression from setting RUST_BACKTRACE=1 by default. we need to turn off the new behavior when running UI tests so that they reflect our dist compiler. normally that's done by checking `sess.unstable_opts.ui_testing`, but this happens extremely early in the compiler before we've expanded arg files. do an extremely simple hack that doesn't work in all cases - we don't need it to work in all cases, only when running UI tests.
Diffstat (limited to 'tests/rustdoc-js-std/parser-bindings.js')
0 files changed, 0 insertions, 0 deletions
