Miran 84d3f3d448 move system.dollars in a separate file (#10829) 6 yıl önce
..
actiontable 7f18d7cbc1 Merge tests into a larger file (part 1 of ∞) (#9318) 6 yıl önce
alias 000b8afd26 Remove expr/stmt (#5857) 7 yıl önce
ambsym 1105d03644 require errormsg to be specified before file. 6 yıl önce
arithm 7f18d7cbc1 Merge tests into a larger file (part 1 of ∞) (#9318) 6 yıl önce
array 36e34d9aed close #3899 by adding test case (#10424) 6 yıl önce
assert 84d3f3d448 move system.dollars in a separate file (#10829) 6 yıl önce
assign 1105d03644 require errormsg to be specified before file. 6 yıl önce
astoverload 20b5f31c03 new tester; all tests categorized 11 yıl önce
async 50d1a46537 better docs: osproc (#10708) 6 yıl önce
bind 0ebfcd4c0f Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) 6 yıl önce
borrow 1105d03644 require errormsg to be specified before file. 6 yıl önce
casestmt 43a0dd42bc Print missing case labels (#10600) 6 yıl önce
ccgbugs 631a8ab57f Fix edge case in type hashing (#10601) [backport] 6 yıl önce
clearmsg 1105d03644 require errormsg to be specified before file. 6 yıl önce
closure 0ebfcd4c0f Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) 6 yıl önce
cnstseq 1105d03644 require errormsg to be specified before file. 6 yıl önce
collections 6ce3949c8a add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) which leaked implementation detail (#10070) 6 yıl önce
compiler e17321aa24 improve formatting in assertEquals 6 yıl önce
compilerapi 2a4c09ff88 megatest can be executed 6 yıl önce
compiles 031bfdec6f make run the default action of a test in tester 6 yıl önce
concat 20b5f31c03 new tester; all tests categorized 11 yıl önce
concepts 28394153ab 32 bit fixes (#10608) 6 yıl önce
constr 3b783f7e13 Testament: refactoring; makes the test joiner green 6 yıl önce
constraints 1105d03644 require errormsg to be specified before file. 6 yıl önce
constructors 1105d03644 require errormsg to be specified before file. 6 yıl önce
controlflow 3b783f7e13 Testament: refactoring; makes the test joiner green 6 yıl önce
converter 28394153ab 32 bit fixes (#10608) 6 yıl önce
coroutines 354e3f2a40 disable flaky coroutines test 6 yıl önce
cpp 15584879b9 Properly wrap discarded statements (#10322) 6 yıl önce
defaultprocparam e012eb1001 updated tests to be executed 6 yıl önce
deprecated ec6e5681da fix #8063 by adding a testcase for: Deprecation warnings for enum values print twice (#10508) 6 yıl önce
deps 0d99ff6113 testament megatest: furher refactorings making more tests green 6 yıl önce
destructor 551d6d00df make tests green again 6 yıl önce
dir with space fa058773db fixes #10042 (allow spaces in import) (#10504) 6 yıl önce
discard ab72d68ec8 fix off by 1 error in `col` shown by toFileLineCol (#10138) 6 yıl önce
distinct a5ecbf823f lots of small changes 6 yıl önce
dll ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 yıl önce
effects c86b1fbcac fixes a critical GC safety inference bug (#10615) 6 yıl önce
enum e7878c0d08 add tests for recently closed issues (#10722) 6 yıl önce
errmsgs 2b5e48d807 move assertions and iterators out of system.nim (#10597) 6 yıl önce
exception 942495611b revive #10228 (fix #9880) (#10610) 6 yıl önce
exprs 1105d03644 require errormsg to be specified before file. 6 yıl önce
fields 3c9fcc4c30 Merge tests into a larger file (part 2 of ∞) (#9335) 6 yıl önce
flags 1105d03644 require errormsg to be specified before file. 6 yıl önce
float 4355f23ee5 fix #10305 nim cpp is now nan-correct at CT (#10310) 6 yıl önce
fragmentation 381498b0db tests: disable flaky tests for now; closes #9421 6 yıl önce
friends e80465dacf tests: Trim .nim files trailing whitespace 9 yıl önce
gc 2371b4be96 ported havlak and gcbench benchmarks to work with --gc:regions 6 yıl önce
generics 28394153ab 32 bit fixes (#10608) 6 yıl önce
gensym 7132b04f44 equality check on NimSym has now support in the VM; refs #6139 7 yıl önce
global 1105d03644 require errormsg to be specified before file. 6 yıl önce
implicit a5ecbf823f lots of small changes 6 yıl önce
import_in_config 154db46db8 fixes a regression that caused --import in a config file to break things 8 yıl önce
init 9c2365d5c2 activated more tests, allow input in test spec 6 yıl önce
iter e7878c0d08 add tests for recently closed issues (#10722) 6 yıl önce
js 1c64934f46 implement system.default for the JS target 6 yıl önce
lent 71fd4acaeb make test green 6 yıl önce
let 1105d03644 require errormsg to be specified before file. 6 yıl önce
lexer 34815a4697 megatest: make it green on Linux 6 yıl önce
lookups e012eb1001 updated tests to be executed 6 yıl önce
macros d8c3df2683 fixes #10805 (#10806) 6 yıl önce
magics 34815a4697 megatest: make it green on Linux 6 yıl önce
manyloc 2b5e48d807 move assertions and iterators out of system.nim (#10597) 6 yıl önce
metatype 84d3f3d448 move system.dollars in a separate file (#10829) 6 yıl önce
method ab72d68ec8 fix off by 1 error in `col` shown by toFileLineCol (#10138) 6 yıl önce
misc 2c01f0ad8d tsizeof test is now correct (#10788) 6 yıl önce
modules 444f2231c9 make tests green again 6 yıl önce
namedparams 1105d03644 require errormsg to be specified before file. 6 yıl önce
newconfig 562d185cb7 cleanup tests; don't use non-working 'msg' spec field 6 yıl önce
nimble 90fa64501f Implement .nimble-link files in the compiler and add tests for them. 7 yıl önce
niminaction fbd6743ea1 fix sdl_test test that failed in CI cpp mode (#10314) 6 yıl önce
notnil 1105d03644 require errormsg to be specified before file. 6 yıl önce
objects 588610b395 add tests, closes #3012, closes #7244 6 yıl önce
objvariant bdb67201b2 fixes #10033 [backport] 6 yıl önce
openarray 1105d03644 require errormsg to be specified before file. 6 yıl önce
osproc f18fcf65b3 make tests green again 6 yıl önce
overflw 1105d03644 require errormsg to be specified before file. 6 yıl önce
overload 07a0a61875 fixes #9149 [backport] 6 yıl önce
package_level_objects c17f6c7837 new feature: package level objects 7 yıl önce
parallel 5c201791b3 make tests green again 6 yıl önce
parser dee8e6e98a gc: destructors is beginning to work (#10483) 6 yıl önce
pragmas e7878c0d08 add tests for recently closed issues (#10722) 6 yıl önce
proc 8922063bd8 typed/untyped return type is invalid for everything except templates and macros (#10275) 6 yıl önce
procvar 749dbce4c6 Merge tests into a larger file (part 5 of ∞) (#9368) 6 yıl önce
range 71df1b060b Tighten the conversion from tyRange to scalar types (#10495) 6 yıl önce
rational 1105d03644 require errormsg to be specified before file. 6 yıl önce
realtimeGC b26378a468 WIP, most tests are now skipped 6 yıl önce
rodfiles 72dfe176f5 remove dead code elimination option (#7669) 6 yıl önce
seq 3b783f7e13 Testament: refactoring; makes the test joiner green 6 yıl önce
sets 1105d03644 require errormsg to be specified before file. 6 yıl önce
showoff 6df6ec27ec Improved collection-to-string behavior (#6825) 7 yıl önce
specialops 547961f71e dotops: add a simple object delegation test 7 yıl önce
statictypes d9ee377517 fix #10339 by returning type attached to nkEmpty (#10370) 6 yıl önce
stdlib cd3a58d7b0 bitops: add reverseBits and test (#10835) 6 yıl önce
system 1ae61767f8 disable talloc2 on 32 bits (#10656) 6 yıl önce
template e7878c0d08 add tests for recently closed issues (#10722) 6 yıl önce
testament f9d58b9305 lots of testament bug fixes and improvements: (#10044) 6 yıl önce
testdata abe5cb82a0 Fix for #5134 (parseJson(string) should fail on leftover data) (#5203) 8 yıl önce
threads 32c9ca605e fixes #10795 6 yıl önce
trmacros 825e08b046 fixes #7524 6 yıl önce
tuples 68a82f100e Fixes #10727. (#10728) 6 yıl önce
typerel 6825430831 Restrict ptr/ref to ptr/ref implicit conversion (#10411) 6 yıl önce
types ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 yıl önce
untestable a5ecbf823f lots of small changes 6 yıl önce
usingstmt 3b783f7e13 Testament: refactoring; makes the test joiner green 6 yıl önce
varres 1105d03644 require errormsg to be specified before file. 6 yıl önce
varstmt 3b783f7e13 Testament: refactoring; makes the test joiner green 6 yıl önce
vm 142a2d3551 added system.default in order to prevent the abstraction inversion that 'template default(T): untyped = (var x: T; x)' causes 6 yıl önce
config.nims b8f4ff8b9f followup on #10573: prevent common user config to interfere with testament (excessiveStackTrace) (#10590) 6 yıl önce
dummy.txt a68a4bfaf2 Remove install.txt and readme.txt (#9521) 6 yıl önce
js.html 72a3e21f28 Removes executable bit for text files. 12 yıl önce
js.nim e80465dacf tests: Trim .nim files trailing whitespace 9 yıl önce
mmaptest.nim e80465dacf tests: Trim .nim files trailing whitespace 9 yıl önce
readme.md 97738a4f28 Testament pre parallel (#9137) 6 yıl önce
rectest.nim e80465dacf tests: Trim .nim files trailing whitespace 9 yıl önce
stckovfl.nim e80465dacf tests: Trim .nim files trailing whitespace 9 yıl önce
test_nimscript.nims da57c0ab99 remove `subexes` 6 yıl önce

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.