Commit bb0c8d0
fix(92c2-b442): support indented FAIL lines in red-zone.sh parser
parse_failing_tests_from_output used ^FAIL: anchor which required FAIL:
at line start. Most test scripts output " FAIL: test_name" with 2-space
indent (203 instances across 20 files), making them invisible to the
parser. When no test names are parsed, the fail-safe treats ALL failures
as blocking, defeating RED zone tolerance. Removed the ^ anchor so both
indented and non-indented FAIL: lines are matched.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8db1b7e commit bb0c8d0
File tree
2 files changed
+12
-1
lines changed- plugins/dso/hooks/lib
- tests/hooks
2 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
144 | 154 | | |
145 | 155 | | |
146 | 156 | | |
| |||
0 commit comments