Commit db3e1b9
[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]>1 parent dadbea7 commit db3e1b9
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
109 | 108 | | |
110 | | - | |
| 109 | + | |
111 | 110 | | |
112 | 111 | | |
113 | 112 | | |
114 | | - | |
| 113 | + | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
0 commit comments