v8/test/mjsunit/wasm/embenchen
bradnelson 561bfcb70d [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest.
Record which asm.js stdlib members are used and add a check that NaN is actually correctly set. Other stdlib members to be added in a later change.

Also add a stdlib argument to Wasm.instantiateModuleFromAsm, in preparation for that function to be replaced by normal asm.js instantiation.

BUG= https://bugs.chromium.org/p/v8/issues/detail?id=4203
LOG=N
R=jpp@chromium.org,titzer@chromium.org

Review-Url: https://codereview.chromium.org/2251433002
Cr-Commit-Position: refs/heads/master@{#38760}
2016-08-19 18:26:24 +00:00
..
box2d.js [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. 2016-08-19 18:26:24 +00:00
copy.js [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. 2016-08-19 18:26:24 +00:00
corrections.js [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. 2016-08-19 18:26:24 +00:00
fannkuch.js [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. 2016-08-19 18:26:24 +00:00
fasta.js [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. 2016-08-19 18:26:24 +00:00
lua_binarytrees.js [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. 2016-08-19 18:26:24 +00:00
memops.js [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. 2016-08-19 18:26:24 +00:00
primes.js [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. 2016-08-19 18:26:24 +00:00
README
zlib.js [wasm] asm.js - Check stdlib.NaN is valid, prepare for the rest. 2016-08-19 18:26:24 +00:00

This directory contains versions of test/mjsunit/asm/embenchen
modified to work with the current state of the asm->wasm
conversion plumbing.