summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | | | | | | fix test failures due to import errorsAman Gupta2015-10-022-2/+2
| | | | | | | |
* | | | | | | | show stderr w/ reExitcodesDifferAman Gupta2015-10-021-1/+1
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'origin/devel' into fix-test-failuresAman Gupta2015-10-025-1/+44
|\| | | | | | |
| * | | | | | | Merge pull request #3402 from tmm1/exec-processes-after-cbAndreas Rumpf2015-10-021-0/+2
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | Add afterRunEvent callback to execProcesses()
| | * | | | | | show full compiler output with reNimcCrashAman Gupta2015-09-301-0/+2
| | | | | | | |
| * | | | | | | Merge pull request #3406 from jlp765/rationals1Dominik Picheta2015-10-012-0/+19
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Rationals - add checks and tests
| | * | | | | | | add two test:JamesP2015-10-012-0/+19
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zero denominator assert fail, float type compile failure
| * | | | | | | Merge pull request #3394 from nanoant/patch/use-new-filter-prefixAndreas Rumpf2015-10-011-1/+1
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Use new #? filter prefix in various places
| | * | | | | | | Use new #? filter prefix in various placesAdam Strzelecki2015-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This silences deprecation warnings and prevent collision with UNIX shebang.