n5m 78cbb52fa0 add tests for #15584 (#15619) 4 years ago
..
concurrency 8a004e2fc0 Add test coverage for atomics (#15193) 4 years ago
nre 7d6cbf290a Error -> Defect for defects (#13908) 4 years ago
genericstrformat.nim 3a5a0f6d46 Strformat symbol binding (#10927) 5 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
t8925.nim 1105d03644 require errormsg to be specified before file. 6 years ago
t9710.nim 0a1e4cad7f add testcase for #9710 (#15365) 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 ebb632ccba fixes #15369 (#15371) 4 years ago
tdecls.nim d23371fdd7 std/byaddr => std/decls (#13847) 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
tfrexp1.nim 8088633250 faster CIs (#13803) 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 a0b33f9408 Add `hashWangYi1` (#13823) 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 e111b610ca test cookies with comma for #15319 (#15322) 4 years ago
tintsets.nim 42dad3a836 tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of tests (#13498) [backport] 4 years ago
tjson.nim d573581eb7 remove isMainModule from json,os,sequtils (#14572) 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 ccd77b42af Add some enhancements to `jsonutils.nim` (#15133) 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
tmarshal.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) 4 years ago
tmath.nim 5b55aa52d0 fix deprecations and other warnings (#13748) 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 2c146445bc Added deques module, deprecating queues 8 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 74a55995f0 Fixed tests to expect [Suite] output from unittest 8 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 97738a4f28 Testament pre parallel (#9137) 6 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
tparscfg.nim cd9af6b804 StringStream & more stdlib modules support for JS/NimScript (#14095) 4 years ago
tparsecfg.nim ca0155a458 fixes #6046 parsecfg failed to parse negative int (#6097) 7 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 74a55995f0 Fixed tests to expect [Suite] output from unittest 8 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
tquit.nim e07d661d16 fix #14475; unittest.require now works with `nim c`; require and check now works with -d:nodejs (#14676) 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 d69a7842fa fixes #7878 6 years ago
trlocks.nim 78cbb52fa0 add tests for #15584 (#15619) 4 years ago
trst.nim 49033eb531 make tests/stdlib tests joinable (#14626) 4 years ago
trstgen.nim 1494d88fa2 rst: parse brackets individually, fixes #10475 (#10997) 5 years ago
tsequtils.nim d573581eb7 remove isMainModule from json,os,sequtils (#14572) 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
tsqlparser.nim 2a4c09ff88 megatest can be executed 6 years ago
tssl.nim c619cedd7c net: allow close() to ignore SSL failures due to disconnections (#15120) 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
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 8088633250 faster CIs (#13803) 4 years ago
tstrformat.nim 3db6d9ea0c add docs and more tests for debug format strings (#14861) 4 years ago
tstring.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 years ago
tstrscans.nim 15ff89cec1 [backport] fix #15064, strscans.scanf edge case for '$+' (#15223) 4 years ago
tstrset.nim ddc131cf07 the parser finally parses 'echo {1,2}' as it should 7 years ago
tstrtabs.nim a3d45d0c1b add a StringTable.clear that requires no mode specification (#12853) 5 years ago
tstrtabs.nims e5dbdc1d37 [FIX] strtabs interpolation in nimscript (#15172) 4 years ago
tstrutil.nim d67c5cb751 Add strutils.indentation and make unindent use it (#15264) 4 years ago
tstrutils2.nim 8bbdb8f43f fix #14545 windows CI docs (#14590) 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
ttimes.nim 48e7775ad1 Make the fields of `times.DateTime` private (#14197) 4 years ago
tunidecode.nim 76ffa4fa25 fixes #14112, tests for #12892, #12671, #11697 (#14125) 4 years ago
tunittest.nim e7f280bd26 Remove deprecated stuff from stdlib (#14699) 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 e85c5ad379 fix #15333 (#15336) 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
twrapnils.nim 7d6cbf290a Error -> Defect for defects (#13908) 4 years ago
uselocks.nim 2ecdf582a8 fixes #6049 add mixin release, acquire to withLock (#6113) 7 years ago