summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix jsgen bug with uninitialized seq (#12500) [backport]Oscar Nihlgård2019-10-241-0/+20
|
* Fix compiler crash caused by top level return (#12501)Oscar Nihlgård2019-10-241-0/+5
|
* disable flaky test on OSXnarimiran2019-10-231-1/+2
|
* Merge branch 'devel' into IOSelector_unregister_fixDominik Picheta2019-10-2225-84/+335
|\
| * guards.nim:sameTree(): handle uint literals correctly (#12483) [backport]Paul Tan2019-10-221-0/+8
| |
| * fixes #12310 [backport] (#12470)Andreas Rumpf2019-10-201-0/+14
| |
| * fix #12426 (#12462)Arne Döring2019-10-201-0/+3
| |
| * fixes #12420 [backport] (#12456)Andreas Rumpf2019-10-183-0/+9
| |
| * Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-181-1/+1
| | | | | | This reverts commit 00c31e87660d9db813871f5aa23661bf6b9bbdcb.
| * Refactor json macro (#12391)Arne Döring2019-10-174-23/+115
| | | | | | | | | | | | | | | | * closes #12316 * make tjsonmacro work at js target * closes #12289 * closes #11988 * also fixed gdb related stuff
| * About 50% faster base64 implemention. (#12436)treeform2019-10-171-0/+44
| |
| * fixes #11764, faster hashing of (u)int (#12407)Miran2019-10-152-3/+3
| |
| * Fixed yield in nkCheckedFieldExpr (#12429) [backport]Yuriy Glukhov2019-10-151-0/+10
| |
| * refactor illegal iterator assignment detection (#12212)Arne Döring2019-10-114-35/+42
| | | | | | | | | | | | * refactor illegal iterator assignment detection * delete crappy test
| * ungeneric unsigned ops (#12230)Jasper Jenkins2019-10-115-20/+35
| | | | | | | | | | | | | | | | | | | | * ungenericise unsigned ops, remove nimNewShiftOps * fix/remove tests * update t6448 * fix line info * disable on 32bit * fix different line info * add changelog entry
| * fixes #12244 [backport]Araq2019-10-101-0/+20
| |
| * fixes #12315 [backport]; refs #12314 (#12385)Andreas Rumpf2019-10-081-3/+17
| |
| * Fixes #12187 (#12321)Clyybber2019-10-081-1/+1
| | | | | | | | | | | | * Fixes #12187 * Point to fork of compactdict Since the original repo is now archived / read-only
| * On windows, os.relativePath returns path as is when roots are different (#12329)Tomohiro2019-10-071-0/+15
| | | | | | | | | | | | | | * On windows, os.relativePath returns path as is when roots are different * Implement os.sameRoot without windows API * Fix compile error when compiling lib/nimhcr.nim * Fix compile error when compiling lib/nimhcr.nim on Windows
* | lowered the number of events in the test because some CI's have an extremely ↵Ray Imber2019-10-071-2/+2
| | | | | | | | low FD limit
* | Test + fix for epoll and kqueue selector modules to properly unregisterRay Imber2019-10-061-0/+23
|/ | | | event handles that have the key type "User"
* Fix reference to parseSpec proc in readme (#12359)kraptor2019-10-041-1/+1
|
* Fixed sizeOf to sizeof (#12347)Ridho Pratama2019-10-031-1/+1
|
* azure: disable failing testsLeorize2019-10-034-10/+8
|
* Sets need copying in JS (#11392)hlaaftana2019-10-021-0/+14
| | | | | | * Sets need copying in JS * Fixes #11353 * Add test for #11353
* Fix how `relativePath` handle case sensitiviy (#12312) [backport]Tomohiro2019-10-011-0/+4
|
* macros.newLit now works for ref object types (#12307)zah2019-09-301-0/+25
|
* More of StringStream now works at compile time (#12284)Clyybber2019-09-291-0/+11
| | | | | | | | * readLine of StringStream now works at compile time * Work for js backend only at compile time * readAll now works at CT * readAll works in js ct now * Add test
* Fixes #10514 (#12268)Clyybber2019-09-281-0/+15
| | | | | | | | | | * Fixes #10514 (cherry picked from commit f6f789bb4db2a367384ba6ad75706edd503de1f8) * Add comment * Add changelog entry
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-2723-29/+29
|
* Locks modules should give a compile error when threads are not enabled. (#12231)Ray Imber2019-09-261-0/+1
| | | | | | | | * Locks modules should give a compile error when threads are not enabled. * fix the compile flags to make the tests pass, or ignore files where necessary. * Fixed when statement to account for doc builds.
* Fix issue with long wait for passed timer [bugfix] (#12221)PMunch2019-09-221-0/+52
| | | | | | | | | | | | | | | | | | | | | * Fix issue with long wait for passed timer [bugfix] This fixes a small issue where a timer that had been completed while code executed would still wait for more events before being considered completed. This would in some scenarios incur a 500ms delay to the completion of a timer. * Refactor logic into * Add test case based on original issue * Use longer timeouts to be more lenient in checking * Revert to short timeouts, but widen the accepted range * Widen accepted range further, it is meant to check for a 500ms delay after all * Increase poll timeout to make it easier to detect mistakes
* fixes #12224 (#12225)cooldome2019-09-211-0/+24
| | | | | | * fixes #12224 * improve test
* asyndispatch: removed deprecated setEvent procAraq2019-09-212-7/+7
|
* importjs symbol (#12218)Arne Döring2019-09-202-11/+347
| | | | | * importjs symbol * importjs warning message, minor warning fixes
* consistent floating point output (#12219)Andreas Rumpf2019-09-201-1/+1
| | | | | * unify float printing * makes tests green
* fixes #10981; fixes #7261 (#12217)Andreas Rumpf2019-09-191-0/+99
|
* rename cast opcodes, fix for 32bit cast, fix python pretty printer (#12207)Arne Döring2019-09-181-0/+13
|
* fixes the testcaseAraq2019-09-171-2/+1
|
* added a testcase for #12195; testament now supports a 'timeout' spec fieldAraq2019-09-172-0/+33
|
* fixes #12193 (#12199)Andreas Rumpf2019-09-161-0/+18
|
* fixes #12196Araq2019-09-161-0/+7
|
* close #7104 by writing a testnarimiran2019-09-131-2/+21
|
* close #6731 by writing a test casenarimiran2019-09-132-0/+5
|
* no commas for empty importcpp splat params (#12183)Jasper Jenkins2019-09-121-2/+9
|
* fixes #12171 (#12173)Andreas Rumpf2019-09-111-2/+21
|
* fixes #12051Araq2019-09-101-2/+21
|
* Fixed yield in nnkChckRange (#12160)Yuriy Glukhov2019-09-101-0/+14
|
* Merge pull request #12153 from dumjyl/get_type-rangeAndreas Rumpf2019-09-081-5/+10
|\ | | | | fix range.getType crash
| * fix range.getType crashJasper Jenkins2019-09-051-5/+10
| |