metagn fb6c805568 propagate efWantStmt in semWhen (#23400) vor 1 Jahr
..
alias 84fab7f39b fix #19349 incompatible type when mixing float32 and cfloat in generics (#20551) vor 2 Jahren
align 5334dc921f fixes #22419; async/closure environment does not align local variables (#22425) vor 1 Jahr
arc 7d9721007c fixes regression #22909; don't optimize result init if statements can raise which corrupts the compiler (#23271) vor 1 Jahr
array 3ab8b6b2cf error on large integer types as array index range (#23229) vor 1 Jahr
assert cf083af262 tests: explicitly enable stack traces where needed (#21236) vor 2 Jahren
assign 8c56e806ae closes #12464; adds a test case (#22967) vor 1 Jahr
astoverload 20b5f31c03 new tester; all tests categorized vor 11 Jahren
astspec 5b26f2bd81 fix deprecated example (#18721) vor 3 Jahren
async 39fbd30513 Fix OSError `errorCode` field is not assigned a value (#22954) vor 1 Jahr
avr 430a179307 default threads on (#19368) vor 2 Jahren
benchmarks e112974920 fix #16752: threadvar now works with importcpp types; osx now uses native TLS (`--tlsEmulation:off`), which can be orders of magnitude faster (#16750) vor 4 Jahren
c b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
casestmt b3b87f0f8a Mark `macros.error` as `.noreturn.` (#23081) vor 1 Jahr
cast c0994c2dbd [JS] Fix casting to ints (#22327) vor 1 Jahr
ccgbugs 4b67cccf50 fixes regression #23280; Operations on inline toOpenArray len return a wrong result (#23285) vor 1 Jahr
ccgbugs2 61145b1d4b fixes #22354; Wrong C++ codegen for default parameter values in ORC (#22819) vor 1 Jahr
closure 094a29eb31 add test case for #19095 (#22566) vor 1 Jahr
codegen 90fe1b340f Dont mangle when targeting cpp (#23335) vor 1 Jahr
collections 5bd1afc3f9 fixes #17197; fixes #22560; fixes the dest of newSeqOfCap in refc (#22594) vor 1 Jahr
compiler e323b91a32 correct grammar (ref #20199) and add check for grammar.txt (#20494) vor 2 Jahren
compilerapi 2f109595e9 reset macrocache after each script evaluation (#22195) vor 1 Jahr
compiles d102b2f54c deprecate unsafeAddr; extend addr (#19373) vor 3 Jahren
concepts 6ce6cd4bb8 fixes #22723; skips tyUserTypeClasses in injectdestructors (#23341) vor 1 Jahr
constructors b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
controlflow 9140f8e221 Fix endsInNoReturn for case statements (#23009) vor 1 Jahr
converter 379299a5ac fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (#22975) vor 1 Jahr
coroutines 4fa86422c0 stdlib tests now check refc too (#21664) vor 1 Jahr
cpp 93399776c4 [C++] Allow `member` to define static funcs (#23387) vor 1 Jahr
defer 0e555ade31 Add test for #22309 (#22316) vor 1 Jahr
destructor 572b0b67ff fixes sink regression for ORC; ref #23354 (#23359) vor 1 Jahr
dir with space fa058773db fixes #10042 (allow spaces in import) (#10504) vor 6 Jahren
discard fc7385bfda fixes #21360; discarding empty seqs/arrays now raises errors (#21374) vor 2 Jahren
distinct 95e5ad6927 fixes #22902; borrow from proc return type mismatch (#22908) vor 1 Jahr
dll a4781dc4bc use old typeinfo generation for hot code reloading (#22518) vor 1 Jahr
effects 62c5b8b287 fixes #23129; fixes generated hooks raise unlisted Exception, which never raise (#23195) vor 1 Jahr
enum b280100499 ambiguous identifier resolution (#23123) vor 1 Jahr
errmsgs 320311182c fixes #22284; fixes #22282; don't override original parameters of inferred lambdas (#23368) vor 1 Jahr
exception 09d0fda7fd fixes #22469; generates nimTestErrorFlag for top level statements (#22472) vor 1 Jahr
exprs d2f36c071b Exclude block from endsInNoReturn, fix regression (#22632) vor 1 Jahr
float 7fababd583 make float32 literals stringifying behave in JS the same as in C (#22500) vor 1 Jahr
fragmentation 381498b0db tests: disable flaky tests for now; closes #9421 vor 6 Jahren
gc 379299a5ac fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (#22975) vor 1 Jahr
generics 720021908d fixes #23233; Regression when using generic type with Table/OrderedTable (#23235) vor 1 Jahr
global 95c751a9e4 fix #15005; [ARC] Global variable declared in a block is destroyed too… (#22388) vor 1 Jahr
ic e6ca13ec85 Instantiates generics in the module that uses it (#22513) vor 1 Jahr
import 4eaa3b028c fixes #23167; take `nkOpenSymChoice` into consideration caused by templates [backport] (#23168) vor 1 Jahr
import_in_config 154db46db8 fixes a regression that caused --import in a config file to break things vor 8 Jahren
importalls 02be212dae clean up SOME pending/xxx/issue link comments (#21826) vor 1 Jahr
init deefbc420e fixes `result` requires explicit initialization on noReturn code (#22717) vor 1 Jahr
int f80a5a30b4 fixes #23378; fixes js abs negative int64 (#23379) vor 1 Jahr
isolate f4a9b258c3 isolation spec update; WIP (#21843) vor 1 Jahr
iter 35ec9c31bd fixes refc with non-var destructor; cancel warnings (#23156) vor 1 Jahr
js 94c5996877 Update tests/js/tos.nim, make isAbsolute tested on nodejs under Windows. (#23377) vor 1 Jahr
lent 86ff37fab8 fixes #22138 (#22221) vor 1 Jahr
let 9acbf99efb Allow let to not have value when using importc (#14258) vor 4 Jahren
lexer 71801c2b8f fix dot calls with resolved symbols in templates (#22076) vor 1 Jahr
lookups 6650b41777 document the new ambiguous identifier resolution (#23166) vor 1 Jahr
macros a2584c779b closes #15751; adds a test case (#23372) vor 1 Jahr
manyloc 6eb722c47d replace getOpt with getopt (#22515) vor 1 Jahr
metatype 3dee1a3e4c fixes #23139; Cannot get repr of range type of enum (#23164) vor 1 Jahr
method b5f5b74fc8 enable vtable implementation for C++ and make it an experimental feature (#23004) vor 1 Jahr
misc 06b9e603bc Show error when trying to run in folder that doesn't exist instead of assertion (#23242) vor 1 Jahr
modules fb6c805568 propagate efWantStmt in semWhen (#23400) vor 1 Jahr
msgs b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
navigator 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) vor 2 Jahren
newconfig b97d603cd0 some test cleanups & category reorganization (#22010) vor 1 Jahr
nimble 31a8cf16bb testament spec: remove errmsg alias of errormsg (#16188) vor 4 Jahren
nimdoc cecaf9c56b fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22944) vor 1 Jahr
niminaction 9ba07edb2e build the documentation of official packages (#20986) vor 2 Jahren
notnil e0ad71a912 make binary `not` not parse complex expressions on right side (#22078) vor 1 Jahr
objects 96513b2506 fixes #22926; Different type inferred when setting a default value for an array field (#22999) vor 1 Jahr
objvariant 39f2df1972 fixes #23295; don't expand constants for complex structures (#23297) vor 1 Jahr
openarray fa1606c6d6 enable static tests for topenarray (#20620) vor 2 Jahren
options beaac609ab adds nimbasePattern compiler option (#22144) vor 1 Jahr
osproc 06232b7f2e fixes #18058 (#18162) vor 3 Jahren
overflow 00be8f287a trigger range check with new type inference on nkIntLit [backport:1.6] (#23179) vor 1 Jahr
overload ee984f8836 account for nil return type in tyProc sumGeneric (#23250) vor 1 Jahr
package d30c6419a0 Refactor and doc package handling, module name mangling (#19821) vor 2 Jahren
package_level_objects c17f6c7837 new feature: package level objects vor 7 Jahren
parallel ecaccafa6c fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22813) vor 1 Jahr
parser 81756d1810 second test case haul for templates and generics (#22728) vor 1 Jahr
pragmas b280100499 ambiguous identifier resolution (#23123) vor 1 Jahr
proc f46f26e79a don't use previous bindings of `auto` for routine return types (#23207) vor 1 Jahr
range cbd9fee22a fix #19678 Broken behavior with string ranges in case labels (#20475) vor 2 Jahren
realtimeGC 1e0165186b testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087) vor 3 Jahren
sandwich 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) vor 4 Jahren
sets 4937aa952b adds another pass for sets fixes #6259 (#22099) vor 1 Jahr
showoff ccc706ff12 add test case to close #7974 (#22023) vor 1 Jahr
specialops 5f9038a5d7 make expressions opt in to symchoices (#22716) vor 1 Jahr
statictypes 91efa49550 Overloads passed to static proc parameters now convert to the desired… (#23063) vor 1 Jahr
stdlib a1e41930f8 strformat: detect format string errors at compile-time (#23356) vor 1 Jahr
stmt ecf9efa397 document general use of `_`, error message, fixes (#21584) vor 2 Jahren
strictnotnil 6289b002b6 [Testament] Extend and document message testing aids (#19996) vor 2 Jahren
stylecheck 365a753eed Fix some `styleCheck` bugs (#20095) vor 1 Jahr
system 3379d26629 fixes #23223; prevents `insert` self-assignment (#23225) vor 1 Jahr
template 6ebad30e7a closes #22846; adds a test case (#23374) vor 1 Jahr
testament 6289b002b6 [Testament] Extend and document message testing aids (#19996) vor 2 Jahren
testdata 8c100a37b9 Add new self-signed 4096 bit certificate to testdata (#19758) vor 2 Jahren
threads cdbf5b4699 fixes a severe bug of testament (#20832) vor 2 Jahren
tools 20446b437b make `proc` not implicitly convert to `pointer` with a preview define (#21953) vor 1 Jahr
trmacros 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) vor 2 Jahren
tuples cfd69bad1a fix wrong subtype relation in tuples & infer some conversions (#23228) vor 1 Jahr
typerel 6ed33b6d61 type graph refactor; part 3 (#23064) vor 1 Jahr
types ca77423ffc `varargs[typed]` should behave more like `typed` (#23303) vor 1 Jahr
untestable 5491e0c274 re-enable badssl test (#21775) vor 1 Jahr
usingstmt f6eb1d4d7d remove {.this.} pragma, deprecated since 0.19 (#20201) vor 2 Jahren
valgrind 55a33e1664 testament: support disabled:osx as alias to disabled:macosx (#17124) vor 4 Jahren
varres e15e19308e Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` (#22328) vor 1 Jahr
varstmt 1e9a3c438b fixes #18104; tranform one liner var decl before templates expansion (#23294) vor 1 Jahr
views d44b0b1869 fixes #22597; avoid side effects for call returning openArray types (#23257) vor 1 Jahr
vm 31d7554524 fixes #13481; fixes #22708; disable using union objects in VM (#23362) vor 1 Jahr
whenstmt 04c48e3c5b fix #19426 compile error using when/elif/else and typedesc in template (#20550) vor 2 Jahren
xml 7931bdac95 Feature/xmltree additions (#20988) vor 2 Jahren
ast_pattern_matching.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) vor 2 Jahren
config.nims b5f5b74fc8 enable vtable implementation for C++ and make it an experimental feature (#23004) vor 1 Jahr
dummy.txt a68a4bfaf2 Remove install.txt and readme.txt (#9521) vor 6 Jahren
js.html 72a3e21f28 Removes executable bit for text files. vor 12 Jahren
js.nim e80465dacf tests: Trim .nim files trailing whitespace vor 9 Jahren
m14634.nim 6d442a40a6 use doAssert in tests (#16486) vor 4 Jahren
mmaptest.nim 92d6fb86c6 Enable customizing PageShift to set PageSize for embedded targets (#19129) vor 3 Jahren
readme.md f5ec4fbde3 Update the reference to parseSpec (#21289) vor 2 Jahren
rectest.nim e80465dacf tests: Trim .nim files trailing whitespace vor 9 Jahren
stckovfl.nim e80465dacf tests: Trim .nim files trailing whitespace vor 9 Jahren
test_nimscript.nims afc30ca879 fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) vor 1 Jahr

readme.md

This directory contains the test cases.

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

Note: Testament is only aware of tests under a directory (eg tests/foo/) and will ignore top-level tests like tests/tbar.nim.

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: run

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.

Categories

Each folder under this directory represents a test category, which can be tested by running koch tests pcat <category> (or cat to avoid parallel testing, which is slower).

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.