You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[rust][test] Search for {{{reset}}} or {{{reset:begin}}}
This CL makes rust_runner_integration_test look for either {{{reset}}}
or {{{reset:begin}}} in logs. Before, it only looked for the former.
This is blocking the Rust toolchain roll, because after rolling the logs
contain the latter instead.
Here is what led to this:
* I0c4b787f79fe0d8f62370e302d232e77087e2de4 added support for backtrace
prettifying, which uses {{{reset:begin}}} and {{{reset:end}}} instead
of just {{{reset}}}.
* Idcb28b8c9a3269f0e1534b703d9231e8d452d801 made the Rust runner
integration test look for {{{reset}}} in the output.
* rust-lang/backtrace-rs#559 made backtrace-rs
start emitting {{{reset:begin}}} and {{{reset:end}}}.
* rust-lang/rust@249595b
bumped rustc to use the new backtrace-rs.
Test: fx test rust_runner_integration_test
Bug: 132466, 59736
Change-Id: Ibec5d50b4c5d62f003178dc2b825ebde007a62a8
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/907287
Reviewed-by: Tyler Mandry <[email protected]>
Reviewed-by: Ankur Mittal <[email protected]>
Commit-Queue: Mitchell Kember <[email protected]>
0 commit comments