Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s2wasm torture test: delete output dir when done. | JF Bastien | 2016-01-08 | 1 | -0/+2 |
| | |||||
* | simplify print output in passes tests | Alon Zakai | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Run binaryen-shell on the dot_s test .wast files. | Dan Gohman | 2016-01-06 | 1 | -0/+5 |
| | |||||
* | Replace the experimental/prototype-wasmate/test tests. | Dan Gohman | 2016-01-06 | 1 | -45/+21 |
| | | | | Use the llvm_autogenerated tests instead. | ||||
* | Commit the torture .s files | JF Bastien | 2016-01-06 | 1 | -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 files | JF Bastien | 2016-01-04 | 1 | -0/+14 |
| | |||||
* | add a test for s2wasm options | Alon Zakai | 2016-01-04 | 1 | -0/+5 |
| | |||||
* | Fix check.py license | JF Bastien | 2015-12-31 | 1 | -1/+14 |
| | |||||
* | more check.py explanations | Alon Zakai | 2015-12-29 | 1 | -1/+3 |
| | |||||
* | update check.py disabled test reasons | Alon Zakai | 2015-12-29 | 1 | -4/+4 |
| | |||||
* | implement a temporary hack for __stack_pointer | Alon Zakai | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | finish updating .s tests | Alon Zakai | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | add indirect call testcase for wasm-backend | Alon Zakai | 2015-12-25 | 1 | -1/+2 |
| | |||||
* | update check.py | Alon Zakai | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | update check.py for libsupport | Alon Zakai | 2015-12-24 | 1 | -1/+1 |
| | |||||
* | add wasm-backend globals testcase | Alon Zakai | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | improve check.py | Alon Zakai | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | s2wasm const parsing fixes | Alon Zakai | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | add first spec test for wasm2asm | Alon Zakai | 2015-12-21 | 1 | -2/+2 |
| | |||||
* | move wasm2asm testcases later, after spec testcases are set | Alon Zakai | 2015-12-21 | 1 | -35/+35 |
| | |||||
* | enable another test | Alon Zakai | 2015-12-21 | 1 | -2/+2 |
| | |||||
* | enable a test | Alon Zakai | 2015-12-21 | 1 | -1/+0 |
| | |||||
* | reformat blacklist for experimental wasts | Alon Zakai | 2015-12-21 | 1 | -1/+6 |
| | |||||
* | start to verify that experimental wasts parse ok | Alon Zakai | 2015-12-21 | 1 | -0/+16 |
| | |||||
* | update tests | Alon Zakai | 2015-12-18 | 1 | -2/+2 |
| | |||||
* | update .s tests | Alon Zakai | 2015-12-15 | 1 | -1/+3 |
| | |||||
* | add memops .s benchmark | Alon Zakai | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | add another wasm-backend testcase | Alon Zakai | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | add first WASM_BACKEND output testcase | Alon Zakai | 2015-12-14 | 1 | -1/+18 |
| | |||||
* | start to emit metadata from s2wasm | Alon Zakai | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | relocation.s now works | Alon Zakai | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | parse switch in s2wasm | Alon Zakai | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | handle more loop/block combos in s2wasm, and update more test outputs | Alon Zakai | 2015-12-14 | 1 | -1/+1 |
| | |||||
* | scan function result types in s2wasm | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | disable switch.s which looks nonstandard | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | fix s2wasm load | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | copy_local | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | cpus.s | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | many more ops in s2wasm | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | more comparisons .ses | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | float comparisons and another .s | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | add cfg-stackify.s | Alon Zakai | 2015-12-12 | 1 | -1/+1 |
| | |||||
* | add call.s | Alon Zakai | 2015-12-12 | 1 | -2/+5 |
| | |||||
* | add wip .s testcase | Alon Zakai | 2015-12-11 | 1 | -1/+1 |
| | |||||
* | process on s2wasm, and first working testcase | Alon Zakai | 2015-12-10 | 1 | -0/+17 |
| | |||||
* | add now-passing emcc_hello_world.wast testcase to wasm2asm tests | Alon Zakai | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | restore temporarily disable example testcase | Alon Zakai | 2015-12-07 | 1 | -2/+1 |
| | |||||
* | check asm.js validation in wasm2asm output | Alon Zakai | 2015-12-07 | 1 | -1/+10 |
| | |||||
* | check for tool existence in check.py | Alon Zakai | 2015-12-07 | 1 | -87/+127 |
| | |||||
* | verify wasm2asm emits valid js | Alon Zakai | 2015-12-06 | 1 | -1/+8 |
| |