Commit ebbe1ba
authored
fix(fuzz): skip time parsing errors (#901)
Add "parsing time .*" pattern to skip list to handle Go time.Parse
errors like "parsing time ... extra text ..." that are expected
runtime errors, not bugs.
Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>1 parent 02f92c2 commit ebbe1ba
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments