summaryrefslogtreecommitdiff
path: root/test/unit/test_features.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-23/+88
| | | | | | | If the user does not supply features explicitly on the command line, read and use the features in the target features section for validation and passes. If the user does supply features explicitly, error if they are not a superset of the features marked as used in the target features section and the user does not explicitly handle this.
* Update test/spec/memory.wast to latest upstream (#1801)Alon Zakai2019-04-031-0/+1
| | | | | | | Minus multi-memory which we don't support yet. Improve validator. Fix some minor validation issues in our tests.
* More validation tests and fixes for SIMD (#1964)Thomas Lively2019-03-251-0/+88
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.