summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/04_bugs
AgeCommit message (Expand)Author
2022-03-14vm: fix crash on object literals with non-string computed propertiesJo-Philipp Wich
2022-02-11compiler: fix patchlist corruption on switch statement syntax errorsJo-Philipp Wich
2022-02-11lib: change `ord()` to always return single byte valueJo-Philipp Wich
2022-02-11vallist: fix storing/retrieving short strings with 8bit byte valuesJo-Philipp Wich
2022-02-08compiler: fix incorrect loop break targetsJo-Philipp Wich
2022-02-03run_tests.sh: change workdir to testcase directory during executionJo-Philipp Wich
2022-01-26vm: fix NaN strict equality testsJo-Philipp Wich
2022-01-26vallist: uc_number_parse(): parse empty strings as `0`, not `NaN`Jo-Philipp Wich
2022-01-26vm: fix `null` loose equality/inequality checksJo-Philipp Wich
2022-01-26tests: reorganize testcase filesJo-Philipp Wich