summaryrefslogtreecommitdiff
path: root/Meta/generate-libwasm-spec-test.py
AgeCommit message (Expand)Author
2022-03-20Meta: Skip wasm tests whose modules cannot be loadedAli Mohammad Pur
2022-03-16Meta: Enable all wasm extensions when building test suiteAli Mohammad Pur
2021-08-30Meta: Implement support for the "unlinkable" Wasm spectest assertionAli Mohammad Pur
2021-08-30Meta: Generate bigints for i64 values in LibWasm test suite filesAli Mohammad Pur
2021-08-12Meta: Un-escape escaped strings when generating Wasm testsAli Mohammad Pur
2021-08-12Meta: Don't roundtrip floats for i64/i32 hex literals in wasm testsAli Mohammad Pur
2021-07-06Meta+LibWasm: Correctly parse the invokee name in toplevel invokesAli Mohammad Pur
2021-07-06Meta+LibWasm: Generate calls to functions when they don't have resultsAli Mohammad Pur
2021-06-22LibWasm: Generate all spec tests, even ones that aren't valid modulesAli Mohammad Pur
2021-06-22Meta+LibWasm: Add support for module linking testsAli Mohammad Pur
2021-06-04Meta: Don't make wasm tests pass when they cannot read a moduleAli Mohammad Pur
2021-06-02Meta: Make the wasm test generator cast numbers to i32 when neededAli Mohammad Pur
2021-06-02Meta: Generate failing tests for unsupported assertions in wasm testsAli Mohammad Pur
2021-05-27Meta: Correctly parse numeric literals in wasm testsAli Mohammad Pur
2021-05-21LibWasm+Meta: Implement instantiation/execution primitives in test-wasmAli Mohammad Pur