summaryrefslogtreecommitdiff
path: root/test/spec
Commit message (Expand)AuthorAgeFilesLines
* Issue a nicer error message on wasm components. (#2515)Dan Gohman2024-12-064-20/+20
* interp: Implement EHv4 (#2512)Soni L.2024-11-202-0/+60
* binary/wat: Implement EHv4 (#2470)Soni L.2024-11-201-1/+1
* Add support for the custom-page-sizes proposal (#2502)Keith Winstein2024-11-083-2/+74
* test: Move legacy exception handling tests (NFC) (#2498)Soni L.2024-10-318-113/+113
* Update testsuite (#2495)Keith Winstein2024-10-3027-647/+1480
* interp: Handle ref.null exn (#2497)Soni L.2024-10-291-0/+6
* Raise parse error on NaN in i32 and i64 literals (#2485)James Ring2024-10-082-0/+16
* Fix error message for ref.is_null (#2471)Soni L.2024-09-231-1/+2
* Update testsuite and implement table64 (#2418)Sam Clegg2024-05-1515-104/+3899
* Update testsuite and corresponding update to comment parser (#2416)Sam Clegg2024-05-1320-594/+804
* Update testsuite (#2287)Keith Winstein2023-10-2412-599/+350
* Share reading/validation code between elem exprs & other const exprs (#2288)Keith Winstein2023-09-067-30/+29
* BinaryReader/Writer: roundtrip large memory64 offsets (#2255)Keith Winstein2023-06-201-6/+6
* memory64: when enabled, check offset range at validation-time (#2253)Keith Winstein2023-06-126-26/+48
* spectest-interp: assert_malformed must error in reader alone (#2252)Keith Winstein2023-06-124-8/+4
* BinaryReader/BinaryReaderIR: check for missing end markers (#2218)Keith Winstein2023-05-033-3/+3
* binary-reader.cc: expand max local count and fix error message (#2173)Keith Winstein2023-03-154-8/+8
* Add new tests (#2168)Keith Winstein2023-03-1338-0/+559
* Update testsuite (#2167)Keith Winstein2023-03-1315-142/+142
* Implement Relaxed SIMD proposal (#1994)Marcus Better2022-11-306-0/+36
* Update testsuite (#2054)Sam Clegg2022-11-136-267/+294
* Add tail-call spec tests and fix related parser issue (#2049)Sam Clegg2022-11-082-0/+156
* WastLexer: log lexing errors directly (#2013)Keith Winstein2022-10-031-0/+3
* Add tokens test + adjust Wast lexing to match updated spec (#2001)Keith Winstein2022-10-031-0/+113
* Update spec tests (#2003)Marcus Better2022-09-2211-615/+673
* Track locations of Vars in BinaryReaderIR and BinaryReaderInterp (#1963)Keith Winstein2022-08-1532-147/+147
* update br_table validation rule + enforce module validity in spectest-interp ...Keith Winstein2022-04-13171-184/+171
* Fix checking of ref.func index declarations (#1894)Asumu Takikawa2022-04-131-14/+0
* Update testsuite. (#1872)Zoltan Herczeg2022-03-304-13/+14
* Fix function body start/end locations in wasm-validate (#1842)Sam Clegg2022-03-0228-181/+181
* Initial implementation of extended-const proposal. (#1824)Sam Clegg2022-02-153-0/+272
* Update testsuite (#1795)Sam Clegg2022-01-103-245/+263
* Remove check from binary-reader-interp.cc that the validator already catches....Sam Clegg2021-12-1328-201/+201
* Share validation code between constant expressions and function bodies. NFC (...Sam Clegg2021-12-106-68/+64
* Add error locations to BinaryReaderInterp (#1780)Sam Clegg2021-12-09128-2277/+2277
* Add specification tests for exception handling proposal (#1764)Asumu Takikawa2021-12-068-0/+754
* Perform init expression validation outside of the binary reader. NFC (#1770)Sam Clegg2021-12-029-119/+158
* Add multi-memory feature support (#1751)Yuhan Deng2021-11-3013-7/+1082
* Update testsuite (#1765)Sam Clegg2021-11-1968-3831/+3830
* Update third_party/testsuite. NFC (#1752)Sam Clegg2021-11-045-5/+25
* Update testsuite (#1738)Sam Clegg2021-10-1868-7290/+3243
* Enable reference types by default (#1729)Sam Clegg2021-10-1336-31/+6
* Enable bulk memory by default (#1728)Sam Clegg2021-10-1317-14/+5
* Avoid writing DataCount section when it is not needed. (#1727)Sam Clegg2021-10-132-10/+4
* SIMD is now phase 5, enable it by default (#1712)Ng Zhi An2021-09-2056-56/+0
* [EH] Replace event with tag (#1678)Heejin Ahn2021-06-223-6/+6
* Memory64: support 64-bit data init-expr (#1656)Wouter van Oortmerssen2021-04-051-1/+1
* [simd] Unskip more tests (#1648)Ng Zhi An2021-03-234-5/+37
* [simd] Implement store lane (#1647)Ng Zhi An2021-03-224-4/+48