Timothee Cour 5e8ac485a2 followup #15970 strenghten regression tests (#16075) 4 лет назад
..
99bottles.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs 10 лет назад
mbackend.nim e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) 4 лет назад
mimportc.nim de74362213 fix #14314 do not analyze importc procs for effects (#14319) 4 лет назад
minit.nim e80465dacf tests: Trim .nim files trailing whitespace 9 лет назад
modulea.nim d79fb77974 close #6731 by writing a test case 5 лет назад
msizeof5.nim e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) 4 лет назад
msizeof5.nim.cfg 61a6098f2d Limit number of error messages from gcc/clang backend (#14852) 4 лет назад
mvarious.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should 7 лет назад
parsecomb.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 7 лет назад
t12480.nim 9ccfcf5dd2 Fix compiler crash caused by top level return (#12501) 5 лет назад
t8404.nim 797cb2e67b Fix #8404 JS backend doesn't handle float->int type conversion (#15950) [backport] 4 лет назад
t99bott.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tack.nim 3b783f7e13 Testament: refactoring; makes the test joiner green 6 лет назад
taddr.nim 5e8ac485a2 followup #15970 strenghten regression tests (#16075) 4 лет назад
tbug1217bracketquotes.nim 7e60cf2a34 Add test 10 лет назад
tbug511622.nim c6a451c584 remove unused imports from tests 5 лет назад
tcast.nim acf8316e50 Disallow nil dereference at compile time (#16032) 4 лет назад
tcharinc.nim edc4940c26 doc updates; fixes 'inc' for 'char' 9 лет назад
tcmdline.nim ac785b0623 testament: joinable is now an explicit concept of a test spec 6 лет назад
tcolonisproc.nim e012eb1001 updated tests to be executed 6 лет назад
tconv.nim bc0f2f0dd2 Add test case for #3766 (#11252) 5 лет назад
tdangerisrelease.nim 8088633250 faster CIs (#13803) 4 лет назад
tdefine.nim 255698deee Fix semfold handling of {.str/int/bool-define.} (#13964) 4 лет назад
tdllvar.nim e012eb1001 updated tests to be executed 6 лет назад
temit.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
temptyecho.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs 10 лет назад
teventemitter.nim 63f9385327 Rename mget to `[]` 9 лет назад
tevents.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tfib.nim e80465dacf tests: Trim .nim files trailing whitespace 9 лет назад
tfilter.nim a690e7b267 Merge pull request #1075 from flaviut/inlinedocs 10 лет назад
tgcregions.nim a2d6691af2 fix #12597 (#12604) 5 лет назад
tgenconstraints.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
thallo.nim f9600b7207 Remove ENDB (#12095) 5 лет назад
theaproots.nim e012eb1001 updated tests to be executed 6 лет назад
tidentconcatenations.nim 99078d80d7 introduce csize_t instead of fixing csize (#12497) 5 лет назад
tinc.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tinit.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tinout.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tints.nim 0327159344 Add test-cases to some fixed issues to close them (#14795) 4 лет назад
tinvalidarrayaccess.nim 942495611b revive #10228 (fix #9880) (#10610) 5 лет назад
tinvalidarrayaccess2.nim 942495611b revive #10228 (fix #9880) (#10610) 5 лет назад
tinvalidnewseq.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tissue710.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tlambdadonotation.nim 1a77040278 fix #11812 (#11829) 5 лет назад
tlastmod.nim e012eb1001 updated tests to be executed 6 лет назад
tlocals.nim bc9a521270 [closes #12682]add testcase for #12682 (#15796) 4 лет назад
tloops.nim e012eb1001 updated tests to be executed 6 лет назад
tlowhigh.nim 755c4428fe added more tests and updated the changelog 5 лет назад
tmemoization.nim 562d185cb7 cleanup tests; don't use non-working 'msg' spec field 6 лет назад
tmissingnilcheck.nim e80465dacf tests: Trim .nim files trailing whitespace 9 лет назад
tmodulea.nim d79fb77974 close #6731 by writing a test case 5 лет назад
tnew.nim ac785b0623 testament: joinable is now an explicit concept of a test spec 6 лет назад
tnewderef.nim e80465dacf tests: Trim .nim files trailing whitespace 9 лет назад
tnewsets.nim e80465dacf tests: Trim .nim files trailing whitespace 9 лет назад
tnoforward.nim f2b041f168 Reenable a few tests 4 лет назад
tnoinst.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tnolen.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tnoop.nim 0fb878324e honor --declaredLocs in more places, including type mismatch errors; also show `kind` with --declaredLocs (#15673) 4 лет назад
tnot.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tparamsindefault.nim bab1f67971 fixes #11660 (#11677) 5 лет назад
tparedef.nim e80465dacf tests: Trim .nim files trailing whitespace 9 лет назад
tparsecombnum.nim 3dcec39739 add parser combinator test; uses multiple tuples/generics features 9 лет назад
tparseopt.nim c5f64f101b fix #13086 (#14987) 4 лет назад
tpos.nim 3b783f7e13 Testament: refactoring; makes the test joiner green 6 лет назад
tprep.nim e012eb1001 updated tests to be executed 6 лет назад
tquicksort.nim e012eb1001 updated tests to be executed 6 лет назад
tradix.nim 28394153ab 32 bit fixes (#10608) 5 лет назад
trangechecks.nim 89be5be03e fixes #13698 [backport:1.2] (#14175) 4 лет назад
trawstr.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
treadln.nim e012eb1001 updated tests to be executed 6 лет назад
treservedcidentsasfields.nim 2bc016b172 Add test for #6836 (#9602) 6 лет назад
trunner.nim bbe49a14ae Correct all eggs (#15906) 4 лет назад
tsamename.nim 13190435a6 close #9891 by adding a test 5 лет назад
tsamename2.nim 13190435a6 close #9891 by adding a test 5 лет назад
tsemfold.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 лет назад
tshadow_magic_type.nim 795044ed2b make tests green again 5 лет назад
tsimplesort.nim d8fde9daba make tests green 6 лет назад
tsimtych.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tsizeof.nim 3af7818af4 Fix #12636 (#15850) 4 лет назад
tsizeof2.nim 66db9de714 CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static checks (#13926) 4 лет назад
tsizeof3.nim d245d4cf09 fix tsizeof3 for aarch64 (#13169) 5 лет назад
tsizeof4.nim d245d4cf09 fix tsizeof3 for aarch64 (#13169) 5 лет назад
tslices.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tsortdev.nim 3ba3307d61 remove deprecated procs (#12535) 5 лет назад
tstrace.nim e012eb1001 updated tests to be executed 6 лет назад
tstrange.nim 3ba3307d61 remove deprecated procs (#12535) 5 лет назад
tstrdesc.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should 7 лет назад
tstrdist.nim e012eb1001 updated tests to be executed 6 лет назад
tunsigned64mod.nim e012eb1001 updated tests to be executed 6 лет назад
tunsignedcmp.nim 2c1f1f21bf fixes #3985 6 лет назад
tunsignedcomp.nim 8d064cedf2 cleaned up unsigned tests 10 лет назад
tunsignedconv.nim b3c3557c33 fix #16025 repr now consistent: does not insert trailing newline (#16034) 4 лет назад
tunsignedinc.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 лет назад
tunsignedmisc.nim 681d8e0749 Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178) 6 лет назад
tupcomingfeatures.nim 7889692523 first implementation of package level types that allow forwarding across module boundaries 7 лет назад
tvarious.nim e012eb1001 updated tests to be executed 6 лет назад
tvarious1.nim 1105d03644 require errormsg to be specified before file. 6 лет назад
tvarnums.nim 88b5dd3362 right shift is now by default sign preserving (#11322) 5 лет назад
åäö.nim 332469692d Bugfix for modules with multi byte characters in the name (#8319) 6 лет назад