summary refs log tree commit diff stats
path: root/tests/vm/tvmmisc.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #10886 [backport] (#10897)Andreas Rumpf2019-03-231-0/+18
|
* Harmonize the var/let and const handling (#10410)LemonBoy2019-01-231-0/+11
| | | Fixes #10333
* Testament: refactoring; makes the test joiner greenAraq2018-12-111-2/+3
|
* megatest can be executedArne Döring2018-12-111-1/+2
|
* Fixes #9671 (#9750)Randy Smith2018-11-191-1/+0
|
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * merge magics * merge metatype tests * merge method tests * merge objects tests * change `import future` to `import sugar` Nim in Action tests are left with `import future`, to ensure compatibility. * merge overload tests * merge proc tests * merge procvar tests * merge range tests * merge seq tests * merge sets tests * remove wrong assert from `tsets3` * fix `jsTests` * better fix
* Fix vm regression (#8163)Oscar Nihlgård2018-06-301-0/+13
|
* Fixes #6689 (#8135)Oscar Nihlgård2018-06-301-1/+16
|
* VM regression fixes (#8146)Oscar Nihlgård2018-06-291-1/+31
|
* Adjust some tests to make them passLemonBoy2018-06-251-2/+2
| | | | | | The non-scoped behaviour of static blocks was exploited by those tests, replace all the variables declared whithin one with compileTime marked ones.
* Fix for newStringOfCap in VM (#7901)Oscar Nihlgård2018-06-041-0/+8
|
* Added a few useful os calls to VM (#7440)genotrance2018-04-121-3/+21
|
* Closes #6083, closes #6086, closes #6379 (#6392)Daniil Yarancev2017-09-161-8/+58
|
* fixes #4462Andreas Rumpf2016-07-081-1/+11
|
* Fixed vm codegen for a call with compile-time args. Fixes #4412.Yuriy Glukhov2016-07-061-0/+6