summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Merge pull request #6725 from FedericoCeratto/unittest-5114Dominik Picheta2017-12-221-0/+38
|\ | | | | Add unittest suite/test name filters
| * Add unittest suite/test name filtersFederico Ceratto2017-11-281-0/+38
| | | | | | | | Support simple globbing
* | fixes #6353 (#6951)skilchen2017-12-211-0/+44
| |
* | Merge pull request #6944 from alehander42/fix-discardableDominik Picheta2017-12-211-6/+12
|\ \ | | | | | | Make asyncjs Future[void] play nicely with last line discardable calls & forward declaration
| * | Fix the forward testAlexander Ivanov2017-12-201-4/+5
| | |
| * | Make asyncjs Future[void] play nicely with last line discardable callsAlexander Ivanov2017-12-191-2/+7
| | |
* | | fix #6462Zahary Karadjov2017-12-211-0/+23
| | |
* | | fix #6277Zahary Karadjov2017-12-211-0/+20
| | |
* | | fix #6108Zahary Karadjov2017-12-211-0/+13
| | |
* | | testament html generation improvements; merged #6667 manuallyAraq2017-12-212-256/+217
| | |
* | | testament: use splitWhitespace instead of splitAraq2017-12-211-2/+2
|/ /
* | make asyncdispatch.poll completing all opterations that can be comple… (#6911)Andreas Rumpf2017-12-191-3/+3
| | | | | | introduce asyncdispatch.drain that completes all operations that can be completed immediately; implements #6523
* | added asyncjs standard library module (#6841)Alexander Ivanov2017-12-191-0/+26
| |
* | Better times module (#6552)GULPF2017-12-182-175/+244
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * First work on better timezones * Update tests to new api. Removed tests for checking that `isDst` was included when formatting, since `isDst` no longer affects utc offset (the entire utc offset is stored directly in `utcOffset` instead). * Deprecate getLocaltime & getGmTime * Add `now()` as a shorthand for GetTIme().inZone(Local) * Add FedericoCeratto's timezone tests (#6548) * Run more tests in all timezones * Make month enum start at 1 instead of 0 * Deprecate getDayOfWeekJulian * Fix issues with gc safety * Rename TimeInfo => DateTime * Fixes #6465 * Improve isLeapYear * FIx handling negative adjTime * Cleanup: - deprecated toSeconds and fromSeconds, added fromUnix and toUnix instead (that returns int64 instead of float) - added missing doc comments - removed some unnecessary JS specific implementations * Fix misstake in JS `-` for Time * Update usage of TimeEffect * Removed unecessary use of `difftime` * JS fix for local tz * Fix subtraction of months * Fix `days` field in `toTimeInterval` * Style and docs * Fix getDayOfYear for real this time... * Fix handling of adding/subtracting time across dst transitions * Fix some bad usage of the times module in the stdlib * Revert to use proper time resoultion for seeding in random.nim * Move deprecated procs to bottom of file * Always use `epochTime` in `randomize` * Remove TimeInterval normalization * Fixes #6905 * Fix getDayOfWeek for year < 1 * Export toEpochDay/fromEpochDay and change year/month/monthday order * Add asserts for checking that the monthday is valid * Fix some remaining ambiguous references to `Time` * Fix ambiguous reference to Time
* | 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
| | |