Commit 5a93114
[infra] Indicate coverage run failure when libFuzzer reports an error (#13103)
Currently OOM's and timeouts for individual corpus entries during
coverage measurement are silently ignored, as libFuzzer still exits with
a zero returncode. This PR adds a grep for error messages during the
coverage run. Additionally, add a small log file is created to indicate
the fuzzer target for which the coverage measurement did not complete
succesfully.
---------
Signed-off-by: phi-go <dev@philipp-goerz.com>
Co-authored-by: DavidKorczynski <david@adalogics.com>1 parent 30567d0 commit 5a93114
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
103 | 109 | | |
| 110 | + | |
104 | 111 | | |
105 | 112 | | |
106 | 113 | | |
| |||
126 | 133 | | |
127 | 134 | | |
128 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
129 | 142 | | |
130 | 143 | | |
131 | 144 | | |
| |||
0 commit comments