summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* move tests from `tospaths` to `tos`, fixes #9671narimiran2019-01-232-142/+111
* Added basic bit manipulation procs to bitops (#10338)Ico Doornekamp2019-01-231-0/+57
* Fix spelling errors (#10379)Federico Ceratto2019-01-191-1/+1
* json: support tuple (#10010)Timothee Cour2019-01-161-0/+4
* Fixes #10065 (#10260)Arne Döring2019-01-141-4/+4
* fixes #7878Araq2019-01-141-1/+10
* make tests more robust; tests should be deterministic, no randomize() calls i...Araq2019-01-133-14/+16
* fixes #10273 execShellCmd now returns nonzero when child killed with signal +...Timothee Cour2019-01-133-18/+95
* os.execShellCmd: fixes #10231 (#10232)alaviss2019-01-081-0/+13
* Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198Federico Ceratto2019-01-061-0/+36
* Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)c-blake2018-12-311-9/+48
* Add ability to sample elements from openArray according to a weight array (#1...c-blake2018-12-231-1/+27
* Don't use parseutils.parseInt in the times module (#10028)Oscar Nihlgård2018-12-221-0/+11
* os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]alaviss2018-12-211-0/+8
* fix test failureTimothee Cour2018-12-191-0/+1
* fix #8255 numerous issues with splitFileTimothee Cour2018-12-191-0/+15
* [os] fix #10017 regression, fix #10025 regression (#10018)Timothee Cour2018-12-181-2/+5
* os.nim: use the new pathnorm.normalizePath implementationAraq2018-12-141-55/+26
* fixes joinPath regressionsAraq2018-12-131-0/+5
* os.nim: big refactoring, use the new pathnorm that was extracted by compiler/...Araq2018-12-131-63/+94
* Rework nil/option for nre in light of ""==nilFlaviu Tamas2018-12-113-18/+25
* Revert 7f49364fd0 for nreFlaviu Tamas2018-12-112-5/+5
* Merge pull request #9805 from pacien/181126-list-appendAndreas Rumpf2018-12-111-1/+2
|\
| * add SinglyLinkedList.append procspacien2018-11-271-1/+2
* | testament: joinable is now an explicit concept of a test specAndreas Rumpf2018-12-111-0/+1
* | lots of small changesArne Döring2018-12-111-1/+1
* | megatest checks output and nimoutArne Döring2018-12-111-11/+0
* | megatest can be executedArne Döring2018-12-112-2/+2
* | require errormsg to be specified before file.Arne Döring2018-12-1120-43/+11
* | Merge pull request #9803 from GULPF/walkdirrec-relativeAndreas Rumpf2018-12-061-0/+19
|\ \ | |/ |/|
| * Add `relative` parameter to walkDirRecOscar Nihlgård2018-11-261-0/+19
* | Add workingDir parameter to execProcess and test (#9549)Tomohiro2018-11-262-0/+32
* | Added cgi.readData. Add test for cgi module. (#9645)Constantine Molchanov2018-11-261-0/+23
* | Windows: disabled testsAraq2018-11-231-0/+1
* | eyewashArne Döring2018-11-231-1/+2
* | more tests fixedArne Döring2018-11-233-3/+20
* | activated more tests, allow input in test specArne Döring2018-11-2314-108/+152
* | updated tests to be executedArne Döring2018-11-234-3/+25
* | delete old cruftArne Döring2018-11-231-11/+0
|/
* make tests green againAraq2018-11-161-1/+1
* removes deprecated T/P typesAraq2018-11-161-5/+5
* times - remove unneeded negative sign when parsing formats z and zz (#9631)pgkos2018-11-061-0/+9
* Add parsing empty attribs to htmlparser (#9559)rec2018-10-301-1/+14
* More descriptive names of test files (#9531)Miran2018-10-292-0/+0
* Make htmlparser parse unquoted attrib values (#9537)rec2018-10-291-0/+45
* Remove install.txt and readme.txt (#9521)Utwo2018-10-283-3/+3
* Fix strscans.scanp (#9518)xzfc2018-10-281-0/+86
* Parse the usage of the SQL in operator properly (#9527)zah2018-10-281-1/+1
* add test caseVindaar2018-10-201-0/+4
* merge stdlib tests (#9439)Miran2018-10-1928-522/+458
href='/akspecs/ranger/blame/ranger/fm.py?id=a66c4a26f79d71210422f7d977b892d5a700dae8'>^
dd7a4f63 ^
65cb1a32 ^

3d566884 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136