ringabout 112e274804 switch on 1 år sedan
..
alias 84fab7f39b fix #19349 incompatible type when mixing float32 and cfloat in generics (#20551) 2 år sedan
align 5334dc921f fixes #22419; async/closure environment does not align local variables (#22425) 1 år sedan
arc 0d24f76546 fixes #22552 (#23014) 1 år sedan
array b97d603cd0 some test cleanups & category reorganization (#22010) 1 år sedan
assert cf083af262 tests: explicitly enable stack traces where needed (#21236) 1 år sedan
assign 8c56e806ae closes #12464; adds a test case (#22967) 1 år sedan
astoverload 20b5f31c03 new tester; all tests categorized 11 år sedan
astspec 5b26f2bd81 fix deprecated example (#18721) 3 år sedan
async 39fbd30513 Fix OSError `errorCode` field is not assigned a value (#22954) 1 år sedan
avr 430a179307 default threads on (#19368) 2 år sedan
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) 4 år sedan
c b97d603cd0 some test cleanups & category reorganization (#22010) 1 år sedan
casestmt 8cfce70738 fix #18964 Small string case with else statement first in AST evaluat… (#20862) 2 år sedan
cast c0994c2dbd [JS] Fix casting to ints (#22327) 1 år sedan
ccgbugs 379299a5ac fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (#22975) 1 år sedan
ccgbugs2 61145b1d4b fixes #22354; Wrong C++ codegen for default parameter values in ORC (#22819) 1 år sedan
closure 094a29eb31 add test case for #19095 (#22566) 1 år sedan
collections 5bd1afc3f9 fixes #17197; fixes #22560; fixes the dest of newSeqOfCap in refc (#22594) 1 år sedan
compiler e323b91a32 correct grammar (ref #20199) and add check for grammar.txt (#20494) 2 år sedan
compilerapi 2f109595e9 reset macrocache after each script evaluation (#22195) 1 år sedan
compiles d102b2f54c deprecate unsafeAddr; extend addr (#19373) 3 år sedan
concepts 576f4a7348 Fix doc comment rendering for concepts (#22312) 1 år sedan
constructors b97d603cd0 some test cleanups & category reorganization (#22010) 1 år sedan
controlflow 9140f8e221 Fix endsInNoReturn for case statements (#23009) 1 år sedan
converter 379299a5ac fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (#22975) 1 år sedan
coroutines 4fa86422c0 stdlib tests now check refc too (#21664) 1 år sedan
cpp ca577dbab1 C++: ptr fields now pulls the whole type if it's a member in nkDotExpr (#22855) 1 år sedan
defer 0e555ade31 Add test for #22309 (#22316) 1 år sedan
destructor 379299a5ac fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (#22975) 1 år sedan
dir with space fa058773db fixes #10042 (allow spaces in import) (#10504) 6 år sedan
discard fc7385bfda fixes #21360; discarding empty seqs/arrays now raises errors (#21374) 2 år sedan
distinct 95e5ad6927 fixes #22902; borrow from proc return type mismatch (#22908) 1 år sedan
dll a4781dc4bc use old typeinfo generation for hot code reloading (#22518) 1 år sedan
effects 618ccb6b6a Also show the `raises` pragma when converting proc types to string (#23026) 1 år sedan
enum 8cad6ac048 Don't try and get enum value if its invalid (#22997) 1 år sedan
errmsgs 795aad4f2a fixes #22996; `typeAllowedCheck` for default fields (#22998) 1 år sedan
exception 09d0fda7fd fixes #22469; generates nimTestErrorFlag for top level statements (#22472) 1 år sedan
exprs d2f36c071b Exclude block from endsInNoReturn, fix regression (#22632) 1 år sedan
float 7fababd583 make float32 literals stringifying behave in JS the same as in C (#22500) 1 år sedan
fragmentation 381498b0db tests: disable flaky tests for now; closes #9421 6 år sedan
gc 379299a5ac fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (#22975) 1 år sedan
generics b5f5b74fc8 enable vtable implementation for C++ and make it an experimental feature (#23004) 1 år sedan
global 95c751a9e4 fix #15005; [ARC] Global variable declared in a block is destroyed too… (#22388) 1 år sedan
ic 7cd431804b test CI 1 år sedan
import d9a24b9b81 fixes #22208; Ambiguous error when import modules with same names but… (#22211) 1 år sedan
import_in_config 154db46db8 fixes a regression that caused --import in a config file to break things 8 år sedan
importalls 02be212dae clean up SOME pending/xxx/issue link comments (#21826) 1 år sedan
init deefbc420e fixes `result` requires explicit initialization on noReturn code (#22717) 1 år sedan
int 53586d1f32 Fix some jsgen bugs (#22330) 1 år sedan
isolate f4a9b258c3 isolation spec update; WIP (#21843) 1 år sedan
iter eb91cf991a fixes #22619; don't lift cursor fields in the hook calls (#22638) 1 år sedan
js 44b64e726e Don't recurse into inner functions during asyncjs transform (#23036) 1 år sedan
lent 86ff37fab8 fixes #22138 (#22221) 1 år sedan
let 9acbf99efb Allow let to not have value when using importc (#14258) 4 år sedan
lexer 71801c2b8f fix dot calls with resolved symbols in templates (#22076) 1 år sedan
lookups 5f9038a5d7 make expressions opt in to symchoices (#22716) 1 år sedan
macros 0c179db657 case macro now can be used inside generic. Fixes #20435 (#22752) 1 år sedan
manyloc 6eb722c47d replace getOpt with getopt (#22515) 1 år sedan
metatype 02be212dae clean up SOME pending/xxx/issue link comments (#21826) 1 år sedan
method b5f5b74fc8 enable vtable implementation for C++ and make it an experimental feature (#23004) 1 år sedan
misc e10878085e fixes #22844; uses arrays to store holeyenums for iterations; much more efficient than sets and reasonable for holeyenums (#22845) 1 år sedan
modules 2f547afb0f import brackets support `as` and prefixes [backport] (#21636) 1 år sedan
msgs b97d603cd0 some test cleanups & category reorganization (#22010) 1 år sedan
navigator 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 år sedan
newconfig b97d603cd0 some test cleanups & category reorganization (#22010) 1 år sedan
nimble 31a8cf16bb testament spec: remove errmsg alias of errormsg (#16188) 4 år sedan
nimdoc cecaf9c56b fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22944) 1 år sedan
niminaction 9ba07edb2e build the documentation of official packages (#20986) 2 år sedan
notnil e0ad71a912 make binary `not` not parse complex expressions on right side (#22078) 1 år sedan
objects 96513b2506 fixes #22926; Different type inferred when setting a default value for an array field (#22999) 1 år sedan
objvariant 9c17a32e0e fix #19266; allow reassign discriminant field (#19567) 3 år sedan
openarray fa1606c6d6 enable static tests for topenarray (#20620) 2 år sedan
options beaac609ab adds nimbasePattern compiler option (#22144) 1 år sedan
osproc 06232b7f2e fixes #18058 (#18162) 3 år sedan
overflow b97d603cd0 some test cleanups & category reorganization (#22010) 1 år sedan
overload b2ca6bedae Make `typeRel` behave to spec (#22261) 1 år sedan
package d30c6419a0 Refactor and doc package handling, module name mangling (#19821) 2 år sedan
package_level_objects c17f6c7837 new feature: package level objects 7 år sedan
parallel ecaccafa6c fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22813) 1 år sedan
parser 81756d1810 second test case haul for templates and generics (#22728) 1 år sedan
pragmas 4fdc6c49bd Don't process a user pragma if its invalid (#23041) 1 år sedan
proc b97d603cd0 some test cleanups & category reorganization (#22010) 1 år sedan
range cbd9fee22a fix #19678 Broken behavior with string ranges in case labels (#20475) 2 år sedan
realtimeGC 1e0165186b testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087) 3 år sedan
sandwich 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 år sedan
sets 4937aa952b adds another pass for sets fixes #6259 (#22099) 1 år sedan
showoff ccc706ff12 add test case to close #7974 (#22023) 1 år sedan
specialops 5f9038a5d7 make expressions opt in to symchoices (#22716) 1 år sedan
statictypes 81756d1810 second test case haul for templates and generics (#22728) 1 år sedan
stdlib 68bf6c7f93 what's problem os cancelled CI 1 år sedan
stmt ecf9efa397 document general use of `_`, error message, fixes (#21584) 1 år sedan
strictnotnil 6289b002b6 [Testament] Extend and document message testing aids (#19996) 2 år sedan
stylecheck 365a753eed Fix some `styleCheck` bugs (#20095) 1 år sedan
system e53c66ef39 fixes #22555; implements `newStringUninit` (#22572) 1 år sedan
template 81756d1810 second test case haul for templates and generics (#22728) 1 år sedan
testament 6289b002b6 [Testament] Extend and document message testing aids (#19996) 2 år sedan
testdata 8c100a37b9 Add new self-signed 4096 bit certificate to testdata (#19758) 2 år sedan
threads cdbf5b4699 fixes a severe bug of testament (#20832) 2 år sedan
tools 20446b437b make `proc` not implicitly convert to `pointer` with a preview define (#21953) 1 år sedan
trmacros 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 år sedan
tuples 53d43e9671 round out tuple unpacking assignment, support underscores (#22537) 1 år sedan
typerel 380dafcc32 fix iterator equality + add test for proc equality + fix sameType (#21707) 1 år sedan
types fefde3a735 fixes compiler crash by preventing exportc on generics (#22731) 1 år sedan
untestable 5491e0c274 re-enable badssl test (#21775) 1 år sedan
usingstmt f6eb1d4d7d remove {.this.} pragma, deprecated since 0.19 (#20201) 2 år sedan
valgrind 55a33e1664 testament: support disabled:osx as alias to disabled:macosx (#17124) 4 år sedan
varres e15e19308e Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` (#22328) 1 år sedan
varstmt 3b783f7e13 Testament: refactoring; makes the test joiner green 6 år sedan
views 2054f1c3a9 fixes #22117; View types lifetime tracking does not work with defer (#22121) 1 år sedan
vm bd6adbcc9d fix isNil folding for compile time closures (#22574) 1 år sedan
whenstmt 04c48e3c5b fix #19426 compile error using when/elif/else and typedesc in template (#20550) 2 år sedan
xml 7931bdac95 Feature/xmltree additions (#20988) 2 år sedan
ast_pattern_matching.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) 2 år sedan
config.nims 112e274804 switch on 1 år sedan
dummy.txt a68a4bfaf2 Remove install.txt and readme.txt (#9521) 6 år sedan
js.html 72a3e21f28 Removes executable bit for text files. 12 år sedan
js.nim e80465dacf tests: Trim .nim files trailing whitespace 9 år sedan
m14634.nim 6d442a40a6 use doAssert in tests (#16486) 4 år sedan
mmaptest.nim 92d6fb86c6 Enable customizing PageShift to set PageSize for embedded targets (#19129) 3 år sedan
readme.md f5ec4fbde3 Update the reference to parseSpec (#21289) 2 år sedan
rectest.nim e80465dacf tests: Trim .nim files trailing whitespace 9 år sedan
stckovfl.nim e80465dacf tests: Trim .nim files trailing whitespace 9 år sedan
test_nimscript.nims afc30ca879 fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) 1 år sedan

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.