summary refs log tree commit diff stats
path: root/tests/vm/tmisc_vm.nim
Commit message (Collapse)AuthorAgeFilesLines
* closes #17864; add a test case (#21434)ringabout2023-02-251-0/+12
|
* [vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 ↵flywind2022-06-221-0/+196
| | | | | | | | | | | | | | | (#19902) [backport] * revert #12217 since the root problem seems to have been fixed; fix #15974;fix #12551; fix #19464 * fix #16020; fix #16780 * fix tests and #16613 * fix #14553 * fix #19909; skip skipRegisterAddr * fix #18641
* fix #16693: testament spec nimout too lax (#16698)flywind2021-04-041-2/+1
| | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-191-3/+2
|
* fixes #12488 [backport]Araq2019-11-281-0/+17
|
* fixes #12670 [backport] (#12693)Andreas Rumpf2019-11-201-0/+20
|
* fixes #12310 [backport] (#12470)Andreas Rumpf2019-10-201-0/+14
|
* fixes #12244 [backport]Araq2019-10-101-0/+20
|
* fixes #10981; fixes #7261 (#12217)Andreas Rumpf2019-09-191-0/+99
|
* fixes #11610 (#11659)Andreas Rumpf2019-07-051-2/+14
|
* Rework exception handling in the VM (#10544)LemonBoy2019-02-081-0/+20
| | | | | | | | | | | | | | | | | * Rework exception handling in the VM Make the safepoint handling more precise and less forgiving. The new code is clearer and more commented. Perform cleanup on `return`. The no-exception-thrown case in a try block should be slightly faster since we don't parse the whole set of exceptions every time. More tests. * Fix silly error that broke a few tests * Testament doesn't like files having the same name * Remove test case that failed compilation to js
* fixes #8740Araq2018-09-031-0/+51