summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix longgc category tests (#7095)Sergey Avseyev2018-01-223-11/+11
| | | | | testC command already has "gcc" as command, second "gcc" as option generates "file not found error", and terminates the compiler with error code
* basic 'lent T' test worksAndreas Rumpf2018-01-211-0/+17
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-01-188-10/+45
|\
| * Custom pragmas in procs bug fix (#7086)cooldome2018-01-181-0/+10
| |
| * Fix gc tests for BoehmGC (#7094)Sergey Avseyev2018-01-183-6/+3
| |
| * Merge pull request #7023 from yglukhov/unify-asyncDominik Picheta2018-01-174-4/+32
| |\ | | | | | | Unify async macro and futures for js and native targets
| | * Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-054-4/+32
| | |
* | | fixes #7093Andreas Rumpf2018-01-181-0/+19
|/ /
* | travis: attempt to make tests green againAndreas Rumpf2018-01-161-1/+1
| |
* | hardened gctestAraq2018-01-151-3/+3
| |
* | make tests green againAraq2018-01-151-1/+1
| |
* | fixes #7078Araq2018-01-142-3/+3
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-142-10/+12
|\ \
| * | Include target in tester nimcache hash (#7053)Mathias Stearn2018-01-142-10/+12
| | |
* | | GC improvements; distinguish between thread local and globals in the marking ↵Araq2018-01-142-21/+36
|/ / | | | | | | step
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-118-62/+165
|\ \
| * | Fix tasync_traceback test.Dominik Picheta2018-01-111-0/+1
| | |
| * | Use regex to match output of tasync_traceback.Dominik Picheta2018-01-111-60/+69
| | |
| * | avoid creating temporary in genObjConstr if possible (#7032)jcosborn2018-01-112-1/+13
| | |
| * | Fix for isssue in parseBiggestFloat #7060 (#7061)cooldome2018-01-111-0/+6
| | |
| * | Merge pull request #6962 from nim-lang/fixes/6100Dominik Picheta2018-01-102-1/+16
| |\ \ | | | | | | | | Fixes #6100.
| | * | Fixes #6100.Dominik Picheta2017-12-272-1/+16
| | | |
| * | | Merge pull request #6922 from FedericoCeratto/openssl-1.1.0Dominik Picheta2018-01-101-0/+36
| |\ \ \ | | | | | | | | | | Add OpenSSL 1.1.0 support
| | * | | Add OpenSSL 1.1.0 support #5000Federico Ceratto2017-12-281-0/+36
| | | | | | | | | | | | | | | | | | | | Add a simple online test
| * | | | Merge pull request #7033 from GULPF/allow-timezone-closuresDominik Picheta2018-01-101-0/+24
| |\ \ \ \ | | | | | | | | | | | | Allow timezone procs to be closures
| | * | | | Allow timezone procs to be closuresOscar Nihlgård2018-01-051-0/+24
| | | |_|/ | | |/| |
* | / | | rename strformat.fmt to `%` as it works better with backslash escape ↵Araq2018-01-112-3/+3
|/ / / / | | | | | | | | | | | | sequences; refs #6958
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-101-0/+13
|\ \ \ \
| * \ \ \ Merge pull request #7045 from GULPF/fmt-str-fallbackDominik Picheta2018-01-091-0/+13
| |\ \ \ \ | | | | | | | | | | | | Add additional $ fallback to fmt
| | * | | | Add test caseOscar Nihlgård2018-01-091-0/+13
| | | | | |
* | | | | | make tfragment_gc more robust for AppveyorAraq2018-01-101-1/+1
|/ / / / /
* | | | | Implement custom annotations (#6987)cooldome2018-01-092-0/+48
| | | | |
* | | | | another attempt to make the fragmentation test more robust for WindowsAndreas Rumpf2018-01-091-1/+1
|/ / / /
* / / / Fix lists of paths in posix environment (#7034)Dennis Felsing2018-01-081-1/+1
|/ / / | | | | | | | | | | | | Empty paths in a colon separated list would be considered as the current directory, so have to ensure $PATH and $LD_LIBRARY_PATH are not empty before separating it with :
* | | memfiles: enable test; refs #6361Araq2018-01-031-2/+0
| | |
* | | Remove obsolete method analyzeAndConsolidateOutput (#6998)Sergey Avseyev2018-01-011-16/+1
| | | | | | | | | | | | After the change, when stacktraces rendered in reversed order (most recent call first), this method removed all stacktraces in the test failures.
* | | Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)Yuriy Glukhov2017-12-311-1/+2
| | |
* | | add tests for integer casting in VM.Parashurama2017-12-301-0/+120
| | |
* | | Simplify async traceback processing.Dominik Picheta2017-12-281-29/+43
| | |
* | | No need to recurse now that mergeEntries doesn't do any pattern matching.Dominik Picheta2017-12-281-2/+2
| | |
* | | Show only detailed async tracebacks.Dominik Picheta2017-12-281-10/+17
| | |
* | | Rename cb0 to asyncProcName_continue + other improvements to async tracebacks.Dominik Picheta2017-12-281-0/+1
| | |
* | | Go through the re-raise stacks for more detailed tracebacks.Dominik Picheta2017-12-281-3/+44
| | |
* | | Refine the async tracebacks.Dominik Picheta2017-12-281-5/+12
| | |
* | | Implement some simple pattern-based transformation for async tracebacks.Dominik Picheta2017-12-281-0/+46
| | |
* | | fixes #6965Araq2017-12-282-3/+10
| | |
* | | fixes #6980Araq2017-12-271-1/+11
| | |
* | | Allow noreturn procs with void type (#6973)cooldome2017-12-271-0/+4
|/ /
* | Implement language feature #6885 (#6954)cooldome2017-12-242-0/+77
| |
* | cmp(x, y: string) now uses memcmp rather than strcmp (#6869) (#6968)Mathias Stearn2017-12-241-0/+20
|/