summaryrefslogtreecommitdiff
path: root/test/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* [simd] Implement load lane (#1646)Ng Zhi An2021-03-222-52/+63
* [simd] Implement v128.load{32,64}_zero (#1644)Ng Zhi An2021-03-171-1/+61
* [simd] Implement i64x2.extend_{low,high}_i32x4_{s,u} (#1643)Ng Zhi An2021-03-161-1/+75
* [simd] Implement i64x2 comparisons (#1642)Ng Zhi An2021-03-161-1/+33
* [simd] Implement i32x4.dot_i16x8_s (#1640)Ng Zhi An2021-03-161-1/+12
* [simd] Implement q15mulrsat_s (#1639)Ng Zhi An2021-03-161-1/+12
* [simd] Implement extmul instructions (#1638)Ng Zhi An2021-03-125-17/+131
* [simd] Implement extadd instructions (#1637)Ng Zhi An2021-03-122-2/+30
* [simd] Implement i64x2.abs (#1636)Ng Zhi An2021-03-121-1/+9