Commit 8d9b9ae
committed
Bug 2042834 - Mark unexpected process crashes during mochitest as test failures, r=ahal.
Bug 1631828 inadvertently broadened the synthetic test_end emitted on
process crash so that expected="CRASH" was set unconditionally, marking
every crash as expected. Restrict that to the crashAsPass path so any
other crash takes the elif branch (expected="PASS", status=1) and
registers as an unexpected failure.
Differential Revision: https://phabricator.services.mozilla.com/D3028101 parent d3b7bda commit 8d9b9ae
2 files changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3138 | 3138 | | |
3139 | 3139 | | |
3140 | 3140 | | |
3141 | | - | |
| 3141 | + | |
3142 | 3142 | | |
3143 | 3143 | | |
3144 | 3144 | | |
3145 | 3145 | | |
3146 | | - | |
3147 | | - | |
| 3146 | + | |
3148 | 3147 | | |
3149 | 3148 | | |
3150 | 3149 | | |
| |||
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
217 | 230 | | |
218 | 231 | | |
219 | 232 | | |
| |||
0 commit comments