summaryrefslogtreecommitdiff
path: root/check.py
Commit message (Collapse)AuthorAgeFilesLines
...
* move wasm-backend tests to use emcc from emscripten submoduleAlon Zakai2016-01-171-17/+17
|
* wip waterfall build fetchingAlon Zakai2016-01-171-1/+30
|
* print check.py warnings at the end, where they have a chance to be noticedAlon Zakai2016-01-171-4/+9
|
* Merge pull request #104 from WebAssembly/more-tortureAlon Zakai2016-01-141-0/+17
|\ | | | | More torture
| * check.py noteAlon Zakai2016-01-141-1/+1
| |
| * run shell on s2wasm outputs, with a list of known failuresAlon Zakai2016-01-141-2/+15
| |
| * prepare for running binaryen on s2wasm torture outputsAlon Zakai2016-01-141-2/+2
| |
| * run s2wasm outputs from torture tests through binaryen-shell, to verify they ↵Alon Zakai2016-01-141-0/+4
| | | | | | | | parse
* | add expected outputs from text->binary->text testAlon Zakai2016-01-141-0/+4
| |
* | enable binary format testingAlon Zakai2016-01-141-5/+5
| |
* | more testing prepAlon Zakai2016-01-131-1/+7
| |
* | prepare for wasm-dis testingAlon Zakai2016-01-131-1/+1
|/
* default torture tests to onAlon Zakai2016-01-121-1/+1
|
* disable torture tests for current known breakageAlon Zakai2016-01-121-1/+3
|
* avoid unit.wast in wasm-as, as it uses f32.demote/f64 which is not in the ↵Alon Zakai2016-01-121-1/+1
| | | | binary format currently
* test wasm-as does not crash when binarifying testcasesAlon Zakai2016-01-121-0/+10
|
* add option to run check without tortureAlon Zakai2016-01-121-15/+20
|
* Merge pull request #93 from WebAssembly/asm2wasm-use-command-lineAlon Zakai2016-01-111-1/+3
|\ | | | | asm2wasm: use support's command-line
| * asm2wasm: use support's command-lineJF Bastien2016-01-111-1/+3
| |
* | Add Travis builds with sanitizersJF Bastien2016-01-101-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 changeJF Bastien2016-01-101-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 definedAlon Zakai2016-01-091-1/+1
|
* Use waterfall instead of experimental, now the repo has moved.JF Bastien2016-01-081-1/+1
|
* 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
|