summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Prep for tester parallel: private nimcache for each test (#6937)Mathias Stearn2017-12-182-31/+30
| | | | | | | | | | | * Compile tester with --opt:speed This makes "tester html" substantially faster * Use a private nimcache for each test This allows reusing the cache between test runs. It is also prep for parallel testing within a single category (#6913)
* Alternative fix for #4910 that covers #6892; fixes #6892 (#6938)cooldome2017-12-171-3/+11
|
* Added test duration output (#6619)Dmitry Atamanov2017-12-151-1/+2
|
* Merge branch 'parsesql' of https://github.com/treeform/Nim into ↵Araq2017-12-151-0/+191
|\ | | | | | | treeform-parsesql
| * fixtreeform2017-12-141-296/+111
| |
| * fixtreeform2017-12-141-435/+373
| |
| * fixtreeform2017-12-141-0/+438
| |
* | fixes #6626Araq2017-12-151-2/+3
| |
* | make tests green againAraq2017-12-152-14/+14
| |
* | make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693Araq2017-12-152-0/+11
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-152-0/+310
|\ \
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-12-1525-39/+145
| |\|
| * | added SQL parser testAndreas Rumpf2017-12-142-0/+310
| | |
* | | fixes #668Araq2017-12-151-0/+26
| |/ |/|
* | Improved collection-to-string behavior (#6825)Fabian Keller2017-12-1425-39/+145
|/
* make tfragment_gc more robustAraq2017-12-121-1/+4
|
* modify getTypeImpl to reduce result to final implementation (#6891)jcosborn2017-12-091-2/+12
| | | | | * added test case for getTypeImpl * modify getTypeImpl to reduce result to final implementation
* Use addCallback rather than callback= in asyncfutures.all() (#6850)Mathias Stearn2017-12-091-0/+17
| | | | | | | | | | * Use addCallback rather than callback= in asyncfutures.all() Addresses part of #6849 * Stop using do notation for #6849 * Update example style
* fixes #6889Andreas Rumpf2017-12-081-0/+15
|
* Merge branch 'devel' into araq-new-mm2Araq2017-12-083-6/+47
|\
| * fix getTypeInst for tyGenericInst (#6868)jcosborn2017-12-041-6/+26
| |
| * Implement codegenDecl for js (#6851)Alexander Ivanov2017-12-012-0/+21
| |
* | fixes another sighashes problemAraq2017-12-082-0/+14
| |
* | change tfragment_gc test for appveyorAndreas Rumpf2017-12-081-1/+1
| |
* | lets see what appveyor reports as the used memoryAndreas Rumpf2017-12-071-1/+4
| |
* | enable fragmentation testsAraq2017-12-072-10/+26
| |
* | cleanup todo.txtAraq2017-12-073-0/+7664
| |
* | GC test workaround: use a lock for 'echo' for WindowsAraq2017-12-071-3/+10
|/
* make tests green againAraq2017-12-011-40/+44
|
* Merge branch 'nexecProcesses' of https://github.com/cheatfate/Nim into ↵Andreas Rumpf2017-12-011-0/+32
|\ | | | | | | cheatfate-nexecProcesses
| * Refactored version of execProcesses with test.cheatfate2017-11-281-0/+32
| |
* | dotops: add a simple object delegation testAndreas Rumpf2017-12-011-1/+23
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-013-2/+175
|\ \
| * | Support all int, uint and float variants in json.to macro.Dominik Picheta2017-11-301-1/+27
| | |
| * | Fix infinite recursion when using json.to on ref with cycle.Dominik Picheta2017-11-302-3/+22
| | |
| * | Implement support for JsonNode in json.to.Dominik Picheta2017-11-301-1/+18
| | |
| * | Implement Table/OrderedTable support for json.to macro.Dominik Picheta2017-11-301-2/+25
| | |
| * | Implement support for Option[T] in json.to macro. Fixes #5848.Dominik Picheta2017-11-301-2/+23
| | |
| * | Fixes #6604. Rejects unnamed tuples with error.Dominik Picheta2017-11-302-1/+39
| | |
| * | Fixes #6095.Dominik Picheta2017-11-301-1/+17
| | |
| * | Fixes #5856. Code based on @loloiccl's PR (#5879).Dominik Picheta2017-11-301-1/+14
| | |
* | | more progress on destructors; removed old destructor based code as it proved ↵Araq2017-12-014-34/+108
|/ / | | | | | | confusing
* | make tests green againAraq2017-11-291-14/+14
| |
* | Fix usage of parameters types in templates #6756 (#6768)Anatoly Galiulin2017-11-291-0/+18
| |
* | Merge pull request #6817 from nim-lang/fixes-6223Dominik Picheta2017-11-291-0/+4
|\ \ | | | | | | Fixes #6223.
| * | Fixes #6223.Dominik Picheta2017-11-281-0/+4
| | |
* | | closes #985Araq2017-11-291-1/+25
| | |
* | | destructors: harden the test caseAraq2017-11-291-1/+4
| | |
* | | destructors: some improvements for bug #4214: object constructors are moved tooAraq2017-11-291-0/+32
|/ /
* / Add an attempted reproduction for #5531.Dominik Picheta2017-11-261-0/+15
|/