Commit 3f6729b
authored
Fuzzer: Do not always add functions (#7917)
Leaving a small chance to only modify existing functions, rather than
always add lots of new ones, opens opportunities for very precise
small testcases to not get overly-modified. E.g., if a small testcase
checks for turning a field immutable, adding many functions will
likely add sets to all fields, changing the global picture
substantially.1 parent e6f3dec commit 3f6729b
2 files changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
222 | 225 | | |
223 | 226 | | |
224 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
1391 | 1393 | | |
1392 | 1394 | | |
1393 | 1395 | | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
1394 | 1404 | | |
1395 | 1405 | | |
1396 | 1406 | | |
| |||
1403 | 1413 | | |
1404 | 1414 | | |
1405 | 1415 | | |
1406 | | - | |
| 1416 | + | |
1407 | 1417 | | |
1408 | 1418 | | |
1409 | 1419 | | |
| |||
1413 | 1423 | | |
1414 | 1424 | | |
1415 | 1425 | | |
| 1426 | + | |
| 1427 | + | |
| 1428 | + | |
| 1429 | + | |
1416 | 1430 | | |
1417 | 1431 | | |
1418 | 1432 | | |
| |||
0 commit comments