summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixes #3636Andreas Rumpf2016-01-041-0/+16
|
* fixes #1725Andreas Rumpf2016-01-041-0/+16
|
* async works againAndreas Rumpf2016-01-032-0/+160
|
* further progress on closure iterators; tforum still failingAndreas Rumpf2016-01-031-2/+2
|
* made closure iterators tests green, updated docsAndreas Rumpf2015-12-313-11/+7
|
* Merge branch 'devel' into new-llAndreas Rumpf2015-12-292-7/+19
|\
| * new db_sqlite requires deadCodeElim:on because not every sqlite3_column_nameAndreas Rumpf2015-12-291-7/+0
| |
| * fix issue #3550trustable-code2015-12-241-0/+19
| |
* | updated test casesAndreas Rumpf2015-12-292-5/+5
| |
* | changed testcase for new LL semanticsAndreas Rumpf2015-12-291-1/+1
| |
* | updated test case for changed LLAndreas Rumpf2015-12-291-2/+3
|/
* Merge pull request #3651 from jangko/vm_'excl'Andreas Rumpf2015-12-211-0/+27
|\ | | | | fixed compile time `excl ` cause SIGSEGV #3639
| * fixed compile time `excl ` cause SIGSEGV #3639jangko2015-12-171-0/+27
| |
* | fixed VM touint conversion #2514jangko2015-12-191-0/+77
|/
* Merge pull request #3617 from FedericoCeratto/3611Dominik Picheta2015-12-041-0/+12
|\ | | | | Fix fsmonitor filter logic, add test. Closes: #3611
| * Closes: #3611Federico Ceratto2015-12-021-0/+12
| |
* | removes 'x is iterator' special casing in the languageAraq2015-12-031-1/+1
|/
* Merge pull request #3610 from jlp765/timesXDominik Picheta2015-12-021-2/+121
|\ | | | | Move tests from times module to ttime.nim test file
| * add assertion tests from times module to ttime.nim test file in tests\stdlibJamesP2015-12-011-2/+121
| |
* | make tests green againAndreas Rumpf2015-12-011-11/+12
|/
* cleanup of some testsAraq2015-12-012-5/+5
|
* lambda lifting support for iterToProc pluginAraq2015-12-011-0/+3
|
* fixed float formatting for jsYuriy Glukhov2015-11-261-0/+3
|
* Add a unit test that covers issue 3477Charles Blake2015-11-191-0/+1
| | | | https://github.com/nim-lang/Nim/issues/3477
* fixes #3541Araq2015-11-182-18/+18
|
* Merge pull request #3514 from vegansk/3513_pgsql_prepstatDominik Picheta2015-11-111-1/+3
|\ | | | | Fixed issue 3513: wrong setupQuery realization
| * Fixed issue 3513: wrong setupQuery realizationAnatoly Galiulin2015-11-061-1/+3
| |
* | Merge pull request #3504 from Matt14916/xmlparser-entitiesDominik Picheta2015-11-081-0/+1
|\ \ | |/ |/| Create entity nodes with xmlparser, add a test to xmlparser
| * Add a test to xmlparserMatt Sullivan2015-10-311-0/+1
| |
* | Add missing untestable test.Dominik Picheta2015-11-011-0/+13
|/
* Improved postgres docs and added untestable tests.Dominik Picheta2015-10-271-0/+3
|
* fixes #3476Araq2015-10-271-0/+48
|
* fixes #3431, fixes #3370, fixes #3468Araq2015-10-251-0/+48
|
* fixes #1799 properlyAraq2015-10-251-0/+71
|
* Merge pull request #3464 from yglukhov/disable-failing-testsAndreas Rumpf2015-10-222-9/+11
|\ | | | | Fixed tests for TravisCI.
| * Fixed tests for TravisCIYuriy Glukhov2015-10-222-9/+11
| |
* | fixes #3452Araq2015-10-221-0/+29
|/
* fixes #3338Araq2015-10-221-0/+35
|
* compiler/msgs: Default to stderr for diagnosticsAdam Strzelecki2015-10-161-1/+2
| | | | | | | | | | | | Previously we were defaulting to stdout for diagnostics, which could interfere with scripts or `nim c -r' programs outputting their results to stdout, possibly mixing their output with compiler messages. This change makes now Nim to be inline with other compilers emitting diagnostics to stderr. Also now --stdout option has proper meaning making all diagnostics to be sent to stdout instead. NOTE: Tester now calls compiler with --stdout.
* Fixed ret by var in jsYuriy Glukhov2015-10-153-6/+34
|
* fixes #3299Araq2015-10-151-0/+11
|
* Merge remote-tracking branch 'origin/devel' into appveyorAman Gupta2015-10-131-1/+1
|\
| * fixes regression: tobjconstr2 test works againAraq2015-10-141-1/+1
| |
* | Merge remote-tracking branch 'origin/devel' into appveyorAman Gupta2015-10-1320-24/+227
|\|
| * udpated the compiler and tester to use getOrDefaultAraq2015-10-133-9/+9
| |
| * Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-136-7/+152
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/collections/critbits.nim lib/pure/collections/tables.nim lib/pure/xmltree.nim lib/system/sets.nim tests/collections/ttables.nim tests/collections/ttablesref.nim
| | * Rename mget to `[]`def2015-03-316-31/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string
| * | improves new testsAraq2015-10-122-3/+12
| | |
| * | Merge pull request #3423 from petermora/breakSequtilsAndreas Rumpf2015-10-129-5/+42
| |\ \ | | | | | | | | Break sequtils
| | * | fixing unittestPeter Mora2015-10-061-1/+1
| | | |