summaryrefslogtreecommitdiff
path: root/test/regress
Commit message (Expand)AuthorAgeFilesLines
...
* Fix crash when newlines are in string tokens (#1121)Ben Smith2019-07-191-0/+13
* Fix assertion in WastLexer::IsCharClass() (#1119)Ben Smith2019-07-181-0/+14
* Fix value dropping bug in return_call (#1112)Ben Smith2019-07-151-0/+18
* Fix wasm-interp assertions (#1092)Ben Smith2019-06-073-0/+58
* Fix infinite loop in lexer w/ bad character (#1061)Ben Smith2019-04-101-0/+0
* Fix segfault when running `wat2wasm -d` (#990)Ben Smith2018-12-201-0/+7
* The great renaming (#985)Ben Smith2018-12-191-1/+1
* Handle mismatch in function/code section (#959)Ben Smith2018-11-281-0/+13
* Set `end_loc` in folded `if` expressions (#940)Ben Smith2018-10-301-0/+71
* Check type use vs. explicit sig. in call_indirect (#937)Ben Smith2018-10-301-0/+14
* Fix: set_global on immutable global is invalid (#895)Ben Smith2018-08-151-0/+15
* Better type-check errors locs @ end of block (#856)Ben Smith2018-06-052-6/+6
* Store local types as Type+Count pairs (#820)Ben Smith2018-03-281-0/+19
* Support different returncodes per command in tests (#737)Ben Smith2018-01-261-1/+1
* Fix: don't allow a test with an empty command list (#736)Ben Smith2018-01-252-0/+2
* `wat2wasm` is no longer default TOOL for tests (#735)Ben Smith2018-01-2512-13/+23
* Remove `run-interp.py`; use `RUN` commands instead (#730)Ben Smith2018-01-211-1/+0
* Rename run args (#728)Ben Smith2018-01-213-3/+3
* Fix bug when writing inline exports for import (#700)Ben Smith2017-12-191-0/+12
* Fix bad folding w/ imports and generating names (#665)Ben Smith2017-11-021-0/+31
* Better type-checking errors (#662)Ben Smith2017-10-303-3/+3
* Set the `loc` member in `Const` (#657)Ben Smith2017-10-191-0/+13
* Fix some fuzzer-found regressions (#647)Ben Smith2017-10-063-0/+27
* Fix assertion in wat2wasm for `(module (test))` (#638)Ben Smith2017-09-221-0/+7
* Fix parsing bug in ParseCommandList (#608)Ben Smith2017-09-041-0/+11
* Rewrite parser as recursive descent (#591)Ben Smith2017-08-153-3/+3
* Fix type-checking bug in br_if w/ polymorphic stack (#589)Ben Smith2017-07-311-0/+15
* Fix tee_local typechecking bug w/ polymorphic stack (#587)Ben Smith2017-07-291-0/+13
* Remove BinaryErrorHandler, rename SourceErrorHandler (#553)Ben Smith2017-07-064-5/+5
* Fix for writing wat file with long indentation (#510)Ben Smith2017-06-191-0/+194
* Update testsuite; various lexing/parsing fixes (#482)Ben Smith2017-06-072-5/+5
* Use std::unordered_multimap for BindingHash (#357)Ben Smith2017-03-161-3/+3
* Fix bug in wasm2wast w/ many imports (#305)Ben Smith2017-02-162-0/+108
* Full typechecking for unreachable code (#302)Ben Smith2017-02-141-3/+3
* Update test/run-tests.py (#255)Ben Smith2017-01-054-5/+5
* Convert tests to new flat syntax (#222)Kwadwo 'Que' Amankwa2016-11-171-2/+4
* Add wast_resolve_names_* as a separate passBen Smith2016-11-161-24/+0
* fix typechecking bug in `check_n_types`Ben Smith2016-09-301-0/+7
* fix typecheck and regress tests for binary_0xcBen Smith2016-09-292-7/+7
* WIP on tables + memoriesBen Smith2016-09-291-114/+113
* fix regression testsBen Smith2016-09-293-16/+18
* fix bug when displaying source lines for errorsBen Smith2016-05-051-0/+124
* simplify ast-checker by storing module+func in ctxBen Smith2016-04-291-6/+6
* fix local name checking regression from 21deffc6Ben Smith2016-04-161-0/+11
* fix wasm-check bug calling func defined by typeBen Smith2016-03-191-0/+5
* nicer errors for wasm-check tooBen Smith2016-02-262-0/+22
* [fuzz] fix crash printing error w/ long func nameBen Smith2016-02-161-0/+23
* fix test added in b127c07b.Ben Smith2016-02-161-0/+4
* [fuzz] fix crash, referencing undefined functionBen Smith2016-02-151-0/+3