summary refs log tree commit diff stats
path: root/tests/system
Commit message (Expand)AuthorAgeFilesLines
...
* added test case for deepcopyAndreas Rumpf2016-11-191-0/+94
* Fixes #2889. Merges *tostring tests in tests/system.Dominik Picheta2015-09-233-31/+34
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-281-0/+0
* fixes #2395Araq2015-03-241-0/+8
* asynchttpserver compiles again; made some tests greenAraq2014-08-131-5/+3
* Merge pull request #1273 from katlogic/develAndreas Rumpf2014-07-151-0/+22
|\
| * Tests for `$`(float)katlogic2014-06-151-0/+22
* | progress with futuresAraq2014-05-232-40/+0
* | initial non-compiling version of 'parallel'Araq2014-05-122-4/+8
|/
* Merge pull request #1121 from EXetoC/spawn-testVarriount2014-04-231-0/+29
|\
| * Add spawn test. Hangs most of the time on linux x64 at least.EXetoC2014-04-201-0/+29
* | Add test for bad spawn argument.EXetoC2014-04-201-0/+7
|/
* added `$` for arraysSimon Hafner2014-03-311-1/+5
* Merge branch 'devel' of github.com:Araq/Nimrod into seq_toStringSimon Hafner2014-03-311-0/+52
|\
| * Update unit test.EXetoC2014-03-071-8/+15
| * Update unit test.EXetoC2014-03-071-10/+10
| * Update test with new names.EXetoC2014-03-071-3/+3
| * Add allocation unit tests.EXetoC2014-03-061-0/+45
* | explicit firstElement for `$` in collectionsSimon Hafner2014-02-111-1/+3
* | Added `$` for seqSimon Hafner2014-02-111-0/+5
|/
* use parseopt2 in parseopt2 testMichał Zieliński2013-12-101-1/+1
* Fix : and = precedence in parseopt.Michał Zieliński2013-12-101-4/+5
* Reimplement parseopt which parses arguments given as a sequence of strings, n...Michał Zieliński2013-12-091-0/+17
* restored files that 'koch clean' removedAraq2012-04-161-1/+1
* removed """ so unittest can handle itSimon Hafner2012-01-021-6/+1
* fixed the io tests so they run as intendedSimon Hafner2011-12-312-3/+3
* Disabled io tests because it blocks indefinitely.dom962011-12-311-0/+1
* MAP_ANONYMOUS is not always 0x20 for linux; changed the testsAraq2011-12-311-2/+3
* changed io testsAraq2011-12-311-1/+1
* fixes for readAllSimon Hafner2011-12-301-3/+7
* implemented readAll()Simon Hafner2011-12-222-0/+26
t; 2016-06-15 16:55:21 +0100 committer Dominik Picheta <dominikpicheta@gmail.com> 2016-06-15 16:56:28 +0100 Reverts 1446dc87c3. Fixes #4333. Fixes #4170.' href='/ahoang/Nim/commit/tests/async/tawaitsemantics.nim?h=devel&id=500aa0cb3f17d28071a9be74047f5600e1a4f6df'>500aa0cb3 ^
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