summaryrefslogtreecommitdiff
path: root/check.py
Commit message (Collapse)AuthorAgeFilesLines
* s2wasm torture test: delete output dir when done.JF Bastien2016-01-081-0/+2
|
* simplify print output in passes testsAlon Zakai2016-01-081-1/+1
|
* Run binaryen-shell on the dot_s test .wast files.Dan Gohman2016-01-061-0/+5
|
* Replace the experimental/prototype-wasmate/test tests.Dan Gohman2016-01-061-45/+21
| | | | Use the llvm_autogenerated tests instead.
* Commit the torture .s filesJF Bastien2016-01-061-6/+7
| | | | update.py used to just download them in a folder that .gitignore hid. They'll now be checked in instead, under test/, and lkgr will identify which version of LLVM built them.
* Test s2wasm using buildbot's last known good .s filesJF Bastien2016-01-041-0/+14
|
* add a test for s2wasm optionsAlon Zakai2016-01-041-0/+5
|
* Fix check.py licenseJF Bastien2015-12-311-1/+14
|
* more check.py explanationsAlon Zakai2015-12-291-1/+3
|
* update check.py disabled test reasonsAlon Zakai2015-12-291-4/+4
|
* implement a temporary hack for __stack_pointerAlon Zakai2015-12-261-1/+1
|
* finish updating .s testsAlon Zakai2015-12-251-1/+1
|
* add indirect call testcase for wasm-backendAlon Zakai2015-12-251-1/+2
|
* update check.pyAlon Zakai2015-12-241-1/+1
|
* update check.py for libsupportAlon Zakai2015-12-241-1/+1
|
* add wasm-backend globals testcaseAlon Zakai2015-12-231-1/+1
|
* improve check.pyAlon Zakai2015-12-231-1/+1
|
* s2wasm const parsing fixesAlon Zakai2015-12-231-1/+1
|
* add first spec test for wasm2asmAlon Zakai2015-12-211-2/+2
|
* move wasm2asm testcases later, after spec testcases are setAlon Zakai2015-12-211-35/+35
|
* enable another testAlon Zakai2015-12-211-2/+2
|
* enable a testAlon Zakai2015-12-211-1/+0
|
* reformat blacklist for experimental wastsAlon Zakai2015-12-211-1/+6
|
* start to verify that experimental wasts parse okAlon Zakai2015-12-211-0/+16
|
* update testsAlon Zakai2015-12-181-2/+2
|
* update .s testsAlon Zakai2015-12-151-1/+3
|
* add memops .s benchmarkAlon Zakai2015-12-151-1/+1
|
* add another wasm-backend testcaseAlon Zakai2015-12-151-1/+1
|
* add first WASM_BACKEND output testcaseAlon Zakai2015-12-141-1/+18
|
* start to emit metadata from s2wasmAlon Zakai2015-12-141-1/+1
|
* relocation.s now worksAlon Zakai2015-12-141-1/+1
|
* parse switch in s2wasmAlon Zakai2015-12-141-1/+1
|
* handle more loop/block combos in s2wasm, and update more test outputsAlon Zakai2015-12-141-1/+1
|
* scan function result types in s2wasmAlon Zakai2015-12-121-1/+1
|
* disable switch.s which looks nonstandardAlon Zakai2015-12-121-1/+1
|
* fix s2wasm loadAlon Zakai2015-12-121-1/+1
|
* copy_localAlon Zakai2015-12-121-1/+1
|
* cpus.sAlon Zakai2015-12-121-1/+1
|
* many more ops in s2wasmAlon Zakai2015-12-121-1/+1
|
* more comparisons .sesAlon Zakai2015-12-121-1/+1
|
* float comparisons and another .sAlon Zakai2015-12-121-1/+1
|
* add cfg-stackify.sAlon Zakai2015-12-121-1/+1
|
* add call.sAlon Zakai2015-12-121-2/+5
|
* add wip .s testcaseAlon Zakai2015-12-111-1/+1
|
* process on s2wasm, and first working testcaseAlon Zakai2015-12-101-0/+17
|
* add now-passing emcc_hello_world.wast testcase to wasm2asm testsAlon Zakai2015-12-071-1/+1
|
* restore temporarily disable example testcaseAlon Zakai2015-12-071-2/+1
|
* check asm.js validation in wasm2asm outputAlon Zakai2015-12-071-1/+10
|
* check for tool existence in check.pyAlon Zakai2015-12-071-87/+127
|
* verify wasm2asm emits valid jsAlon Zakai2015-12-061-1/+8
|