Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | move wasm-backend tests to use emcc from emscripten submodule | Alon Zakai | 2016-01-17 | 1 | -17/+17 | |
| | ||||||
* | wip waterfall build fetching | Alon Zakai | 2016-01-17 | 1 | -1/+30 | |
| | ||||||
* | print check.py warnings at the end, where they have a chance to be noticed | Alon Zakai | 2016-01-17 | 1 | -4/+9 | |
| | ||||||
* | Merge pull request #104 from WebAssembly/more-torture | Alon Zakai | 2016-01-14 | 1 | -0/+17 | |
|\ | | | | | More torture | |||||
| * | check.py note | Alon Zakai | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | run shell on s2wasm outputs, with a list of known failures | Alon Zakai | 2016-01-14 | 1 | -2/+15 | |
| | | ||||||
| * | prepare for running binaryen on s2wasm torture outputs | Alon Zakai | 2016-01-14 | 1 | -2/+2 | |
| | | ||||||
| * | run s2wasm outputs from torture tests through binaryen-shell, to verify they ↵ | Alon Zakai | 2016-01-14 | 1 | -0/+4 | |
| | | | | | | | | parse | |||||
* | | add expected outputs from text->binary->text test | Alon Zakai | 2016-01-14 | 1 | -0/+4 | |
| | | ||||||
* | | enable binary format testing | Alon Zakai | 2016-01-14 | 1 | -5/+5 | |
| | | ||||||
* | | more testing prep | Alon Zakai | 2016-01-13 | 1 | -1/+7 | |
| | | ||||||
* | | prepare for wasm-dis testing | Alon Zakai | 2016-01-13 | 1 | -1/+1 | |
|/ | ||||||
* | default torture tests to on | Alon Zakai | 2016-01-12 | 1 | -1/+1 | |
| | ||||||
* | disable torture tests for current known breakage | Alon Zakai | 2016-01-12 | 1 | -1/+3 | |
| | ||||||
* | avoid unit.wast in wasm-as, as it uses f32.demote/f64 which is not in the ↵ | Alon Zakai | 2016-01-12 | 1 | -1/+1 | |
| | | | | binary format currently | |||||
* | test wasm-as does not crash when binarifying testcases | Alon Zakai | 2016-01-12 | 1 | -0/+10 | |
| | ||||||
* | add option to run check without torture | Alon Zakai | 2016-01-12 | 1 | -15/+20 | |
| | ||||||
* | Merge pull request #93 from WebAssembly/asm2wasm-use-command-line | Alon Zakai | 2016-01-11 | 1 | -1/+3 | |
|\ | | | | | asm2wasm: use support's command-line | |||||
| * | asm2wasm: use support's command-line | JF Bastien | 2016-01-11 | 1 | -1/+3 | |
| | | ||||||
* | | Add Travis builds with sanitizers | JF Bastien | 2016-01-10 | 1 | -2/+9 | |
|/ | | | | | | | | | | | | | | | | This triggers 5 independent build / test runs: - clang, no sanitizer; - clang, UB sanitizer; - clang, address sanitizer (disabled for now); - clang, thread sanitizer (disabled for now); - GCC. Enabling UBSan led to these changes: - Fix a bunch of undefined behavior throughout the code base. - Fix some tests that relied on that undefined behavior. - Make some of the tests easier to debug by printing their command line. - Add ubsan blacklist to work around libstdc++ bug. - Example testcase also needs sanitizer because libsupport.a uses it. | |||||
* | A few Travis change | JF Bastien | 2016-01-10 | 1 | -4/+0 | |
| | | | | | | | Initialize the git submodules to the index (I'm not sure what they're initialized to right now). Move exports to before_script, and print out compiler version. Invoke check directly (the shebang and x permissions should take care of it). Remove the sleep on warnings, it slows down Travis. | |||||
* | use CXX for example testcases, if defined | Alon Zakai | 2016-01-09 | 1 | -1/+1 | |
| | ||||||
* | Use waterfall instead of experimental, now the repo has moved. | JF Bastien | 2016-01-08 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| |