ringabout 52bf954ba5 checkpoint 1 vuosi sitten
..
alias 84fab7f39b fix #19349 incompatible type when mixing float32 and cfloat in generics (#20551) 2 vuotta sitten
align 5334dc921f fixes #22419; async/closure environment does not align local variables (#22425) 1 vuosi sitten
arc ee817557ec close #22748; cursorinference + -d:nimNoLentIterators results in err… (#22495) 1 vuosi sitten
array b97d603cd0 some test cleanups & category reorganization (#22010) 1 vuosi sitten
assert cf083af262 tests: explicitly enable stack traces where needed (#21236) 1 vuosi sitten
assign 7739e23420 defaults to ORC (#19972) 2 vuotta sitten
astoverload 20b5f31c03 new tester; all tests categorized 11 vuotta sitten
astspec 5b26f2bd81 fix deprecated example (#18721) 3 vuotta sitten
async 277393d0f1 close #17045;Compiler crash when a tuple iterator with when nimvm is … (#22452) 1 vuosi sitten
avr 430a179307 default threads on (#19368) 2 vuotta sitten
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 vuotta sitten
c b97d603cd0 some test cleanups & category reorganization (#22010) 1 vuosi sitten
casestmt 8cfce70738 fix #18964 Small string case with else statement first in AST evaluat… (#20862) 2 vuotta sitten
cast c0994c2dbd [JS] Fix casting to ints (#22327) 1 vuosi sitten
ccgbugs e8d0f1c3ae fixes #16331; aliasing of tuple construction within a single assignme… (#22113) 1 vuosi sitten
ccgbugs2 33cd883e27 [add testcase] NRVO does not occur with init procedures (#19462) 2 vuotta sitten
closure b02c1dd6ca fixes #22297; return in the finally in the closure iterators (#22300) 1 vuosi sitten
collections b97d603cd0 some test cleanups & category reorganization (#22010) 1 vuosi sitten
compiler e323b91a32 correct grammar (ref #20199) and add check for grammar.txt (#20494) 2 vuotta sitten
compilerapi 2f109595e9 reset macrocache after each script evaluation (#22195) 1 vuosi sitten
compiles d102b2f54c deprecate unsafeAddr; extend addr (#19373) 2 vuotta sitten
concepts 576f4a7348 Fix doc comment rendering for concepts (#22312) 1 vuosi sitten
constructors b97d603cd0 some test cleanups & category reorganization (#22010) 1 vuosi sitten
controlflow c5eb3fd4f0 fixes #9839; fixes noReturn pragma doesn't work for non-simple templates (#21048) 2 vuotta sitten
converter 741fed716e Use `analyseIfAddressTaken` logic for checking if address is taken in converter (#21533) 1 vuosi sitten
coroutines 4fa86422c0 stdlib tests now check refc too (#21664) 1 vuosi sitten
cpp 8625e71250 adds support for functor in member (#22433) 1 vuosi sitten
defer 0e555ade31 Add test for #22309 (#22316) 1 vuosi sitten
destructor faf1c91e6a fixes move sideeffects issues [backport] (#22439) 1 vuosi sitten
dir with space fa058773db fixes #10042 (allow spaces in import) (#10504) 5 vuotta sitten
discard fc7385bfda fixes #21360; discarding empty seqs/arrays now raises errors (#21374) 1 vuosi sitten
distinct 2aab03bdfb fix #19304 Borrowing std/times.format causes Error: illformed AST (#20659) 1 vuosi sitten
dll a4781dc4bc use old typeinfo generation for hot code reloading (#22518) 1 vuosi sitten
effects 5ed44e1ec4 fixes #22254; fixes #22253; stricteffects bugs on recursive calls (#22294) 1 vuosi sitten
enum ab4d044a81 fixes #21887; Type conversion on overloaded enum field does not always call (#21908) 1 vuosi sitten
errmsgs 1aff402998 fixes #6499; disallow built-in procs used as procvars (#22291) 1 vuosi sitten
exception 09d0fda7fd fixes #22469; generates nimTestErrorFlag for top level statements (#22472) 1 vuosi sitten
exprs 70a30317f7 fix #16693: testament spec nimout too lax (#16698) 3 vuotta sitten
float 7fababd583 make float32 literals stringifying behave in JS the same as in C (#22500) 1 vuosi sitten
forward 52bf954ba5 checkpoint 1 vuosi sitten
fragmentation 381498b0db tests: disable flaky tests for now; closes #9421 6 vuotta sitten
gc 6b913b4741 Revert "fix #22173 `sink` paramers not moved into closure (refc) (#22… (#22376) 1 vuosi sitten
generics baf350493b Fix #21760 (#22422) 1 vuosi sitten
global 95c751a9e4 fix #15005; [ARC] Global variable declared in a block is destroyed too… (#22388) 1 vuosi sitten
ic 512517c223 fixes #18146; fixes #19372; disable tlsEmulation on windows; static link pthreads with mingw (#21668) 1 vuosi sitten
import d9a24b9b81 fixes #22208; Ambiguous error when import modules with same names but… (#22211) 1 vuosi sitten
import_in_config 154db46db8 fixes a regression that caused --import in a config file to break things 8 vuotta sitten
importalls 02be212dae clean up SOME pending/xxx/issue link comments (#21826) 1 vuosi sitten
init 5ec81d076b fixes cascades of out parameters, which produces wrong ProveInit warnings (#22413) 1 vuosi sitten
int 53586d1f32 Fix some jsgen bugs (#22330) 1 vuosi sitten
isolate f4a9b258c3 isolation spec update; WIP (#21843) 1 vuosi sitten
iter 989da75b84 fix #20891 Illegal capture error of env its self (#22414) 1 vuosi sitten
js f718f295df fix VM uint conversion size bug, stricter int gen on JS (#22150) 1 vuosi sitten
lent 86ff37fab8 fixes #22138 (#22221) 1 vuosi sitten
let 9acbf99efb Allow let to not have value when using importc (#14258) 4 vuotta sitten
lexer 71801c2b8f fix dot calls with resolved symbols in templates (#22076) 1 vuosi sitten
lookups fda8b6f193 strictly typecheck expressions in bracketed `emit` (#22074) 1 vuosi sitten
macros 7ee00d86b1 fixes overriden typo (#22044) 1 vuosi sitten
manyloc 6eb722c47d replace getOpt with getopt (#22515) 1 vuosi sitten
metatype 02be212dae clean up SOME pending/xxx/issue link comments (#21826) 1 vuosi sitten
method 0bacdf5fdf fixes #20515; base `method` requires explicit `{.gcsafe.}` to be GC-safe (#20574) 2 vuotta sitten
misc 137d608d7d add test for #3907 (#21069) 1 vuosi sitten
modules 2f547afb0f import brackets support `as` and prefixes [backport] (#21636) 1 vuosi sitten
msgs b97d603cd0 some test cleanups & category reorganization (#22010) 1 vuosi sitten
navigator 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 vuosi sitten
newconfig b97d603cd0 some test cleanups & category reorganization (#22010) 1 vuosi sitten
nimble 31a8cf16bb testament spec: remove errmsg alias of errormsg (#16188) 4 vuotta sitten
nimdoc 02be212dae clean up SOME pending/xxx/issue link comments (#21826) 1 vuosi sitten
niminaction 9ba07edb2e build the documentation of official packages (#20986) 2 vuotta sitten
notnil e0ad71a912 make binary `not` not parse complex expressions on right side (#22078) 1 vuosi sitten
objects 6c4e7835bf When in object handles procedure call again, fixes #22474 (#22480) 1 vuosi sitten
objvariant 9c17a32e0e fix #19266; allow reassign discriminant field (#19567) 2 vuotta sitten
openarray fa1606c6d6 enable static tests for topenarray (#20620) 2 vuotta sitten
options 52bf954ba5 checkpoint 1 vuosi sitten
osproc 06232b7f2e fixes #18058 (#18162) 3 vuotta sitten
overflow b97d603cd0 some test cleanups & category reorganization (#22010) 1 vuosi sitten
overload 20037a4749 make `var object` match better than `object` (#22152) 1 vuosi sitten
package d30c6419a0 Refactor and doc package handling, module name mangling (#19821) 2 vuotta sitten
package_level_objects c17f6c7837 new feature: package level objects 7 vuotta sitten
parallel 02be212dae clean up SOME pending/xxx/issue link comments (#21826) 1 vuosi sitten
parser b97d603cd0 some test cleanups & category reorganization (#22010) 1 vuosi sitten
pragmas 825a0e7df4 fixes #22362; Compiler crashes with staticBoundsCheck on (#22363) 1 vuosi sitten
proc b97d603cd0 some test cleanups & category reorganization (#22010) 1 vuosi sitten
range cbd9fee22a fix #19678 Broken behavior with string ranges in case labels (#20475) 2 vuotta sitten
realtimeGC 1e0165186b testament: remove deadcode related to realtimeGC, testC, callCCompiler (#18087) 3 vuotta sitten
sandwich 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 vuotta sitten
sets 4937aa952b adds another pass for sets fixes #6259 (#22099) 1 vuosi sitten
showoff ccc706ff12 add test case to close #7974 (#22023) 1 vuosi sitten
specialops 4fa86422c0 stdlib tests now check refc too (#21664) 1 vuosi sitten
statictypes 98c39e8e57 cascade tyFromExpr in type conversions in generic bodies (#22499) 1 vuosi sitten
stdlib eb83d20d0d Add staticFileExists and staticDirExists (#22278) 1 vuosi sitten
stmt ecf9efa397 document general use of `_`, error message, fixes (#21584) 1 vuosi sitten
strictnotnil 6289b002b6 [Testament] Extend and document message testing aids (#19996) 2 vuotta sitten
stylecheck 365a753eed Fix some `styleCheck` bugs (#20095) 1 vuosi sitten
system 4c89223171 relax the parameter of `ensureMove`; allow let statements (#22466) 1 vuosi sitten
template ac7b8b678c fixes #21231; template with module as parameter elides usage/checking of module name specifier (#22109) 1 vuosi sitten
testament 6289b002b6 [Testament] Extend and document message testing aids (#19996) 2 vuotta sitten
testdata 8c100a37b9 Add new self-signed 4096 bit certificate to testdata (#19758) 2 vuotta sitten
threads cdbf5b4699 fixes a severe bug of testament (#20832) 2 vuotta sitten
tools 20446b437b make `proc` not implicitly convert to `pointer` with a preview define (#21953) 1 vuosi sitten
trmacros 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 vuosi sitten
tuples 77beb15214 fixes #22049; fixes #22054; implicit conversion keeps varness (#22097) 1 vuosi sitten
typerel 380dafcc32 fix iterator equality + add test for proc equality + fix sameType (#21707) 1 vuosi sitten
types b35942ef83 fix new type inference for `noreturn` [backport] (#22182) 1 vuosi sitten
untestable 5491e0c274 re-enable badssl test (#21775) 1 vuosi sitten
usingstmt f6eb1d4d7d remove {.this.} pragma, deprecated since 0.19 (#20201) 2 vuotta sitten
valgrind 55a33e1664 testament: support disabled:osx as alias to disabled:macosx (#17124) 3 vuotta sitten
varres e15e19308e Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` (#22328) 1 vuosi sitten
varstmt 3b783f7e13 Testament: refactoring; makes the test joiner green 6 vuotta sitten
views 2054f1c3a9 fixes #22117; View types lifetime tracking does not work with defer (#22121) 1 vuosi sitten
vm eb83d20d0d Add staticFileExists and staticDirExists (#22278) 1 vuosi sitten
whenstmt 04c48e3c5b fix #19426 compile error using when/elif/else and typedesc in template (#20550) 2 vuotta sitten
xml 7931bdac95 Feature/xmltree additions (#20988) 2 vuotta sitten
ast_pattern_matching.nim 86f7f4ffa5 remove deprecated type pragma syntax, fix bugs that required it (#20199) 2 vuotta sitten
config.nims 4546f5dfe5 adds T destructor for refs (#22147) 1 vuosi sitten
dummy.txt a68a4bfaf2 Remove install.txt and readme.txt (#9521) 6 vuotta sitten
js.html 72a3e21f28 Removes executable bit for text files. 11 vuotta sitten
js.nim e80465dacf tests: Trim .nim files trailing whitespace 9 vuotta sitten
m14634.nim 6d442a40a6 use doAssert in tests (#16486) 4 vuotta sitten
mmaptest.nim 92d6fb86c6 Enable customizing PageShift to set PageSize for embedded targets (#19129) 3 vuotta sitten
readme.md f5ec4fbde3 Update the reference to parseSpec (#21289) 1 vuosi sitten
rectest.nim e80465dacf tests: Trim .nim files trailing whitespace 9 vuotta sitten
stckovfl.nim e80465dacf tests: Trim .nim files trailing whitespace 9 vuotta sitten
test_nimscript.nims afc30ca879 fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) 1 vuosi sitten

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.