Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unreachable typing fixes (#1004) | Alon Zakai | 2017-05-09 | 1 | -0/+5 |
| | | | | | | | | | | | | * fix type of drop, set_local, set_global, load, etc: when operand is unreachable, so is the node itself * support binary tests properly in test/passes * fix unreachable typing of blocks with no name and an unreachable child * fix continue emitting in asm2wasm * properly handle emitting of unreachable load | ||||
* | Refactor check.py so that groups of tests can be split into separate … (#849) | jgravelle-google | 2016-12-06 | 1 | -0/+158 |
* Refactor check.py so that groups of tests can be split into separate files - Move helper util functions into test/shared.py - Move scripts/support.py to test/support.py - Split s2wasm tests into its own file * Fix flake8 warnings for shared.py and s2wasm.py * Move test scripts from test/ to scripts/test/ * Replace 'from shared import *' with explicit imports |