Andrey Makarov 6877e0c8a3 RST tables: fix latex col number; allow less than three of `=` (#16040) 4 years ago
..
concurrency 826e62953f fix #12726 Cannot take the compile-time sizeof Atomic types (#15928) 4 years ago
nre 7d6cbf290a Error -> Defect for defects (#13908) 4 years ago
genericstrformat.nim 3a5a0f6d46 Strformat symbol binding (#10927) 5 years ago
mintsets.nim 109cc45398 packedsets fix regression introduced in #15564 (#16060) 4 years ago
mjsonexternproc.nim 5b8f33a905 Reorder json `add` and `%`, fixes #6385 (#6388) 7 years ago
mstackframes.nim 19cab9fa51 stacktraces can now show custom runtime msgs per frame (#13351) 4 years ago
osproctest.nim 3a3ff76526 Add workingDir parameter to execProcess and test (#9549) 6 years ago
somesql.sql ee54d6977b Parse the usage of the SQL in operator properly (#9527) 6 years ago
t10231.nim 9af85fb69f fixes #10273 execShellCmd now returns nonzero when child killed with signal + other fixes (#10274) 6 years ago
t14139.nim c645dba038 fixes #14139 (#15107) 4 years ago
t15663.nim 8e1fa84b0d fix #15663 (#15839) [backport:1.4] 4 years ago
t15835.nim 7d640e0943 fix #15835 (#15838) 4 years ago
t7686.nim 33e258c72f add tests for #7686 (#15771) 4 years ago
t8925.nim 1105d03644 require errormsg to be specified before file. 6 years ago
t9091.nim b5df823191 add testcase for #9091 (#15791) 4 years ago
t9710.nim 0a1e4cad7f add testcase for #9710 (#15365) 4 years ago
t9754.nim a86aa31081 minor 4 years ago
talgorithm.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) 4 years ago
tasynchttpserver.nim 87847150bf Add barebones asynchttpserver tests (#13883) 4 years ago
tbase64.nim fc5dd11b3d fixes #13722 (#13729) 4 years ago
tbitops.nim b8e6ea7547 Added bitslice operations for bitops (#14016) 4 years ago
tbitops.nim.cfg 976095c894 add bitops module for optimized bit manipulation. (#5201) 7 years ago
tcgi.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) 4 years ago
tcomplex.nim dd57d46f2f complex minor improvement (#16086) 4 years ago
tcookies.nim cbc793b30b move tests to testament (#16101) 4 years ago
tcritbits.nim 3e7077ac7d fix #14339, #13511, #14420: fixes limited VM support for addr (#16002) 4 years ago
tdecls.nim d23371fdd7 std/byaddr => std/decls (#13847) 4 years ago
tdeque.nim c9371ef59d deques minor improvement (#16084) 4 years ago
tdiff.nim d29eddf92a experimental/diff: move isMainModule block to tests/stdlib/tdiff.nim (#16172) 4 years ago
teditdistance.nim bc1db0d6f1 move rest of tests to testament (#16140) 4 years ago
tenumerate.nim cbc793b30b move tests to testament (#16101) 4 years ago
texitprocs.nim dfe51d10a1 `addQuitProc` now works with closures, and c, js(node/browser) backend; fix some bugs in testament (#14342) 4 years ago
tfdleak.nim 49033eb531 make tests/stdlib tests joinable (#14626) 4 years ago
tfdleak_multiple.nim 49033eb531 make tests/stdlib tests joinable (#14626) 4 years ago
tfenv.nim cbc793b30b move tests to testament (#16101) 4 years ago
tfrexp1.nim 96930b9cae targets: use cpp instead of c++ everywhere (was by far the most common) (#15961) 4 years ago
tgetaddrinfo.nim 123f9fb77a Fix #14091 and #14093 - test failures on NetBSD (#14096) 4 years ago
tgetfileinfo.nim dc5a40f3f3 {.deprecated: [existsFile: fileExists].} (#14735) 4 years ago
tgetprotobyname.nim b4fe0c8862 Fix #15452 - ip protocol not defined on NetBSD (#15453) 4 years ago
thashes.nim cbc793b30b move tests to testament (#16101) 4 years ago
theapqueue.nim f3887dea2c heapqueue minor improvement (#16088) 4 years ago
thtmlparser.nim 7df27b5035 [cleanups] doassert => doAssert; mark deadcode (#14711) 4 years ago
thttpclient.nim 5b55aa52d0 fix deprecations and other warnings (#13748) 4 years ago
thttpclient_ssl.nim 6cb94b5da6 asyncnet, net: clear openssl error queue before performing I/O 4 years ago
thttpclient_ssl_cert.pem 5b85444244 SSL certificate verify GitHub action (#13697) 4 years ago
thttpclient_ssl_key.pem 5b85444244 SSL certificate verify GitHub action (#13697) 4 years ago
thttpcore.nim cbc793b30b move tests to testament (#16101) 4 years ago
tintsets.nim 109cc45398 packedsets fix regression introduced in #15564 (#16060) 4 years ago
tjson.nim 87a60c1b28 fixes #15413 (#15768) 4 years ago
tjson_unmarshall.nim 9961d1f67d fix #13531 by adding a test (#13581) 4 years ago
tjsonexternproc.nim e012eb1001 updated tests to be executed 6 years ago
tjsonmacro.nim 5ed99f8d3f Extent json.to testing to VM, add workrounds for VM bugs. (#12493) 5 years ago
tjsonmacro_reject.nim 1105d03644 require errormsg to be specified before file. 6 years ago
tjsontestsuite.nim e012eb1001 updated tests to be executed 6 years ago
tjsonutils.nim bbe49a14ae Correct all eggs (#15906) 4 years ago
tlists.nim 4e483bb01a add SinglyLinkedList.append procs 6 years ago
tlocks.nim 2ecdf582a8 fixes #6049 add mixin release, acquire to withLock (#6113) 7 years ago
tlwip.nim 6c49767a6c Fixing issue #15302 -- lwip doesn't support signals (#15303) 4 years ago
tmacros.nim 23447ffdce Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233) 4 years ago
tmarshal.nim 6cf5ca1dc2 alternative way to fix #16022 (#16064) [backport:1.4] 4 years ago
tmath.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) 4 years ago
tmd5.nim cbc793b30b move tests to testament (#16101) 4 years ago
tmemfiles1.nim 1105d03644 require errormsg to be specified before file. 6 years ago
tmemfiles2.nim 963f431443 Merge branch 'araq-devel' of github.com:nim-lang/Nim into araq-devel 6 years ago
tmemlines.nim 9c2365d5c2 activated more tests, allow input in test spec 6 years ago
tmemlinesBuf.nim 523ca76c4d eyewash 6 years ago
tmemmapstreams.nim 1105d03644 require errormsg to be specified before file. 6 years ago
tmemslices.nim 9c2365d5c2 activated more tests, allow input in test spec 6 years ago
tmget.nim 5b55aa52d0 fix deprecations and other warnings (#13748) 4 years ago
tmitems.nim a764a5b9bc fix #14056 (#16071) 4 years ago
tmonotimes.nim cbc793b30b move tests to testament (#16101) 4 years ago
tnativesockets.nim e08b802d79 more Protocol supports in windows (#15274) [backport:1.2] 4 years ago
tnet.nim 9c2365d5c2 activated more tests, allow input in test spec 6 years ago
tnet_ll.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) 4 years ago
tnetbind.nim 49033eb531 make tests/stdlib tests joinable (#14626) 4 years ago
tnetdial.nim 5b55aa52d0 fix deprecations and other warnings (#13748) 4 years ago
tnre.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) 4 years ago
toptions.nim cbc793b30b move tests to testament (#16101) 4 years ago
tos.nim 3eac9b2344 os: add overload copyFile*(source, dest: string, isDir = false) (#15537) 4 years ago
tos_unc.nim 8f198db2ca fixes #10952, UNC paths (#11260) 5 years ago
tosproc.nim c983466c15 Fix #14906 (#14949) 4 years ago
tosprocterminate.nim 7828199827 #12103 - CI for OpenBSD (#12105) 4 years ago
tpackedsets.nim c39fa0d495 Make IntSet a generic ordinal set OrdSet[A] (#15564) 4 years ago
tparsecfg.nim 849bc36eda merge two parsecfg tests into one (#16237) 4 years ago
tparsecsv.nim cbc793b30b move tests to testament (#16101) 4 years ago
tparseipv6.nim c066932635 added IP v6 parsing tests 7 years ago
tparsesql.nim cd9af6b804 StringStream & more stdlib modules support for JS/NimScript (#14095) 4 years ago
tparseuints.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) 4 years ago
tparseutils.nim cbc793b30b move tests to testament (#16101) 4 years ago
tparsopt.nim 534601637a more tests fixed 6 years ago
tpegs.nim cd9af6b804 StringStream & more stdlib modules support for JS/NimScript (#14095) 4 years ago
tposix.nim 9c2365d5c2 activated more tests, allow input in test spec 6 years ago
tpunycode.nim cbc793b30b move tests to testament (#16101) 4 years ago
tquit.nim e07d661d16 fix #14475; unittest.require now works with `nim c`; require and check now works with -d:nodejs (#14676) 4 years ago
trandom.nim cbc793b30b move tests to testament (#16101) 4 years ago
trationals.nim cbc793b30b move tests to testament (#16101) 4 years ago
tre.nim 17d08ff71c close #14284 document semantics for start for re,nre; improve examples (#14483) 4 years ago
tregex.nim 1105d03644 require errormsg to be specified before file. 6 years ago
trepr.nim b3c3557c33 fix #16025 repr now consistent: does not insert trailing newline (#16034) 4 years ago
trlocks.nim 78cbb52fa0 add tests for #15584 (#15619) 4 years ago
tropes.nim 0c6c4be0e7 fix ropes format errors (#16106) [backport:1.0] 4 years ago
trst.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) 4 years ago
trstgen.nim 6877e0c8a3 RST tables: fix latex col number; allow less than three of `=` (#16040) 4 years ago
tsequtils.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) 4 years ago
tsha1.nim cbc793b30b move tests to testament (#16101) 4 years ago
tsharedlist.nim 492e9afa4c fix #15941 (#15948) 4 years ago
tsharedtable.nim 42dad3a836 tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of tests (#13498) [backport] 4 years ago
tsince.nim fbc97e712a move since from inclrtl to std/private/since (#14188) 4 years ago
tsortcall.nim 9c2365d5c2 activated more tests, allow input in test spec 6 years ago
tsqlitebindatas.nim 6fa82a5b3a Handle BLOB column type in SQLite as binary data (#15681) 4 years ago
tsqlparser.nim 2a4c09ff88 megatest can be executed 6 years ago
tssl.nim b56a037183 workaround #15713 disable freebsd tssl.nim (#15718) 4 years ago
tssl.nims cc4c546f8f Fix #15493 - disable TLS emulation for NetBSD (#15494) 4 years ago
tstackframes.nim e909486e5c trunner was not actually being tested in non-CTFFI mode; minor testament cleanups (#14377) 4 years ago
tstats.nim cbc793b30b move tests to testament (#16101) 4 years ago
tstdlib_issues.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 years ago
tstdlib_various.nim e7f280bd26 Remove deprecated stuff from stdlib (#14699) 4 years ago
tstreams.nim cbc793b30b move tests to testament (#16101) 4 years ago
tstrformat.nim cbc793b30b move tests to testament (#16101) 4 years ago
tstring.nim 527e792827 make var string return var char w/ BackwardsIndex (#15461) 4 years ago
tstrmiscs.nim cbc793b30b move tests to testament (#16101) 4 years ago
tstrscans.nim 2220aaeaef add support for parsing chars in `scanf` macro (#16240) 4 years ago
tstrset.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should 7 years ago
tstrtabs.nim cbc793b30b move tests to testament (#16101) 4 years ago
tstrtabs.nims e5dbdc1d37 [FIX] strtabs interpolation in nimscript (#15172) 4 years ago
tstrutil.nim cbc793b30b move tests to testament (#16101) 4 years ago
tstrutils2.nim 8bbdb8f43f fix #14545 windows CI docs (#14590) 4 years ago
tsugar.nim 808ab7eae2 add collect with infered init, refs #16078 fixes #14332 (#16089) 4 years ago
tsums.nim bc1db0d6f1 move rest of tests to testament (#16140) 4 years ago
ttables.nim cbc793b30b move tests to testament (#16101) 4 years ago
tterminal.nim d1af9587b8 terminal: fix fgColor/bgColor commands [backport] (#15554) 4 years ago
tterminal_12759.nim 9ec9a31f46 Fix #12759 (#14967) 4 years ago
tterminal_15874.nim d8e7caf5dd follow #15874(add testcase for #15874) (#15893) 4 years ago
ttestutils.nim e0b4f05053 nimout now consistently uses nimoutCheck (#16189) 4 years ago
ttimes.nim 48e7775ad1 Make the fields of `times.DateTime` private (#14197) 4 years ago
ttypeinfo.nim e4d0f9f3de typeinfo minor improvement (#16083) 4 years ago
tunicode.nim cbc793b30b move tests to testament (#16101) 4 years ago
tunidecode.nim 6b77e16c6f tunidecode minor improvement (#16157) 4 years ago
tunittest.nim b809562c7c make megatest consistent with unjoined tests wrt newlines, honor newlines in output spec (#16151) 4 years ago
tunittest_error.nim e07d661d16 fix #14475; unittest.require now works with `nim c`; require and check now works with -d:nodejs (#14676) 4 years ago
tunittestexceptiontype.nim b6b6382e0b Added: type name output when exception raised from unittest (#7869) 6 years ago
tunittesttemplate.nim eec07b4e84 fix several bugs with `repr` (#13386) 5 years ago
turi.nim cbc793b30b move tests to testament (#16101) 4 years ago
tuserlocks.nim 78cbb52fa0 add tests for #15584 (#15619) 4 years ago
tvarints.nim 7238b968f3 Make unused code into actual test, replace echo with doassert (#13952) 4 years ago
twchartoutf8.nim ed79201d0b make more tests green 6 years ago
twith.nim bc1db0d6f1 move rest of tests to testament (#16140) 4 years ago
twordwrap.nim bc1db0d6f1 move rest of tests to testament (#16140) 4 years ago
twrapnils.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 years ago
txmltree.nim 3040f05505 xmltree minor improvement (#16085) 4 years ago
uselocks.nim 2ecdf582a8 fixes #6049 add mixin release, acquire to withLock (#6113) 7 years ago