v8/test/mjsunit/wasm
2016-12-20 10:43:54 +00:00
..
embenchen
adapter-frame.js
add-getters.js [wasm] Freeze exports object 2016-12-19 18:45:07 +00:00
asm-wasm-copy.js
asm-wasm-deopt.js
asm-wasm-exception-in-tonumber.js [wasm] Provide correct eval origin for asm.js code 2016-12-12 13:31:37 +00:00
asm-wasm-expr.js
asm-wasm-f32.js [wasm] Avoid using const that triggers ignition and flakes on ARM. 2016-12-02 13:54:43 +00:00
asm-wasm-f64.js
asm-wasm-heap.js
asm-wasm-i32.js
asm-wasm-literals.js
asm-wasm-names.js [wasm] Honor the names section for modules coming from asm.js. 2016-12-06 14:31:51 +00:00
asm-wasm-stack.js
asm-wasm-stdlib.js [wasm] Remove obsolete %IsNotAsmWasmCode predicate. 2016-12-09 11:56:05 +00:00
asm-wasm-switch.js
asm-wasm-u32.js
asm-wasm.js [wasm] Remove obsolete %IsNotAsmWasmCode predicate. 2016-12-09 11:56:05 +00:00
calls.js
compiled-module-management.js [wasm] Fix compiled-module-management lifetime issues. 2016-11-03 15:53:56 +00:00
compiled-module-serialization.js
data-segments.js [wasm] Only immutable imported globals are valid initializer expressions 2016-11-09 15:52:36 +00:00
divrem-trap.js [mjsunit] Change assertThrows such that it can check the exception message. 2016-11-28 10:26:44 +00:00
ensure-wasm-binaries-up-to-date.js
errors.js Implement LinkError; import tweaks 2016-12-16 14:23:35 +00:00
exceptions.js
export-table.js [wasm] Add test for reexport of the same import twice. 2016-12-20 10:43:54 +00:00
ffi-error.js [wasm] Fix ToNumber conversion 2016-12-07 13:54:27 +00:00
ffi.js [wasm] Fix ToNumber conversion 2016-12-07 13:54:27 +00:00
function-names.js
function-prototype.js [wasm] Names of exported functions should be the stringified function index. 2016-12-06 15:33:42 +00:00
gc-buffer.js
gc-frame.js
gc-stress.js
globals.js Implement LinkError; import tweaks 2016-12-16 14:23:35 +00:00
grow-memory.js [wasm] Linear/Exported memory maximum property should be set when maximum is defined. 2016-11-08 09:55:27 +00:00
import-memory.js [wasm] Update WasmMemoryObject correctly when module memory is exported. 2016-12-08 20:30:54 +00:00
import-table.js Implement LinkError; import tweaks 2016-12-16 14:23:35 +00:00
incrementer.wasm
indirect-calls.js
indirect-tables.js [wasm] Names of exported functions should be the stringified function index. 2016-12-06 15:33:42 +00:00
instance-gc.js
instance-memory-gc-stress.js [wasm] Fix WasmInstanceWrapper allocation. 2016-12-03 01:29:49 +00:00
instantiate-module-basic.js [wasm] Freeze exports object 2016-12-19 18:45:07 +00:00
instantiate-run-basic.js
js-api.js [wasm] Add js-api test and fix property details for some functions. 2016-12-19 17:19:56 +00:00
memory-instance-validation.js [wasm] WebAssembly.Memory object can be referenced by multiple Instance objects. 2016-11-23 20:44:29 +00:00
memory-size.js
memory.js
module-memory.js
no-wasm-by-default.js
OWNERS
parallel_compilation.js
params.js
receiver.js
stack.js
stackwalk.js
start-function.js [wasm] Wrap start function in a JS->WASM wrapper before calling it during initialization. 2016-11-08 12:37:09 +00:00
table.js Test that table object indexing does not interfere with backing table 2016-11-17 12:55:45 +00:00
test-import-export-wrapper.js [wasm] Imported WebAssembly function are never wrapped. 2016-11-10 15:05:52 +00:00
test-wasm-module-builder.js
trap-location-with-trap-if.js [wasm] Introduce the TrapIf and TrapUnless operators to generate trap code. 2016-12-15 13:31:29 +00:00
trap-location.js [wasm] Indirect calls without function table cause validation errors. 2016-11-09 08:37:44 +00:00
unicode-validation.js
unreachable.js
verify-module-basic-errors.js
wasm-constants.js [wasm] Store the function_index directly in the js-to-wasm wrapper. 2016-11-03 14:28:37 +00:00
wasm-module-builder.js [wasm] Be more lenient on the names section. 2016-11-15 20:55:55 +00:00
wasm-object-api.js