Commit fd54cde
committed
CI: preserve and report ASan findings in regression tests
Add REGTESTS_KEEP_LOGS=1 to ASAN-based VTest jobs so test logs are retained
after completion.
Add a new "Show ASAN findings" step that runs only for ASAN builds. This step
searches through the retained test logs for AddressSanitizer SUMMARY lines,
displays any detected issues, and fails the workflow if findings are present.
This improves visibility into memory safety issues detected during regression
testing and ensures ASAN failures don't pass silently in CI.1 parent 249e6cb commit fd54cde
1 file changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
143 | 161 | | |
144 | 162 | | |
145 | 163 | | |
| |||
0 commit comments