File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 109109 '--disable-fp16' ,
110110 '--disable-strings' ,
111111 '--disable-stack-switching' ,
112- '--disable-relaxed-atomics' ,
113112 '--disable-multibyte' ,
114113 '--disable-wide-arithmetic' ,
115114]
Original file line number Diff line number Diff line change 3333
3434# The V8 flags we put in the "fuzzer flags" files, which tell ClusterFuzz how to
3535# run V8. By default we apply all staging flags.
36- FUZZER_FLAGS = '--wasm-staging --experimental-wasm-custom-descriptors --experimental-wasm-js-interop'
36+ FUZZER_FLAGS = '--wasm-staging --experimental-wasm-custom-descriptors --experimental-wasm-js-interop --experimental-wasm-acquire-release '
3737
3838# Optional V8 flags to add to FUZZER_FLAGS, some of the time.
3939OPTIONAL_FUZZER_FLAGS = [
9494 '--disable-fp16' ,
9595 '--disable-strings' ,
9696 '--disable-stack-switching' ,
97- '--disable-relaxed-atomics' ,
9897 '--disable-wide-arithmetic' ,
9998]
10099
Original file line number Diff line number Diff line change 7575 'fp16' ,
7676 'strings' ,
7777 'stack-switching' ,
78- 'relaxed-atomics' ,
7978 'multibyte' ,
8079 'wide-arithmetic' ,
8180]
Original file line number Diff line number Diff line change @@ -254,6 +254,7 @@ def has_shell_timeout():
254254 '--experimental-wasm-fp16' ,
255255 '--experimental-wasm-custom-descriptors' ,
256256 '--experimental-wasm-js-interop' ,
257+ '--experimental-wasm-acquire-release' ,
257258]
258259
259260# external tools
You can’t perform that action at this time.
0 commit comments