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