narimiran d5a7fb8ea0 there is no IndexDefect in 1.0 3 سال پیش
..
actiontable 7f18d7cbc1 Merge tests into a larger file (part 1 of ∞) (#9318) 6 سال پیش
alias 000b8afd26 Remove expr/stmt (#5857) 7 سال پیش
ambsym 1105d03644 require errormsg to be specified before file. 6 سال پیش
arithm e765687646 Merge branch 'devel' into uint-range-checks 5 سال پیش
array d5a7fb8ea0 there is no IndexDefect in 1.0 3 سال پیش
assert 10935a71ed [backport] Fix spelling typos (#12755) 5 سال پیش
assign 8994e8f2e2 fix rtti sizeof for varargs in global scope (#13125) [backport] 5 سال پیش
astoverload 20b5f31c03 new tester; all tests categorized 11 سال پیش
astspec fa7f5742d3 Fix spellings (#12277) [backport] 5 سال پیش
async 1b530b5897 backport `tasyncclosestall` changes to make it more robust 4 سال پیش
bind 0ebfcd4c0f Remove deprecated modules (asyncio, sockets, ftpclient) (#10401) 6 سال پیش
borrow 1105d03644 require errormsg to be specified before file. 6 سال پیش
casestmt fa7f5742d3 Fix spellings (#12277) [backport] 5 سال پیش
ccgbugs 5a03eea518 revert #12100; typeof(nil) is weird enough, don't allow it as the return type 5 سال پیش
clearmsg 1105d03644 require errormsg to be specified before file. 6 سال پیش
closure ee6df5bd24 close #7104 by writing a test 5 سال پیش
cnstseq 1105d03644 require errormsg to be specified before file. 6 سال پیش
collections 26681769e8 tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of tests (#13498) [backport] 4 سال پیش
compilepragma 7e9cda7dba fixes #10299 (#11324) 5 سال پیش
compiler 93b868bff9 Fixes #12536 (#12568) [backport] 5 سال پیش
compilerapi 5129a1e88d make addQuoted work on nimscript (#12717) [backport] 5 سال پیش
compilerfeatures 9ecb1aae80 new compiler feature: --expandMacro 5 سال پیش
compiles 031bfdec6f make run the default action of a test in tester 6 سال پیش
concat 20b5f31c03 new tester; all tests categorized 11 سال پیش
concepts c0d240b8cd fixes #11807 (#11900) 5 سال پیش
constr e749fc08e7 fixes #10943 (#10947) 5 سال پیش
constraints 1105d03644 require errormsg to be specified before file. 6 سال پیش
constructors 1105d03644 require errormsg to be specified before file. 6 سال پیش
controlflow 3b783f7e13 Testament: refactoring; makes the test joiner green 6 سال پیش
converter fa7f5742d3 Fix spellings (#12277) [backport] 5 سال پیش
coroutines efbf43d4a9 intVal works now on enum field symbols (#11403) 5 سال پیش
cpp fa7f5742d3 Fix spellings (#12277) [backport] 5 سال پیش
defaultprocparam e012eb1001 updated tests to be executed 6 سال پیش
deprecated ec6e5681da fix #8063 by adding a testcase for: Deprecation warnings for enum values print twice (#10508) 6 سال پیش
deps 10935a71ed [backport] Fix spelling typos (#12755) 5 سال پیش
destructor 45b53ee36f fix the expected result of a test 4 سال پیش
dir with space fa058773db fixes #10042 (allow spaces in import) (#10504) 6 سال پیش
discard fabc2a7086 revert discardable transformation (#10905) 5 سال پیش
distinct de1ede77fe fixes #11715 (#11721) 5 سال پیش
dll 338f43f305 disable flaky test on OSX 5 سال پیش
effects c86b1fbcac fixes a critical GC safety inference bug (#10615) 5 سال پیش
enum e7878c0d08 add tests for recently closed issues (#10722) 5 سال پیش
errmsgs a9fa981000 fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) [backport] 4 سال پیش
exception 7cb31455ee fixes #11618 (#11969) 5 سال پیش
exprs 1105d03644 require errormsg to be specified before file. 6 سال پیش
fields 795044ed2b make tests green again 5 سال پیش
flags 1105d03644 require errormsg to be specified before file. 6 سال پیش
float 0a8dcd5e11 azure: disable failing tests 5 سال پیش
fragmentation 381498b0db tests: disable flaky tests for now; closes #9421 6 سال پیش
friends e80465dacf tests: Trim .nim files trailing whitespace 9 سال پیش
gc 1d43c8620e fix several typos in documentation and comments (#12553) 5 سال پیش
generics b6924383df Revert "fixes #13378 [backport] (#13392)" 4 سال پیش
gensym 488f3ed085 fixes yet another gensym regression (#12145) 5 سال پیش
global 1105d03644 require errormsg to be specified before file. 6 سال پیش
ic c8cffaf420 Incremental compilation (IC): Improvements (#11881) 5 سال پیش
implicit a5ecbf823f lots of small changes 6 سال پیش
import_in_config 154db46db8 fixes a regression that caused --import in a config file to break things 8 سال پیش
init 9c2365d5c2 activated more tests, allow input in test spec 6 سال پیش
iter 02d7a181f6 fixes #12747 [backport] (#13651) 4 سال پیش
js a13fd00729 Revert "[backport 1.0] add backend support for js bigint (#16606)" 4 سال پیش
lent be82d11576 fixes #12224 (#12225) 5 سال پیش
let 1105d03644 require errormsg to be specified before file. 6 سال پیش
lexer 34815a4697 megatest: make it green on Linux 6 سال پیش
lookups f94ec363ab Allow void macro result (#11286) 5 سال پیش
macros fa7f5742d3 Fix spellings (#12277) [backport] 5 سال پیش
magics 8c93c692b9 run runnableExamples in the module scope (#11732) [feature] 5 سال پیش
manyloc 1d43c8620e fix several typos in documentation and comments (#12553) 5 سال پیش
metatype fa7f5742d3 Fix spellings (#12277) [backport] 5 سال پیش
method e68adca0c9 fixes #6777 (#11347) 5 سال پیش
misc 9193c85b61 fix #15516 (#15518) 4 سال پیش
modules b914573d18 fixes #12420 [backport] (#12456) 5 سال پیش
namedparams 6c487a6309 fixes #12196 5 سال پیش
newconfig 7182922622 [feature] Added os.delEnv; add delEnv support to nimscript too (#11466) 5 سال پیش
nimble 90fa64501f Implement .nimble-link files in the compiler and add tests for them. 7 سال پیش
niminaction 24f52d855c #12141 Define SDL lib name for OpenBSD and FreeBSD (#12143) 5 سال پیش
notnil fa7f5742d3 Fix spellings (#12277) [backport] 5 سال پیش
objects 6f79408576 fix when statements in inheritable generic objects (#13667) [backport] 4 سال پیش
objvariant 7ccefbc422 Fixes #12379 (#12591) [backport] 5 سال پیش
openarray 9ae0dd611f typeToString can now show (recursively) resolved type aliases; fixes #8569 #8083 #8570 (#11678) 5 سال پیش
osproc f18fcf65b3 make tests green again 6 سال پیش
overflw 7215341190 make fullpaths the default in error messages and stack traces for mor… (#11385) 5 سال پیش
overload 4a35d2b571 fixes #11375 (#11376) 5 سال پیش
package_level_objects c17f6c7837 new feature: package level objects 7 سال پیش
parallel ab48d7901e hashes: implement murmur3 (#12022) 5 سال پیش
parser 5b27b263fd Remove immediate pragma (#11308) 5 سال پیش
pragmas ee260dd838 fixes #5050; fixes #11826 (#12606) [backport] 5 سال پیش
proc 286b94e7de Remove declPragmas from lambdas [backport:1.0] (#16966) 3 سال پیش
procvar 749dbce4c6 Merge tests into a larger file (part 5 of ∞) (#9368) 6 سال پیش
range ac6fcab7a4 Merge branch 'devel' into uint-range-checks 5 سال پیش
rational 1105d03644 require errormsg to be specified before file. 6 سال پیش
realtimeGC b26378a468 WIP, most tests are now skipped 6 سال پیش
rodfiles 72dfe176f5 remove dead code elimination option (#7669) 6 سال پیش
seq 3b783f7e13 Testament: refactoring; makes the test joiner green 6 سال پیش
sets 26681769e8 tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of tests (#13498) [backport] 4 سال پیش
showoff 6df6ec27ec Improved collection-to-string behavior (#6825) 7 سال پیش
specialops 547961f71e dotops: add a simple object delegation test 7 سال پیش
statictypes 931ee0ca82 fixes #7258 (#12054) 5 سال پیش
stdlib 22e71cbc0f fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0] 3 سال پیش
system 44d45b763c fixes #12315 [backport]; refs #12314 (#12385) 5 سال پیش
template fa7f5742d3 Fix spellings (#12277) [backport] 5 سال پیش
testament c9f3a8b269 added a testcase for #12195; testament now supports a 'timeout' spec field 5 سال پیش
testdata abe5cb82a0 Fix for #5134 (parseJson(string) should fail on leftover data) (#5203) 8 سال پیش
threads 1f8c9aff1f Fix and reenable thread tests (#11343) 5 سال پیش
tools 7c4bc63b00 fixes #12885 [backport] (#12895) 5 سال پیش
trmacros 825e08b046 fixes #7524 6 سال پیش
tuples 75f427a57b Fix #14911 (#14922) [backport] 4 سال پیش
typerel b80d70b0f3 fix tests 5 سال پیش
types 5a1ed8f4d4 fix #14007 (#14012) [backport] 4 سال پیش
untestable 193b3c66bb fix #12426 (#12462) 5 سال پیش
usingstmt 3b783f7e13 Testament: refactoring; makes the test joiner green 6 سال پیش
valgrind 9d17d02734 attempt to add valgrind support to the CIs and testament (#12646) 5 سال پیش
varres b80d70b0f3 fix tests 5 سال پیش
varstmt 3b783f7e13 Testament: refactoring; makes the test joiner green 6 سال پیش
vm 86298e30d9 [backport => 1.0] fix #16428 vmops now works for generic procs (#16429) 4 سال پیش
ast_pattern_matching.nim 389b140029 add tastspec (and ast_pattern_matching) (#10863) 5 سال پیش
config.nims b8f4ff8b9f followup on #10573: prevent common user config to interfere with testament (excessiveStackTrace) (#10590) 6 سال پیش
dummy.txt a68a4bfaf2 Remove install.txt and readme.txt (#9521) 6 سال پیش
js.html 72a3e21f28 Removes executable bit for text files. 12 سال پیش
js.nim e80465dacf tests: Trim .nim files trailing whitespace 9 سال پیش
mmaptest.nim fa7f5742d3 Fix spellings (#12277) [backport] 5 سال پیش
readme.md 5df7f3fd5c Fix reference to parseSpec proc in readme (#12359) 5 سال پیش
rectest.nim e80465dacf tests: Trim .nim files trailing whitespace 9 سال پیش
stckovfl.nim e80465dacf tests: Trim .nim files trailing whitespace 9 سال پیش
test_nimscript.nims da57c0ab99 remove `subexes` 6 سال پیش

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.