v8/test
Ng Zhi An 83fa52a543 [wasm-simd] Set default args for v128 values
Instantiating a module that contains a function (exported) with a v128
in its signature is fine, but then later calling it will trap.

So v128 values are technically not callable from JS, but we can give it
a default argument of 0, and will later trap anyway. This is useful when
fuzzers generate functions with v128 in the signature of the main
function that we then later try to call.

Bug: chromium:1129068
Change-Id: I93f239a0355b8059e25b8bd5f1274d151d71ee11
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2419657
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Reviewed-by: Clemens Backes <clemensb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70038}
2020-09-21 21:12:57 +00:00
..
benchmarks [test] Skip some slow benchmarks 2020-09-14 08:43:44 +00:00
cctest [Heap]: Marking use Jobs. 2020-09-21 19:24:37 +00:00
common [wasm-simd] Set default args for v128 values 2020-09-21 21:12:57 +00:00
debugger [nci] Change testing mode to --turbo-nci-as-midtier 2020-08-20 12:54:40 +00:00
debugging
fuzzer [wasm-simd] Set default args for v128 values 2020-09-21 21:12:57 +00:00
fuzzilli Updated libreprl from Fuzzilli and improved Fuzzilli test 2020-09-14 14:52:06 +00:00
inspector Reland^5 "[flags] warn about contradictory flags" 2020-09-18 15:45:00 +00:00
intl Fix locale of Intl.Collator..resolvedOptions 2020-09-16 15:53:09 +00:00
js-perf-test [super property speed] Invert benchmark graphs 2020-08-31 09:24:46 +00:00
memory
message Revert "[d8] Avoid recursive unhandled rejected Promise processing" 2020-09-18 18:12:05 +00:00
mjsunit [heap] Add slow test with --stress-concurrent-allocation 2020-09-21 16:38:27 +00:00
mkgrokdump
mozilla
test262 [intl] Fix ubsan problem in Intl.Segmenter. 2020-09-18 18:11:01 +00:00
torque
unittests [wasm-gc] Implement typed function tables 2020-09-21 15:20:32 +00:00
wasm-api-tests [ukm][wasm] Add event WasmModuleDecoded 2020-08-17 12:44:33 +00:00
wasm-js Reland "[wasm-simd] Stage SIMD" 2020-09-10 16:04:35 +00:00
wasm-spec-tests Revert "[wasm-simd][scalar-lowering] Enable some spec tests" 2020-09-18 19:41:23 +00:00
webkit
BUILD.gn
OWNERS