summaryrefslogtreecommitdiff
path: root/test/lit/exec
Commit message (Expand)AuthorAgeFilesLines
* Work around a gcc 13 issue with signbit that made us not compute fmin of -0 p...Alon Zakai2023-10-041-0/+117
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-4/+4
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-1/+1
* Limit printing of Literal[s] in a general way (#5792)Alon Zakai2023-06-281-0/+43
* Fix pop assertion (#5777)Alon Zakai2023-06-201-0/+28
* [Wasm GC] Ignore GC cycle leaks in LSan (#5686)Alon Zakai2023-04-241-0/+28
* Remove the --hybrid and --nominal command line options (#5669)Thomas Lively2023-04-141-1/+1
* Fuzzer: Ignore host limits (#5536)Alon Zakai2023-03-011-0/+27
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-1/+1
* [Strings] Interpret string.eq and string.compare (#5501)Alon Zakai2023-02-171-0/+195
* [Strings] Initial string execution support (#5491)Alon Zakai2023-02-151-0/+36
* [Wasm GC] Fix array.new order of operand execution (#5487)Alon Zakai2023-02-141-0/+20
* Work around bugs with open world type optimizations (#5367)Thomas Lively2022-12-201-1/+1
* Do not compare reference values across executions (#5276)Thomas Lively2022-11-171-0/+22
* Fix ordering of visit() in MemoryGrow interpretation (#5108)Alon Zakai2022-10-031-0/+26
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+74
* Fuzzer simplification: Remove trap-ignoring logic (#4958)Alon Zakai2022-08-241-55/+0
* Remove RTTs (#4848)Thomas Lively2022-08-051-153/+0
* Add interpreter support for intrinsics (#4851)Alon Zakai2022-08-011-0/+24
* [Wasm GC] Properly represent nulls in i31 (#4819)Alon Zakai2022-07-251-0/+106
* [NFC] Refactor ModuleInstanceBase+RuntimeExpressionRunner into a single class...Alon Zakai2022-01-281-0/+60
* Fuzzer: Fix a missing return of a trap (#4485)Alon Zakai2022-01-281-0/+14
* Compare traps in ExecutionResults (#4405)Heejin Ahn2021-12-291-0/+55
* [EH] Make interpreter handle uncaught exceptions (#4369)Heejin Ahn2021-12-061-0/+64
* Fix RTTs for RTT-less instructions (#4294)Thomas Lively2021-11-031-38/+50
* Generate lit checks for fuzz-exec output (#4301)Thomas Lively2021-11-031-0/+141