summaryrefslogtreecommitdiff
path: root/test/crash/test_features.py
Commit message (Collapse)AuthorAgeFilesLines
* More validation tests and fixes for SIMD (#1964)Thomas Lively2019-03-251-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 Lively2019-03-191-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.