v8/test/cctest/wasm
ahaas dcac1f144e [wasm] Fixed float-to-int32 conversion to match the spec.
The new implementation detects if the input value is outside i32 range
and traps it that case.

The range check is done as follows:
The input value is converted to int32 and then back to float. If the
result is the same as the truncated input value, then the input value
is within int32 range.

R=bmeurer@chromium.org

Review URL: https://codereview.chromium.org/1537393003

Cr-Commit-Position: refs/heads/master@{#32984}
2015-12-21 10:53:16 +00:00
..
OWNERS Adding OWNERS files to test directories for wasm. 2015-12-14 14:22:15 +00:00
test-run-wasm-module.cc Have WasmModule free it's own memory. 2015-12-17 13:27:34 +00:00
test-run-wasm.cc [wasm] Fixed float-to-int32 conversion to match the spec. 2015-12-21 10:53:16 +00:00
test-signatures.h Initial import of v8-native WASM. 2015-12-11 12:27:05 +00:00