summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
| | * | sequtils related changesPeter Mora2015-10-058-4/+41
| | | |
| * | | disable new BoehmGC tests on WindowsAraq2015-10-121-4/+7
| | | |
| * | | Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into ↵Araq2015-10-121-3/+9
| |\ \ \ | | | | | | | | | | | | | | | rbehrends-gc-fixes
| | * | | Include Boehm GC in garbage collection tests.Reimer Behrends2015-09-081-3/+9
| | | | |
| * | | | cleaned up ospaths moduleAraq2015-10-121-0/+3
| | | | |
* | | | | copy server.dll too?Aman Gupta2015-10-081-0/+2
| | | | |
* | | | | skip sdl/opengl/fsmonitor tests when unavailableAman Gupta2015-10-081-0/+6
| | | | |
* | | | | show failure codeAman Gupta2015-10-081-1/+1
| | | | |
* | | | | standardize on forward slashes for pathsAman Gupta2015-10-071-1/+1
| | | | |
* | | | | framework is requiredAman Gupta2015-10-071-1/+1
| | | | |
* | | | | fix compile errorAman Gupta2015-10-071-1/+1
| | | | |
* | | | | collect any output of appveyor commandAman Gupta2015-10-071-1/+3
| | | | |
* | | | | report duration to appveyor runnerAman Gupta2015-10-071-3/+5
| | | | |
* | | | | fix unsafeaddr testAman Gupta2015-10-071-2/+2
| | | | |
* | | | | use category as filename, and full filename in test nameAman Gupta2015-10-071-1/+1
| | | | |
* | | | | clean up whitespace on error msgAman Gupta2015-10-071-1/+1
| | | | |
* | | | | tie into appveyor test results apiAman Gupta2015-10-071-0/+10
| | | | |
* | | | | avoid sqlite db on travis and appveyorAman Gupta2015-10-071-1/+2
|/ / / /
* | | | Merge pull request #3314 from haiodo/emscripten-supportAndreas Rumpf2015-10-072-0/+60
|\ \ \ \ | | | | | | | | | | Emscripten support
| * \ \ \ Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-10-067-10/+12
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-10-0111-4/+73
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-283-2/+13
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-09-254-0/+100
| |\ \ \ \ \ \
| * | | | | | | Added a test to check how gc works in emscripten.Andrey Sobolev2015-09-232-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Test will fail in emscripten and pass in normal environment.
* | | | | | | | initialize new fields to empty valuesAman Gupta2015-10-061-0/+3
| | | | | | | |
* | | | | | | | copy nimrtl into lib, reset LD_LIBRARY_PATH after useAman Gupta2015-10-061-0/+3
| | | | | | | |
* | | | | | | | add tfile/tline assertions for template expansion file/lineAman Gupta2015-10-064-8/+31
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/devel' into fix-test-failuresAman Gupta2015-10-067-10/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | fixes #2637Araq2015-10-061-0/+30
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Rename rawsockets module to nativesocketsAdam Strzelecki2015-10-036-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code.