metagn f05387045d int64/uint64 as bigint in JS (#21613) 1 year ago
..
actiontable 7f18d7cbc1 Merge tests into a larger file (part 1 of ∞) (#9318) 5 years ago
alias 84fab7f39b fix #19349 incompatible type when mixing float32 and cfloat in generics (#20551) 1 year ago
align 7e1ae35195 testament: error instead of silently ignore invalid targets; remove pointless alias target vs targets; document matrix; DRY (#16343) 3 years ago
ambsym 2449c37137 better procvar ambiguity errors, clean up after #20457 (#20932) 1 year ago
arc a37a83cbff fixes #21617; createTypeBoundOps with PContext in order to instantiate generics (#21619) 1 year ago
arithm 5d469686b0 fix #20829 Regression in int64 type matching since (#21019) 1 year ago
array c598d0b6ec fix #15117 zero size array cause incorrect codegen for VCC compiler (#21197) 1 year ago
assert cf083af262 tests: explicitly enable stack traces where needed (#21236) 1 year ago
assign 7739e23420 defaults to ORC (#19972) 1 year ago
astoverload 20b5f31c03 new tester; all tests categorized 10 years ago
astspec 5b26f2bd81 fix deprecated example (#18721) 2 years ago
async d4d28f2ffe Allow `futureLogging` in release builds (#21448) 1 year ago
avr 430a179307 default threads on (#19368) 1 year ago
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) 3 years ago
bind 5602183234 'lock levels' are deprecated, now a noop (#20539) 1 year ago
borrow 98b2838a30 borrowed procs can have a body now for documentation generation (#20617) 1 year ago
casestmt 8cfce70738 fix #18964 Small string case with else statement first in AST evaluat… (#20862) 1 year ago
ccgbugs 7d83dfd0d1 fixes #21505 (overload resolution of explicit constructors for imported C++ types) (#21511) 1 year ago
ccgbugs2 33cd883e27 [add testcase] NRVO does not occur with init procedures (#19462) 2 years ago
clearmsg 1105d03644 require errormsg to be specified before file. 5 years ago
closure 6d8cf25bd7 deprecate `do:` meaning `do ():` + misc cleanup (#20927) 1 year ago
cnstseq 1105d03644 require errormsg to be specified before file. 5 years ago
collections 723a71bd22 follow up #20109; remove `shallow` seqs/strings for ORC (#20502) 1 year ago
compilepragma 7e9cda7dba fixes #10299 (#11324) 5 years ago
compiler e323b91a32 correct grammar (ref #20199) and add check for grammar.txt (#20494) 1 year ago
compilerapi 4647c7b596 fixes #14409; fixes #10674 VM callbacks switch to table-index seqs (#21297) 1 year ago
compilerfeatures 70a30317f7 fix #16693: testament spec nimout too lax (#16698) 3 years ago
compiles d102b2f54c deprecate unsafeAddr; extend addr (#19373) 2 years ago
concat 20b5f31c03 new tester; all tests categorized 10 years ago
concepts cc08a9015e fixes #21263; consider all candidates for concept matches (#21265) 1 year ago
constr ea2f2775a7 fix #18990 Regression in proc symbol resolution; Error: attempting to… (#20554) 1 year ago
constraints 1105d03644 require errormsg to be specified before file. 5 years ago
constructors be95f8fdfa Turn some of the errors back into warnings 4 years ago
controlflow c5eb3fd4f0 fixes #9839; fixes noReturn pragma doesn't work for non-simple templates (#21048) 1 year ago
converter 741fed716e Use `analyseIfAddressTaken` logic for checking if address is taken in converter (#21533) 1 year ago
coroutines dfe6797023 fix #15628 (#16387) 3 years ago
cpp 1431f90d8c Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the default definition would be ill-formed " (#21307) 1 year ago
defaultprocparam 7c359a062c Add testcase for #12252 (#15676) 3 years ago
deprecated 6f96c4bc96 ref #20846; give a deprecation message for overriding `=` hook (#21020) 1 year ago
destructor b5ee81fd23 fix #18977; disallow change branch of an object variant in ORC (#21526) 1 year ago
dir with space fa058773db fixes #10042 (allow spaces in import) (#10504) 5 years ago
discard fc7385bfda fixes #21360; discarding empty seqs/arrays now raises errors (#21374) 1 year ago
distinct 1182216381 remove a special case in sigmatch; distinct pointer types no longer match `nil` type (#20251) 1 year ago
distros e63fc95bd4 fix tdistros test which was failing on Nightlies 4 years ago
dll 779b4e307b don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous identifier` nimrtl error (#18406) 2 years ago
effects 8a19ac2070 fixes #21393 and misc style changes (#21419) 1 year ago
enum 51f410e1d5 megatest now checks refc too (#21341) 1 year ago
errmsgs d5719c47dc make --exceptions:quirky work with C++ (#21581) 1 year ago
exception d54a7f078d fixes #21261; always checking `nimTestErrorFlag` in the main module (#21288) 1 year ago
exprs 70a30317f7 fix #16693: testament spec nimout too lax (#16698) 3 years ago
fields 6d442a40a6 use doAssert in tests (#16486) 3 years ago
float 06cd15663d fixes ptr to cstring warnings[backport] (#20848) 1 year ago
fragmentation 381498b0db tests: disable flaky tests for now; closes #9421 5 years ago
friends e80465dacf tests: Trim .nim files trailing whitespace 8 years ago
gc 4c46358db1 remove shallowCopy for ARC/ORC (#20070) 1 year ago
generics c814c4d993 fixes #3770; templates with untyped parameters resolve private fields wrongly in generics (#21554) 1 year ago
gensym 7739e23420 defaults to ORC (#19972) 1 year ago
global 354eb2a86c fix #20866 [ORC] Bad codegen for global pointer to iterator (#20876) 1 year ago
ic 7739e23420 defaults to ORC (#19972) 1 year ago
import ffadc75afe fixes #21496; Ambiguous calls compiles when module name are equal (#21500) 1 year ago
import_in_config 154db46db8 fixes a regression that caused --import in a config file to break things 7 years ago
importalls 78e2d299df typo: nonexistant => nonexistent (#17918) 3 years ago
init 4388636010 fixes #21043; fixes a named exception in the infixAs expression which generate an implicit uninitialized let statement (#21081) 1 year ago
isolate b7c66ce860 fixes #19013 [backport:1.6] (#19111) 2 years ago
iter 686c75cef0 `for` loop expression can now have generated `iterator`'s called (#21627) 1 year ago
js f05387045d int64/uint64 as bigint in JS (#21613) 1 year ago
lent 5602183234 'lock levels' are deprecated, now a noop (#20539) 1 year ago
let 9acbf99efb Allow let to not have value when using importc (#14258) 4 years ago
lexer f05387045d int64/uint64 as bigint in JS (#21613) 1 year ago
lookups d1d141b135 new .redefine pragma for templates, warn on redefinition without it (#20211) 1 year ago
macros be06446ffe fix #15691 (#21623) 1 year ago
magics d26b1232ee Add `nkFastAsgn` into `semExpr` (#20939) 1 year ago
manyloc 7739e23420 defaults to ORC (#19972) 1 year ago
metatype a9d0124b5d Made generic type classes work with types using static parameters (#21528) 1 year ago
method 0bacdf5fdf fixes #20515; base `method` requires explicit `{.gcsafe.}` to be GC-safe (#20574) 1 year ago
misc f05387045d int64/uint64 as bigint in JS (#21613) 1 year ago
modules fd4e3ae3e4 add a prepass for codeReordering (#21513) 1 year ago
namedparams 6c487a6309 fixes #12196 4 years ago
navigator 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 year ago
newconfig 82319ef00d fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1.6] (#19641) 2 years ago
nimble 31a8cf16bb testament spec: remove errmsg alias of errormsg (#16188) 3 years ago
nimdoc 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 year ago
niminaction 9ba07edb2e build the documentation of official packages (#20986) 1 year ago
notnil c86fdfa1ee add testcase for #9466 (#17538) 3 years ago
objects 3575f2bf9c fix #20972 fixes invalid and UB codegen case object transitions for both refc and ORC [backport] (#21611) 1 year ago
objvariant 9c17a32e0e fix #19266; allow reassign discriminant field (#19567) 2 years ago
openarray fa1606c6d6 enable static tests for topenarray (#20620) 1 year ago
osproc 06232b7f2e fixes #18058 (#18162) 3 years ago
overflow 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 year ago
overload 48d41ab375 fixes #20645 (#20646) 1 year ago
package d30c6419a0 Refactor and doc package handling, module name mangling (#19821) 2 years ago
package_level_objects c17f6c7837 new feature: package level objects 6 years ago
parallel a9bd78d579 fix #12122 (#21096) 1 year ago
parser 814d3e6818 fix #19430 (#21603) 1 year ago
pragmas fd4e3ae3e4 add a prepass for codeReordering (#21513) 1 year ago
proc 4898b054ce warn against `a, b = val` in routine arguments (#21604) 1 year ago
procvar 749dbce4c6 Merge tests into a larger file (part 5 of ∞) (#9368) 5 years ago
range cbd9fee22a fix #19678 Broken behavior with string ranges in case labels (#20475) 1 year ago
rational 7d6cbf290a Error -> Defect for defects (#13908) 4 years ago
realtimeGC 1e0165186b testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087) 3 years ago
sandwich 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 years ago
sets 0b319fee3d fix #20997 calling system.card[T](x: set[T]) with T of int8 or uint8 … (#21010) 1 year ago
showoff 9df195ef58 style usages part one (openarray => openArray) (#19321) 2 years ago
slice 0213c7313b allow `HSlice` bounded by constants of distinct types (#19219) [backport:1.2] 2 years ago
specialops e896977bd1 closes #1072; add a test case (#21396) 1 year ago
statictypes c06623bf8c Fix segfault caused by ensuring valueless statics are not evaluated (#21577) 1 year ago
stdlib f05387045d int64/uint64 as bigint in JS (#21613) 1 year ago
stmt ecf9efa397 document general use of `_`, error message, fixes (#21584) 1 year ago
strictnotnil 6289b002b6 [Testament] Extend and document message testing aids (#19996) 1 year ago
stylecheck 89d8c0b246 tests/stylecheck: make sure necessary hints are enabled (#21240) 1 year ago
system f05387045d int64/uint64 as bigint in JS (#21613) 1 year ago
template ecf9efa397 document general use of `_`, error message, fixes (#21584) 1 year ago
testament 6289b002b6 [Testament] Extend and document message testing aids (#19996) 1 year ago
testdata 8c100a37b9 Add new self-signed 4096 bit certificate to testdata (#19758) 2 years ago
threads cdbf5b4699 fixes a severe bug of testament (#20832) 1 year ago
tools 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 year ago
trmacros 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 year ago
tuples 2315b01ae6 tuple unpacking for vars as just sugar, allowing nesting (#21563) 1 year ago
typerel 1bb117cd7a `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + document typeclass AST (#21629) 1 year ago
types 64a0355f3f fixes #21377; fixes `@[]` and `{}` type inference as returns in generics (#21475) 1 year ago
untestable b2c5f8a05f fixes #21461 (#21463) 1 year ago
usingstmt f6eb1d4d7d remove {.this.} pragma, deprecated since 0.19 (#20201) 1 year ago
valgrind 55a33e1664 testament: support disabled:osx as alias to disabled:macosx (#17124) 3 years ago
varres 4ca2dcb404 Named arguments in commands + many grammar fixes (#20994) 1 year ago
varstmt 3b783f7e13 Testament: refactoring; makes the test joiner green 5 years ago
views da0a2fdca2 Unpack mSlice tupleconstr for static openarrays (#20615) 1 year ago
vm b2c1dcbbc9 fixes explicit globals in macros (#21502) 1 year ago
whenstmt 04c48e3c5b fix #19426 compile error using when/elif/else and typedesc in template (#20550) 1 year ago
xml 7931bdac95 Feature/xmltree additions (#20988) 1 year ago
ast_pattern_matching.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) 1 year ago
config.nims 761c5a0830 less verbose type mismatch messages (#21191) 1 year ago
dummy.txt a68a4bfaf2 Remove install.txt and readme.txt (#9521) 5 years ago
js.html 72a3e21f28 Removes executable bit for text files. 11 years ago
js.nim e80465dacf tests: Trim .nim files trailing whitespace 8 years ago
m14634.nim 6d442a40a6 use doAssert in tests (#16486) 3 years ago
mmaptest.nim 92d6fb86c6 Enable customizing PageShift to set PageSize for embedded targets (#19129) 2 years ago
readme.md f5ec4fbde3 Update the reference to parseSpec (#21289) 1 year ago
rectest.nim e80465dacf tests: Trim .nim files trailing whitespace 8 years ago
stckovfl.nim e80465dacf tests: Trim .nim files trailing whitespace 8 years ago
test_nimscript.nims 9ba07edb2e build the documentation of official packages (#20986) 1 year ago

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.