Andreas Rumpf 73714e53f4 make more tests green 6 gadi atpakaļ
..
actiontable 7f18d7cbc1 Merge tests into a larger file (part 1 of ∞) (#9318) 6 gadi atpakaļ
alias 000b8afd26 Remove expr/stmt (#5857) 7 gadi atpakaļ
ambsym 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
arithm 7f18d7cbc1 Merge tests into a larger file (part 1 of ∞) (#9318) 6 gadi atpakaļ
array 36e34d9aed close #3899 by adding test case (#10424) 6 gadi atpakaļ
assert 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
assign 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
astoverload 20b5f31c03 new tester; all tests categorized 11 gadi atpakaļ
async 50d1a46537 better docs: osproc (#10708) 6 gadi atpakaļ
bind 0ebfcd4c0f Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) 6 gadi atpakaļ
borrow 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
casestmt 43a0dd42bc Print missing case labels (#10600) 6 gadi atpakaļ
ccgbugs 631a8ab57f Fix edge case in type hashing (#10601) [backport] 6 gadi atpakaļ
clearmsg 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
closure 0ebfcd4c0f Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) 6 gadi atpakaļ
cnstseq 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
collections 6ce3949c8a add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) which leaked implementation detail (#10070) 6 gadi atpakaļ
compiler e17321aa24 improve formatting in assertEquals 6 gadi atpakaļ
compilerapi 2a4c09ff88 megatest can be executed 6 gadi atpakaļ
compiles 031bfdec6f make run the default action of a test in tester 6 gadi atpakaļ
concat 20b5f31c03 new tester; all tests categorized 11 gadi atpakaļ
concepts 28394153ab 32 bit fixes (#10608) 6 gadi atpakaļ
constr 3b783f7e13 Testament: refactoring; makes the test joiner green 6 gadi atpakaļ
constraints 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
constructors 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
controlflow 3b783f7e13 Testament: refactoring; makes the test joiner green 6 gadi atpakaļ
converter 28394153ab 32 bit fixes (#10608) 6 gadi atpakaļ
coroutines 354e3f2a40 disable flaky coroutines test 6 gadi atpakaļ
cpp 15584879b9 Properly wrap discarded statements (#10322) 6 gadi atpakaļ
defaultprocparam e012eb1001 updated tests to be executed 6 gadi atpakaļ
deprecated ec6e5681da fix #8063 by adding a testcase for: Deprecation warnings for enum values print twice (#10508) 6 gadi atpakaļ
deps 0d99ff6113 testament megatest: furher refactorings making more tests green 6 gadi atpakaļ
destructor f39aa1b40b discard destroys its argument in-place (#9478) 6 gadi atpakaļ
dir with space fa058773db fixes #10042 (allow spaces in import) (#10504) 6 gadi atpakaļ
discard ab72d68ec8 fix off by 1 error in `col` shown by toFileLineCol (#10138) 6 gadi atpakaļ
distinct a5ecbf823f lots of small changes 6 gadi atpakaļ
dll 9c2365d5c2 activated more tests, allow input in test spec 6 gadi atpakaļ
effects f55d094cf2 fixes #6955 6 gadi atpakaļ
enum e7878c0d08 add tests for recently closed issues (#10722) 6 gadi atpakaļ
errmsgs e89aaaeaab Open a new scope for `static:` expr blocks (#10649) 6 gadi atpakaļ
exception 942495611b revive #10228 (fix #9880) (#10610) 6 gadi atpakaļ
exprs 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
fields 3c9fcc4c30 Merge tests into a larger file (part 2 of ∞) (#9335) 6 gadi atpakaļ
flags 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
float 4355f23ee5 fix #10305 nim cpp is now nan-correct at CT (#10310) 6 gadi atpakaļ
fragmentation 381498b0db tests: disable flaky tests for now; closes #9421 6 gadi atpakaļ
friends e80465dacf tests: Trim .nim files trailing whitespace 9 gadi atpakaļ
gc 2371b4be96 ported havlak and gcbench benchmarks to work with --gc:regions 6 gadi atpakaļ
generics 28394153ab 32 bit fixes (#10608) 6 gadi atpakaļ
gensym 7132b04f44 equality check on NimSym has now support in the VM; refs #6139 7 gadi atpakaļ
global 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
implicit a5ecbf823f lots of small changes 6 gadi atpakaļ
import_in_config 154db46db8 fixes a regression that caused --import in a config file to break things 8 gadi atpakaļ
init 9c2365d5c2 activated more tests, allow input in test spec 6 gadi atpakaļ
iter e7878c0d08 add tests for recently closed issues (#10722) 6 gadi atpakaļ
js 257965e105 fixes 10697 [backport] 6 gadi atpakaļ
lent c99f952dfb basic 'lent T' test works 7 gadi atpakaļ
let 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
lexer 34815a4697 megatest: make it green on Linux 6 gadi atpakaļ
lookups e012eb1001 updated tests to be executed 6 gadi atpakaļ
macros 6e869a73d3 make macro tests green again 6 gadi atpakaļ
magics 34815a4697 megatest: make it green on Linux 6 gadi atpakaļ
manyloc 55fb838785 Merge branch 'devel' into araq-nkexportdoc 6 gadi atpakaļ
metatype 1899d8d107 make tests green again 6 gadi atpakaļ
method ab72d68ec8 fix off by 1 error in `col` shown by toFileLineCol (#10138) 6 gadi atpakaļ
misc e7878c0d08 add tests for recently closed issues (#10722) 6 gadi atpakaļ
modules 444f2231c9 make tests green again 6 gadi atpakaļ
namedparams 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
newconfig 562d185cb7 cleanup tests; don't use non-working 'msg' spec field 6 gadi atpakaļ
nimble 90fa64501f Implement .nimble-link files in the compiler and add tests for them. 7 gadi atpakaļ
niminaction fbd6743ea1 fix sdl_test test that failed in CI cpp mode (#10314) 6 gadi atpakaļ
notnil 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
objects f31d1fa98b fixes #10195 6 gadi atpakaļ
objvariant bdb67201b2 fixes #10033 [backport] 6 gadi atpakaļ
openarray 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
osproc f18fcf65b3 make tests green again 6 gadi atpakaļ
overflw 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
overload 07a0a61875 fixes #9149 [backport] 6 gadi atpakaļ
package_level_objects c17f6c7837 new feature: package level objects 7 gadi atpakaļ
parallel 55fb838785 Merge branch 'devel' into araq-nkexportdoc 6 gadi atpakaļ
parser 73714e53f4 make more tests green 6 gadi atpakaļ
pragmas e7878c0d08 add tests for recently closed issues (#10722) 6 gadi atpakaļ
proc 8922063bd8 typed/untyped return type is invalid for everything except templates and macros (#10275) 6 gadi atpakaļ
procvar 749dbce4c6 Merge tests into a larger file (part 5 of ∞) (#9368) 6 gadi atpakaļ
range 71df1b060b Tighten the conversion from tyRange to scalar types (#10495) 6 gadi atpakaļ
rational 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
realtimeGC b26378a468 WIP, most tests are now skipped 6 gadi atpakaļ
rodfiles 72dfe176f5 remove dead code elimination option (#7669) 6 gadi atpakaļ
seq 3b783f7e13 Testament: refactoring; makes the test joiner green 6 gadi atpakaļ
sets 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
showoff 6df6ec27ec Improved collection-to-string behavior (#6825) 7 gadi atpakaļ
specialops 547961f71e dotops: add a simple object delegation test 7 gadi atpakaļ
statictypes d9ee377517 fix #10339 by returning type attached to nkEmpty (#10370) 6 gadi atpakaļ
stdlib 28a83a8388 Handle IPv6 in bindAddr #7633 6 gadi atpakaļ
system 1ae61767f8 disable talloc2 on 32 bits (#10656) 6 gadi atpakaļ
template e7878c0d08 add tests for recently closed issues (#10722) 6 gadi atpakaļ
testament f9d58b9305 lots of testament bug fixes and improvements: (#10044) 6 gadi atpakaļ
testdata abe5cb82a0 Fix for #5134 (parseJson(string) should fail on leftover data) (#5203) 8 gadi atpakaļ
threads 5345c5b130 remove deprecated modules (#10215) 6 gadi atpakaļ
trmacros 825e08b046 fixes #7524 6 gadi atpakaļ
tuples 9884129058 Tuple unpacking now works for `for` vars (#10152) 6 gadi atpakaļ
typerel 6825430831 Restrict ptr/ref to ptr/ref implicit conversion (#10411) 6 gadi atpakaļ
types e7878c0d08 add tests for recently closed issues (#10722) 6 gadi atpakaļ
untestable a5ecbf823f lots of small changes 6 gadi atpakaļ
usingstmt 3b783f7e13 Testament: refactoring; makes the test joiner green 6 gadi atpakaļ
varres 1105d03644 require errormsg to be specified before file. 6 gadi atpakaļ
varstmt 3b783f7e13 Testament: refactoring; makes the test joiner green 6 gadi atpakaļ
vm 394c6f5576 fixes merge conflict 6 gadi atpakaļ
config.nims b8f4ff8b9f followup on #10573: prevent common user config to interfere with testament (excessiveStackTrace) (#10590) 6 gadi atpakaļ
dummy.txt a68a4bfaf2 Remove install.txt and readme.txt (#9521) 6 gadi atpakaļ
js.html 72a3e21f28 Removes executable bit for text files. 12 gadi atpakaļ
js.nim e80465dacf tests: Trim .nim files trailing whitespace 9 gadi atpakaļ
mmaptest.nim e80465dacf tests: Trim .nim files trailing whitespace 9 gadi atpakaļ
readme.md 97738a4f28 Testament pre parallel (#9137) 6 gadi atpakaļ
rectest.nim e80465dacf tests: Trim .nim files trailing whitespace 9 gadi atpakaļ
stckovfl.nim e80465dacf tests: Trim .nim files trailing whitespace 9 gadi atpakaļ
test_nimscript.nims da57c0ab99 remove `subexes` 6 gadi atpakaļ

readme.md

This directory contains the test cases.

Each test must have a filename of the form: t*.nim

Note: Tests are only compiled by default. In order to get the tester to execute the compiled binary, you need to specify a spec with an action key (see below for details).

Specs

Each test can contain a spec in a discard """ ... """ block.

Check out the parseSpec procedure in the specs module for a full and reliable reference

action

Specifies what action this test should take.

Default: compile

Options:

  • compile - compiles the module and fails the test if compilations fails.
  • run - compiles and runs the module, fails the test if compilation or execution of test code fails.
  • reject - compiles the module and fails the test if compilation succeeds.

There are certain spec keys that imply run, including output and outputsub.

cmd

Specifies the Nim command to use for compiling the test.

There are a number of variables that are replaced in this spec option:

  • $target - the compilation target, e.g. c.
  • $options - the options for the compiler.
  • $file - the filename of the test.
  • $filedir - the directory of the test file.

Example:

discard """
  cmd: "nim $target --nimblePath:./nimbleDir/simplePkgs $options $file"
"""

Categories

Each folder under this directory represents a test category, which can be tested by running koch tests cat <category>.

The folder rodfiles contains special tests that test incremental compilation via symbol files.

The folder dll contains simple DLL tests.

The folder realtimeGC contains a test for validating that the realtime GC can run properly without linking against the nimrtl.dll/so. It includes a C client and platform specific build files for manual compilation.