summary refs log tree commit diff stats
path: root/tests/testament
Commit message (Collapse)AuthorAgeFilesLines
* sets don't support empty arrays :)cheatfate2016-07-301-1/+1
|
* Enable coroutines again.cheatfate2016-07-301-1/+1
|
* commentscheatfate2016-07-301-1/+1
|
* testament update to have list of disabled modules.cheatfate2016-07-302-6/+12
|
* added 'koch testinstall' command; more installer related bugfixesAndreas Rumpf2016-06-092-1/+6
|
* Time has now reference semantics on jsYuriy Glukhov2016-06-011-1/+1
|
* fixes #3184Andreas Rumpf2016-05-221-0/+1
|
* fixes #3793Andreas Rumpf2016-05-161-0/+2
|
* Merge pull request #4049 from arnetheduck/tester-targetsAndreas Rumpf2016-04-072-0/+19
|\ | | | | tester: allow filtering tests by target
| * untaint command line option for parsingJacek Sieka2016-04-061-1/+1
| |
| * tester: allow filtering tests by targetJacek Sieka2016-04-052-0/+19
| |
* | Prevent tester from checking for output diffs for actionRunNoSpec.Dominik Picheta2016-04-051-1/+1
|/
* Fixed bad JS codegen for new json with tables. Added json to JS tests.Yuriy Glukhov2016-02-291-1/+1
|
* JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-221-1/+1
|
* Unsigned arith corrected for JSYuriy Glukhov2016-01-211-1/+1
|
* fixed float formatting for jsYuriy Glukhov2015-11-261-0/+3
|
* Improved postgres docs and added untestable tests.Dominik Picheta2015-10-271-0/+3
|
* Fixed tests for TravisCIYuriy Glukhov2015-10-221-8/+10
|
* 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-151-1/+3
|
* Merge remote-tracking branch 'origin/devel' into appveyorAman Gupta2015-10-134-12/+21
|\
| * udpated the compiler and tester to use getOrDefaultAraq2015-10-133-9/+9
| |
| * 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
| | |
* | | 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
| | |
* | | 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-071-0/+1
|\ \ | | | | | | Emscripten support
| * \ Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-10-061-0/+2
| |\ \
| * \ \ Merge remote-tracking branch 'nim-lang/devel' into emscripten-supportAndrey Sobolev2015-10-012-2/+8
| |\ \ \
| * | | | Added a test to check how gc works in emscripten.Andrey Sobolev2015-09-231-0/+1
| | |_|/ | |/| | | | | | | | | | 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-062-1/+27
| | | |
* | | | show stderr w/ reExitcodesDifferAman Gupta2015-10-021-1/+1
| |_|/ |/| |
* | | show full compiler output with reNimcCrashAman Gupta2015-09-301-0/+2
| |/ |/|
* | allow testament/tester to run single fileAman Gupta2015-09-302-2/+8
|/
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-12/+12
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* renamed writeln to writeLine in testspatrick dw2015-06-192-10/+10
|
* Revert from columnar layout. Remove temp-fix for 2857.Oscar Campbell2015-06-101-12/+6
|