Commit a288a73
authored
Fuzzer: Stop emitting nullable stringviews (#6574)
As of
https://chromium-review.googlesource.com/c/v8/v8/+/5471674
V8 requires stringviews to be non-nullable. It might be possible to make that
change in our IR, or to remove views entirely, but for now this PR makes the
fuzzer stop emitting nullable stringviews as a workaround to allow us to fuzz
current V8.
There are still rare corner cases where this pattern is emitted, that we have
not tracked down, and so this also makes the fuzzer ignore the error for now.1 parent ed2cec4 commit a288a73
File tree
3 files changed
+29
-5
lines changed- scripts
- src
- ir
- tools/fuzzing
3 files changed
+29
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
668 | 668 | | |
669 | 669 | | |
670 | 670 | | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
671 | 674 | | |
672 | 675 | | |
673 | 676 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
307 | 316 | | |
308 | 317 | | |
309 | 318 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
703 | 707 | | |
704 | 708 | | |
705 | 709 | | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
706 | 713 | | |
707 | 714 | | |
708 | 715 | | |
| |||
1858 | 1865 | | |
1859 | 1866 | | |
1860 | 1867 | | |
1861 | | - | |
| 1868 | + | |
1862 | 1869 | | |
1863 | 1870 | | |
1864 | 1871 | | |
| |||
2712 | 2719 | | |
2713 | 2720 | | |
2714 | 2721 | | |
| 2722 | + | |
| 2723 | + | |
| 2724 | + | |
2715 | 2725 | | |
2716 | 2726 | | |
2717 | 2727 | | |
| |||
2824 | 2834 | | |
2825 | 2835 | | |
2826 | 2836 | | |
2827 | | - | |
| 2837 | + | |
| 2838 | + | |
2828 | 2839 | | |
2829 | 2840 | | |
2830 | 2841 | | |
| |||
2855 | 2866 | | |
2856 | 2867 | | |
2857 | 2868 | | |
2858 | | - | |
| 2869 | + | |
| 2870 | + | |
2859 | 2871 | | |
2860 | 2872 | | |
2861 | 2873 | | |
| |||
0 commit comments