Commit fa0e551
test(specializer): SPECIALIZER_FUZZ_SEEDS knob for deep fuzz runs
The three generated-program fuzzes (backend contract, determinism, IR
round-trip) had their seed counts hardcoded, so a deep audit meant editing
source and remembering to restore it. Mirrors the regexp fuzzer's existing
REGEXP_FUZZ_N knob; gate depths are unchanged as the defaults.
Verified at depth on master's code, all green, no divergences:
backend contract 100,000 seeds (default 500) 37s
determinism 50,000 seeds (default 150) 0.9s
IR round-trip 50,000 seeds (default 300) 2.5s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent d8b4d7e commit fa0e551
3 files changed
Lines changed: 15 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
878 | 878 | | |
879 | 879 | | |
880 | 880 | | |
881 | | - | |
| 881 | + | |
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
| |||
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
934 | | - | |
| 934 | + | |
935 | 935 | | |
936 | 936 | | |
937 | 937 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
16 | 28 | | |
17 | 29 | | |
18 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
872 | | - | |
| 872 | + | |
873 | 873 | | |
874 | 874 | | |
875 | 875 | | |
| |||
0 commit comments