summary refs log tree commit diff stats
path: root/tests/vm
Commit message (Expand)AuthorAgeFilesLines
* fixes #1063Araq2014-04-071-0/+23
* Merge pull request #1060 from EXetoC/vm-arithmetic-overflowAndreas Rumpf2014-04-025-0/+56
|\
| * Remove executable.EXetoC2014-03-311-0/+0
| * Add underflow/overflow tests.EXetoC2014-03-316-0/+56
* | make tstaticprintseq greenAraq2014-04-011-2/+2
* | fixed another vm bugAraq2014-04-011-1/+5
|/
* made some tests greenAraq2014-03-271-1/+1
* fixes #1009Araq2014-03-271-0/+36
* added #903 to the test suiteAraq2014-03-261-3/+24
* failing test case preventing the use of --gc:v2: tsymchoicefieldZahary Karadjov2014-03-241-4/+7
* fixes #404Araq2014-03-231-0/+29
* fixes #1023Araq2014-03-221-0/+17
* fixes #1010Araq2014-03-221-1/+21
* make some tests greenZahary Karadjov2014-03-162-6/+5
* teach opcLdObj about nkExprColonExprZahary Karadjov2014-03-091-18/+18
* few more fixes for static params in macros; new failing test cases for static...Zahary Karadjov2014-03-091-7/+41
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-051-0/+21
|\
| * failing test case for static evaluationZahary Karadjov2014-03-041-0/+21
* | fixes #937Araq2014-03-051-0/+13
|/
* new tester; all tests categorizedAraq2014-01-134-0/+66
80e891a ^
a073d76 ^


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