Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More validation tests and fixes for SIMD (#1964) | Thomas Lively | 2019-03-25 | 1 | -18/+0 |
| | | | | | Moves the feature validation unit test file to a new directory, 'unit', and adds new tests for SIMD and sign-ext. Adds validation for v128 globals and v128.const. | ||||
* | Discover and run unit tests from check.py (#1948) | Thomas Lively | 2019-03-19 | 1 | -0/+18 |
unittest is Python's standard testing framework, so this change allows arbitrary tests to be written without introducing any new dependencies or code in check.py. A new test that was not possible to write before is also included. It is the first of many. |