wyrichte 5806f8168b test cleanup 7 年之前
..
baselines 3e64774372 Update test baseline 7 年之前
binaries ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
wasts 086583e5c0 Fixes after wabt update 8 年之前
api.js 091bd9f891 OS#13149792 Do not call RecyclerNew with length 0 in case we call WebAssemblyTable.grow with initial length of 0. 8 年之前
array.baseline 26999473ff Add jit support for x64 load and store index out of bounds 9 年之前
array.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 年之前
array.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
array.wast 26999473ff Add jit support for x64 load and store index out of bounds 9 年之前
atomics_test.js d5d87bf217 Implement WebAssemblySharedArrayBuffer + some tests 8 年之前
basic.asm_module.js e44a8b287b Initial commit for WebAssembly prototype 10 年之前
basic.baseline be6f90ed14 Fix crash when trying to print wasm function 9 年之前
basic.js be6f90ed14 Fix crash when trying to print wasm function 9 年之前
basic.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
basic.wast 086583e5c0 Fixes after wabt update 8 年之前
basicBinary.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 年之前
binary.js 2f4fcc8879 Rename more CurrentMemory to MemorySize and fix unittest 7 年之前
bugs.js c2b0297cce Fix CI 8 年之前
call.js 5b17c72d69 Fix copyright, linux build and baseline updates 9 年之前
controlflow.baseline b60fc4babc Fix how yielding works (again) 9 年之前
controlflow.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 年之前
controlflow.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
controlflow.wast b60fc4babc Fix how yielding works (again) 9 年之前
cse.js 2622c05ac1 Do int64 const prop 8 年之前
debugger_basic.js acafcbb650 Support WebAssembly types in Jsrt debugger. 8 年之前
debugger_basic.js.dbg.baseline acafcbb650 Support WebAssembly types in Jsrt debugger. 8 年之前
debugger_basic_launch.js.dbg.baseline acafcbb650 Support WebAssembly types in Jsrt debugger. 8 年之前
divByConstants.js 29d150da60 Replacing high latency i32 div and reminder operations with mul, shift and adds. 8 年之前
divByConstants_unsigned.js ac39e5ad8b Optimizing DIV and REM ops 8 年之前
dropteelocal.baseline 79328b0da2 Wasm: drop and tee_local 9 年之前
dropteelocal.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 年之前
dropteelocal.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
dropteelocal.wast 02304ad7d8 Update wasm internal tests 9 年之前
f32.js 84505ba0dd Update f32.js to cover failing case 8 年之前
f32address.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 年之前
f32address.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
f32address.wast 02304ad7d8 Update wasm internal tests 9 年之前
f64.js 84505ba0dd Update f32.js to cover failing case 8 年之前
fastarray.js b48bb48086 Rebase + self code review 9 年之前
global.js c6bd701e47 Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution. 9 年之前
i32_popcnt.baseline e51083a977 wasm popcnt32 + tests 9 年之前
i32_popcnt.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 年之前
i32_popcnt.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
i32_popcnt.wast 02304ad7d8 Update wasm internal tests 9 年之前
i64.js ffa75cb98d Fix PAL implementation of _vsnwprintf & _vsnprintf with regards to truncation. 8 年之前
i64cf.js aa8c1af8bf tests 9 年之前
i64cf.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
i64cf.wast aa8c1af8bf tests 9 年之前
inlining.baseline 75f5e8f298 Address CR feedback 8 年之前
inlining.js 086583e5c0 Fixes after wabt update 8 年之前
invalid_global_mut.js ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
limits.js 5806f8168b test cleanup 7 年之前
loopstslot.js 248181095f remove invalid assert about dead slots in JIT loop body 8 年之前
loopyield.js 569206bb4f Correctly restore yielded values from jit loop bodies. 8 年之前
loopyieldnested.js 569206bb4f Correctly restore yielded values from jit loop bodies. 8 年之前
loopyieldregress.js b57de2056f Reduce memory imprint by saving only the current register for each types when entering a loop. 8 年之前
loopyieldtypes.js 569206bb4f Correctly restore yielded values from jit loop bodies. 8 年之前
math.js 2e8dd2e301 Add test for int64 comparison operators 8 年之前
math.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
math.wast 6b8521b03d Rebase + CR Fix 9 年之前
memory.js fd2ff361cf Change `current_memory` to `memory.size` and `grow_memory` to `memory.grow` 7 年之前
misc.baseline f29f4213da enable f64copysign 9 年之前
misc.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 年之前
misc.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
misc.wast f29f4213da enable f64copysign 9 年之前
nestedblocks.js b7f1f8eac1 Implement generic way of dealing with prefixes 8 年之前
oom.js f755ea79ec grow_memory tests on x32 9 年之前
oom.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
oom.wast fd2ff361cf Change `current_memory` to `memory.size` and `grow_memory` to `memory.grow` 7 年之前
oom_wasm.js f755ea79ec grow_memory tests on x32 9 年之前
params.js 6999714882 [CVE-2017-8604] Fix for stack allocation for asm.js/wasm 8 年之前
polyinline.js 0db8e86dfb add test 8 年之前
regress.js ffa75cb98d Fix PAL implementation of _vsnwprintf & _vsnprintf with regards to truncation. 8 年之前
reload.js fd2ff361cf Change `current_memory` to `memory.size` and `grow_memory` to `memory.grow` 7 年之前
response.js e866ab35da Separate WebAssembly.compile/instantiate for streaming api in WebAssembly.compileStreaming and WebAssembly.instantiateStreaming respectively. 8 年之前
rlexe.xml 7db95c6264 Revert commit 2ee6f53fdb798952c49c2e0efa96753d575499d4 8 年之前
rot.baseline 3f3cbfc136 wasm: Add rotate opcodes 10 年之前
rot.js 0253f19b27 Update tests to use the new WebAssembly api and remove Wasm object from 9 年之前
rot.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
rot.wast 02304ad7d8 Update wasm internal tests 9 年之前
signextend.js 119e92ca50 fixup file casing in unittests 8 年之前
superlongsignaturemismatch.js 6d21a1b45a Cleanup superlongsignaturemismatch.js and use less than 1000 arguments (the limit) 8 年之前
table.baseline a0857b2c7b Disallow const globals to be used in init_expr 9 年之前
table.js a0857b2c7b Disallow const globals to be used in init_expr 9 年之前
table.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
table.wast 086583e5c0 Fixes after wabt update 8 年之前
table_imports.js c6bd701e47 Drop WasmNativeTypeCallTest in favor of -WasmI64 which is way more simpler and doesn't affect the normal execution. 9 年之前
table_signatures.js 03c64023d1 Fix oversight after rebase 8 年之前
tracing.js 2f0a26a3b5 Remove tracing test, baseline is too highly tied to the bytecode 8 年之前
trunc.js 710b7d880f fixing tests after merge 9 年之前
trunc.wasm ba76a8f00b Stop supporting WebAssembly binary version 0x0d 8 年之前
trunc.wast 05a28df871 truncation bug fixes, clean-up 9 年之前
unsigned.js 0280af23c1 Split test wasm/unsigned.js as it was timing out sometimes. 8 年之前
wasmcctx.js acafcbb650 Support WebAssembly types in Jsrt debugger. 8 年之前
wasmcctx.js.dbg.baseline acafcbb650 Support WebAssembly types in Jsrt debugger. 8 年之前
wasmcctxmodule.js acafcbb650 Support WebAssembly types in Jsrt debugger. 8 年之前
wasmutils.js 2e8dd2e301 Add test for int64 comparison operators 8 年之前