v8/test/cctest/wasm
Jakob Kummerow f7d6b19f6c [ubsan] Fix many static_cast<int32_t> with undefined behavior
Casting from a floating-point type to an integer type is undefined behavior
if the integral part of the float cannot be represented in the range of the
int.

Bug: v8:3770, chromium:831145
Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng;luci.v8.try:v8_linux_noi18n_rel_ng
Change-Id: I2e85ea8b0f09bbeeb3e0dcc1135fc747fa312f6d
Reviewed-on: https://chromium-review.googlesource.com/1011651
Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
Reviewed-by: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52631}
2018-04-17 02:02:18 +00:00
..
OWNERS Remove mtrofin and rossberg from OWNERS 2018-02-15 23:48:43 +00:00
test-c-wasm-entry.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-run-wasm-64.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-run-wasm-asmjs.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-run-wasm-atomics64.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-run-wasm-atomics.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-run-wasm-interpreter.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-run-wasm-js.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-run-wasm-module.cc [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00
test-run-wasm-sign-extension.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-run-wasm-simd.cc [ubsan] Fix many static_cast<int32_t> with undefined behavior 2018-04-17 02:02:18 +00:00
test-run-wasm.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-streaming-compilation.cc [V8 Platform] Make CallOnWorkerThread use std::unique_ptr 2018-03-26 17:43:22 +00:00
test-wasm-breakpoints.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-wasm-codegen.cc Add capability to handle CSP 'wasm-eval' in V8 2017-11-09 00:40:42 +00:00
test-wasm-interpreter-entry.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-wasm-stack.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
test-wasm-trap-position.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
wasm-atomics-utils.h [wasm] Add I64 Atomic binary operations for x64 2018-03-02 00:30:54 +00:00
wasm-run-utils.cc [arm64][Liftoff] Start Liftoff implementation. 2018-04-16 16:16:47 +00:00
wasm-run-utils.h [ubsan] Change Address typedef to uintptr_t 2018-04-14 01:25:28 +00:00