summary refs log tree commit diff stats
path: root/tests/misc
Commit message (Collapse)AuthorAgeFilesLines
* sizeof alignof offsetof macros api (#10855)Arne Döring2019-03-191-0/+51
|
* tsizeof test is now correct (#10788)Arne Döring2019-03-061-16/+47
|
* make megatest green againAndreas Rumpf2019-03-051-0/+1
|
* sizealign of union type (#10780)Arne Döring2019-03-041-2/+10
| | | | | | * sizealign of union type * add error message for packed union
* quickfix: make `tsizeof3` also work on 32-bitnarimiran2019-02-281-2/+2
|
* add tests for recently closed issues (#10722)Miran2019-02-233-0/+29
|
* 32 bit fixes (#10608)Arne Döring2019-02-132-2/+33
|
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-132-10/+4
| | | | | | * Make index out of bounds more useful by including the 'bounds'. * fixes #9880 index out of bounds (remaining cases); revives #10228 * change err msg to: `index 3 not in 0 .. 1`
* Implement {.booldefine.} (#10533)Oscar Nihlgård2019-02-031-0/+18
|
* gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-292-2/+2
| | | | | | | | | | | | | | | | * kochdocs.nim: code cleanup * docgen: nicer indentation * parser.nim: code cleanup * fixes #10458 * make tests green again * make =destroy mixins * gc:destructors: produced C code is almost working * --gc:destructors simple program compiles (but leaks memory) * gc:destructors make examples compile in C++ mode * destructors: string implementation bugfixes * strs.nim: minor code cleanup * destructors: builtin seqs are beginning to work * remove debugging helpers
* properly deprecate parseopt2 (#10452)Miran2019-01-251-28/+2
|
* fix #9629 every binary cmd line option allows on/off/empty=on (#10353)Timothee Cour2019-01-181-1/+4
| | | | | | * fix #9629 every binary cmd line option allows on/off/empty=on * workaround refs #10359
* parseopt2.cmdLineRest is now correct too (#10304)Timothee Cour2019-01-151-16/+19
|
* fix testTimothee Cour2019-01-141-2/+13
|
* fix #9842 #9951: `nim -r` and parseopt.cmdLineRest are now correctTimothee Cour2019-01-141-44/+92
|
* Fix for sizeof bitsize combination (#10227)Arne Döring2019-01-071-0/+12
| | | | | | | | * fix #10082 * added test
* fixes #10082Andreas Rumpf2018-12-301-0/+11
|
* use anon structs and unions for a much better debug experience (#10055)Andreas Rumpf2018-12-201-23/+20
|
* Merge pull request #9881 from timotheecour/pr_ref_9880Andreas Rumpf2018-12-112-9/+32
|\ | | | | refs #9880 show index and bound in lots of `index out of bounds` errors
| * refs #9880 show index and bound in lots of `index out of bounds` errorsTimothee Cour2018-12-092-9/+32
| |
* | testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-112-0/+2
| |
* | Testament: refactoring; makes the test joiner greenAraq2018-12-112-0/+2
| |
* | lots of small changesArne Döring2018-12-113-5/+7
| |
* | megatest checks output and nimoutArne Döring2018-12-111-4/+3
| |
* | megatest can be executedArne Döring2018-12-111-98/+2
| |
* | require errormsg to be specified before file.Arne Döring2018-12-1123-79/+24
| |
* | fixes #9868Araq2018-12-111-0/+2
|/
* fixes #9868Araq2018-12-051-0/+4
|
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-231-1/+1
|
* remove problem testArne Döring2018-11-231-12/+0
|
* eyewashArne Döring2018-11-231-1/+7
|
* hopefully this time the tests will compile on the serverArne Döring2018-11-231-5/+1
|
* updated tests to be executedArne Döring2018-11-2316-20/+130
|
* delete old cruftArne Döring2018-11-233-82/+0
|
* make run the default action of a test in testerArne Döring2018-11-233-7/+7
|
* bitsize respected in size calculation. (#9756)Arne Döring2018-11-191-4/+32
|
* make tsizeof run on C++ backend (#9734)Arne Döring2018-11-181-31/+35
|
* removes deprecated T/P typesAraq2018-11-161-1/+1
|
* fixes #9619Andreas Rumpf2018-11-091-35/+42
|
* Add test for #6836 (#9602)Neelesh Chandola2018-11-021-1/+1
|
* Added "typeof" and "restrict" to special words. (#9226)Alexandros Naskos2018-11-011-0/+39
| | | | | * Added "typeof" and "restrict" to special words. * Added C and C++ reserved keyword as object field identifier test
* Sizeof alignof fixes (#9568)Arne Döring2018-10-301-0/+14
| | | | | fixes #9545
* Remove install.txt and readme.txt (#9521)Utwo2018-10-281-1/+1
| | | | | | | | * Remove install.txt and readme.txt * Refactor tests that use readme.txt * Tests open own source code
* correct tnoop test caseAraq2018-10-251-2/+3
|
* fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ↵Timothee Cour2018-10-142-4/+5
| | | | call undeclared routine' error (#8786)
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-142-11/+348
|
* Fix locals() interaction with generic typesLemonBoy2018-09-211-0/+19
| | | | | | | Follow the same logic as semTupleFieldsConstr and only skip skVar since we're gonna add a nkDefer anyway. Fixes #8985
* transformed {.reorder: on.} into {.experimental: codeReordering.}, added testsawr2018-09-041-1/+2
|
* Fix abs & unary sub in semfold (#8724)Oscar Nihlgård2018-08-221-0/+4
|
* Add sizeof for arrays of integral types (#8445)cooldome2018-07-301-2/+20
|