Jake Leahy 5b9ff963c5 Minor `std/strscans` improvements (#24566) hace 2 días
..
alias d2d810585c fixes strictdefs warnings continue (#24520) hace 1 semana
align 5334dc921f fixes #22419; async/closure environment does not align local variables (#22425) hace 1 año
alloc 69d0b73d66 fixes #22510 (#23100) hace 6 meses
arc f29234b40f fixes #23212; Asyncdispatch leaks under --mm:arc (#24556) hace 5 días
array aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
assert cf083af262 tests: explicitly enable stack traces where needed (#21236) hace 1 año
assign 8c56e806ae closes #12464; adds a test case (#22967) hace 1 año
astoverload 20b5f31c03 new tester; all tests categorized hace 11 años
astspec 5b26f2bd81 fix deprecated example (#18721) hace 3 años
async 2f127bf99f Improve async stacktraces (#24563) hace 2 días
avr 430a179307 default threads on (#19368) hace 2 años
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) hace 3 años
c 08f1eac8ac fixes#23665; rework spawn with gcc 14 and fixes other tests (#23660) hace 6 meses
casestmt 56a3dd57fb evaluate all hidden conversions in case branches (#24187) hace 3 meses
cast c0994c2dbd [JS] Fix casting to ints (#22327) hace 1 año
ccgbugs 80af252025 adds a test case (#24534) hace 1 semana
ccgbugs2 61145b1d4b fixes #22354; Wrong C++ codegen for default parameter values in ORC (#22819) hace 1 año
closure baf3695c76 closes #19984; adds a test case (#24349) hace 2 meses
codegen 3b4078a7f8 Skips generic owner when mangling instances (#23563) hace 7 meses
collections 5bd1afc3f9 fixes #17197; fixes #22560; fixes the dest of newSeqOfCap in refc (#22594) hace 1 año
compileoption 770f8d5513 opensym for templates + move behavior of opensymchoice to itself (#24007) hace 4 meses
compiler 3c4246dd24 fixes #23114; Nim v2 regression emit / asm var param dereference inconsistency (#24547) hace 2 días
compilerapi 2f109595e9 reset macrocache after each script evaluation (#22195) hace 1 año
compiles d102b2f54c deprecate unsafeAddr; extend addr (#19373) hace 2 años
concepts e0197a8380 couple cases of valid concept bindings (#24513) hace 1 semana
constructors b97d603cd0 some test cleanups & category reorganization (#22010) hace 1 año
consts d5c7abe3d2 fixes #17681; enforce codegen for exportc consts (#24546) hace 1 semana
controlflow b7a275da1d fixes regression; block can have arbitrary exit points; too hard for a simple analysis (#23839) hace 5 meses
converter 09043f409f delay markUsed for converters until call is resolved (#24243) hace 2 meses
coroutines 4fa86422c0 stdlib tests now check refc too (#21664) hace 1 año
cpp aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
defer 0e555ade31 Add test for #22309 (#22316) hace 1 año
destructor d0288d3b57 fixes #24504; fixes `ensureMove` for refs (#24505) hace 3 semanas
dir with space fa058773db fixes #10042 (allow spaces in import) (#10504) hace 5 años
discard 648f82c2ed fixes semi-regression; discard check now skips `nkHiddenSubConv` (#23840) hace 5 meses
distinct b0e6d28782 fix logic for `dcEqIgnoreDistinct` in `sameType` (#24197) hace 2 meses
dll a4781dc4bc use old typeinfo generation for hot code reloading (#22518) hace 1 año
effects 2df633180a enable `experimental:strictDefs` (#24225) hace 1 mes
enum 294b1566e7 fixes #23952; Size/Signedness issues with unordered enums (#24356) hace 2 meses
errmsgs b9c593404c proper error for const defines with unsupported types (#24540) hace 1 semana
exception 4a63186cda update CI to macos 13 (#24157) hace 2 meses
exprs d2f36c071b Exclude block from endsInNoReturn, fix regression (#22632) hace 1 año
float aa605da92a `-d:nimPreviewFloatRoundtrip` becomes the default (#24217) hace 2 meses
fragmentation 381498b0db tests: disable flaky tests for now; closes #9421 hace 6 años
gc 720d0aee5c add retries to testament, use it for GC tests (#24279) hace 2 meses
generics 65b26401bc adds a test case (#24565) hace 2 días
global 95c751a9e4 fix #15005; [ARC] Global variable declared in a block is destroyed too… (#22388) hace 1 año
ic e6ca13ec85 Instantiates generics in the module that uses it (#22513) hace 1 año
import 986ca7dcd4 check if unused import warning is enabled before adding import to stack (#24554) hace 6 días
import_in_config 154db46db8 fixes a regression that caused --import in a config file to break things hace 8 años
importalls 02be212dae clean up SOME pending/xxx/issue link comments (#21826) hace 1 año
init e7f48cdd5c fixes #24472; let symbol created by template is reused in nimvm branch (#24473) hace 1 mes
int 041098e882 clean up stdlib with --jsbigint64 (#24255) hace 2 meses
isolate f4a9b258c3 isolation spec update; WIP (#21843) hace 1 año
iter aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
js 76c5f16ac5 stricter skip for conversions in array indices in transf (#24424) hace 1 mes
lent fe55dcb2be test case haul before 2.2 (#24119) hace 3 meses
let 9acbf99efb Allow let to not have value when using importc (#14258) hace 4 años
lexer aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
lookups fe55dcb2be test case haul before 2.2 (#24119) hace 3 meses
macros aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
manyloc 6eb722c47d replace getOpt with getopt (#22515) hace 1 año
metatype 5e56f0a356 fixes #24378; supportsCopyMem can fail from macro context with tuples (#24383) hace 1 mes
method b5f5b74fc8 enable vtable implementation for C++ and make it an experimental feature (#23004) hace 1 año
misc af3181e75b adds a test case (#24469) hace 1 mes
modules c10f84b9d7 fixes #24053; fixes #18288; relax reorder with push/pop pragmas restrictions; no crossing push/pop barriers (#24061) hace 3 meses
msgs f80ce139d5 Make `expandMacro` show private fields (#24522) hace 1 semana
navigator 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) hace 1 año
newconfig b97d603cd0 some test cleanups & category reorganization (#22010) hace 1 año
nimble 31a8cf16bb testament spec: remove errmsg alias of errormsg (#16188) hace 4 años
nimdoc 2df633180a enable `experimental:strictDefs` (#24225) hace 1 mes
niminaction 08f1eac8ac fixes#23665; rework spawn with gcc 14 and fixes other tests (#23660) hace 6 meses
notnil e0ad71a912 make binary `not` not parse complex expressions on right side (#22078) hace 1 año
objects 6bc52737b3 Make 'field is not accessible' and 'field initialized twice' errors point to the field inside the obj construction (#24557) hace 4 días
objvariant 1bebc236bd fix type of reconstructed kind field node in field checking analysis [backport] (#24290) hace 2 meses
openarray 925dc5c131 fixes #19171; have `openArray` converted from `ptr UncheckedArray` be mutable (#23882) hace 5 meses
options beaac609ab adds nimbasePattern compiler option (#22144) hace 1 año
osproc 5e8cd318ef Fix linux start process errorCode always 0 (#24001) hace 4 meses
overflow 00be8f287a trigger range check with new type inference on nkIntLit [backport:1.6] (#23179) hace 11 meses
overload aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
package d30c6419a0 Refactor and doc package handling, module name mangling (#19821) hace 2 años
package_level_objects c17f6c7837 new feature: package level objects hace 7 años
parallel 4faa15f3ad Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793) hace 5 meses
parser 00ac961ab1 require `not nil` to be on the same line after a type (#24134) hace 3 meses
pragmas b529f69518 fix nil node in sym ast of exported ref objects [backport:2.2] (#24527) hace 2 semanas
proc aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
range aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
realtimeGC 1e0165186b testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087) hace 3 años
refc e2a306355c adds a test case (#24561) hace 3 días
sandwich 40fc2d0e76 include static types in type bound ops (#24366) hace 2 meses
sets 7dfadb8b4e stricter set type match, implicit conversion for literals (#24176) hace 2 meses
showoff ccc706ff12 add test case to close #7974 (#22023) hace 1 año
specialops aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
statictypes 2df633180a enable `experimental:strictDefs` (#24225) hace 1 mes
stdlib 5b9ff963c5 Minor `std/strscans` improvements (#24566) hace 2 días
stmt ecf9efa397 document general use of `_`, error message, fixes (#21584) hace 1 año
strictnotnil 6289b002b6 [Testament] Extend and document message testing aids (#19996) hace 2 años
stylecheck aaf6c408c6 make linter use lineinfo to check originating package (#24270) hace 2 meses
system 1fddb61b3b Fixes #24369 (#24370) hace 1 mes
template aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
testament 720d0aee5c add retries to testament, use it for GC tests (#24279) hace 2 meses
testdata 8c100a37b9 Add new self-signed 4096 bit certificate to testdata (#19758) hace 2 años
threads 69d0b73d66 fixes #22510 (#23100) hace 6 meses
tools 69e0cdb6c0 Fix line info for import (#24523) hace 2 semanas
trmacros 8bd0422767 fix infinite recursion in term rewriting macros tests (#23979) hace 4 meses
tuples cfd69bad1a fix wrong subtype relation in tuples & infer some conversions (#23228) hace 11 meses
typerel 9ca646acd4 Merge tyUncheckedArray with tySeq in typeRel (#23866) hace 5 meses
types 80e6b35721 templates/macros use no expected types when return types are specified (#24298) hace 2 meses
untestable 5f056f87b2 disable all badssl tests indefinitely (#24403) hace 1 mes
usingstmt f6eb1d4d7d remove {.this.} pragma, deprecated since 0.19 (#20201) hace 2 años
valgrind 55a33e1664 testament: support disabled:osx as alias to disabled:macosx (#17124) hace 3 años
varres 04ccd2f4f0 revert second argument of `inc` not being generic (#24129) hace 3 meses
varstmt 1e9a3c438b fixes #18104; tranform one liner var decl before templates expansion (#23294) hace 10 meses
views ae4b47c5bd fixes #20048; fixes #15746; don't sink object fields if it's of openarray type (#23608) hace 6 meses
vm aeb3fe9505 test case haul to prevent pileup (#24525) hace 2 semanas
whenstmt 04c48e3c5b fix #19426 compile error using when/elif/else and typedesc in template (#20550) hace 2 años
xml 7931bdac95 Feature/xmltree additions (#20988) hace 2 años
ast_pattern_matching.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) hace 2 años
config.nims 3c4246dd24 fixes #23114; Nim v2 regression emit / asm var param dereference inconsistency (#24547) hace 2 días
dummy.txt a68a4bfaf2 Remove install.txt and readme.txt (#9521) hace 6 años
js.html 72a3e21f28 Removes executable bit for text files. hace 11 años
js.nim e80465dacf tests: Trim .nim files trailing whitespace hace 9 años
m14634.nim 6d442a40a6 use doAssert in tests (#16486) hace 4 años
mmaptest.nim 92d6fb86c6 Enable customizing PageShift to set PageSize for embedded targets (#19129) hace 3 años
readme.md f5ec4fbde3 Update the reference to parseSpec (#21289) hace 1 año
rectest.nim e80465dacf tests: Trim .nim files trailing whitespace hace 9 años
stckovfl.nim e80465dacf tests: Trim .nim files trailing whitespace hace 9 años
test_nimscript.nims afc30ca879 fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) hace 1 año

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.