summary refs log tree commit diff stats
path: root/tests/caas
Commit message (Expand)AuthorAgeFilesLines
* Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14Zahary Karadjov2013-08-071-3/+4
* Adds idetools failure case for re"" being reported as a module.Grzegorz Adam Hankiewicz2013-07-062-1/+7
* Documents idetools skMacro with failure test case.Grzegorz Adam Hankiewicz2013-07-062-1/+33
* Documents idetools skLabel with failure test case.Grzegorz Adam Hankiewicz2013-07-062-0/+18
* Adds more idetools suggest failure cases.Grzegorz Adam Hankiewicz2013-07-062-0/+32
* Adds idetools --suggest test case. Refs #484.Grzegorz Adam Hankiewicz2013-07-023-0/+57
* Adds idetools hierarchy nesting test.Grzegorz Adam Hankiewicz2013-06-162-0/+58
* Adds idetools test to verify --usages, reuses testcase.Grzegorz Adam Hankiewicz2013-06-161-0/+17
* Adds idetools test to check declaration proc signatures.Grzegorz Adam Hankiewicz2013-06-162-0/+24
* Adds idetoos testcase to verify returned signatures.Grzegorz Adam Hankiewicz2013-06-162-0/+49
* Adds $SILENT replacement to reduce test output verbosity.Grzegorz Adam Hankiewicz2013-06-1610-44/+49
* Enables trackDirty query for idetools proc mode.Grzegorz Adam Hankiewicz2013-06-112-4/+2
* Adds $TESTNIM and $MODULE as variables to test cases.Grzegorz Adam Hankiewicz2013-06-118-46/+46
* Adds idetools testcase for dynamic dispatch. Refs #477.Grzegorz Adam Hankiewicz2013-06-102-0/+24
* Renames test cases to be more human friendly.Grzegorz Adam Hankiewicz2013-06-106-25/+25
* Adds skMethod example to idetools api test.Grzegorz Adam Hankiewicz2013-06-102-0/+23
* Removes CaasRun prefix from suggest-compile.txt test.Grzegorz Adam Hankiewicz2013-06-081-2/+2
* Adds idetools testcase. Refs #416.Grzegorz Adam Hankiewicz2013-06-072-0/+19
* Adds idetools test case. Refs #416.Grzegorz Adam Hankiewicz2013-06-072-0/+31
* Adds generic idetools api test case.Grzegorz Adam Hankiewicz2013-06-072-0/+64
* Implements prefixes for comments or specific mode runs.Grzegorz Adam Hankiewicz2013-06-073-5/+10
* Runs all caas tests also in process mode.Grzegorz Adam Hankiewicz2013-06-075-12/+12
* support suggest after compile in caas modeZahary Karadjov2013-05-053-0/+28
* bugfix: compiling after idetools usage is now possible in caas modeZahary Karadjov2013-05-051-0/+10
* adding some failing caas testsZahary Karadjov2013-05-042-0/+16
* test-runner for caas multi-step testsZahary Karadjov2013-05-043-0/+17
e='author Kartik K. Agaram <vc@akkartik.com> 2021-05-08 10:11:37 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2021-05-08 10:11:37 -0700 initial, monochrome mandelbrot set' href='/akkartik/mu/commit/mandelbrot.mu?h=main&id=1b769b4b680b51fdc0654595226e43cd6ebef798'>1b769b4b ^
1b769b4b ^














b94e1fec ^

1b769b4b ^





b94e1fec ^
1b769b4b ^


b94e1fec ^

1b769b4b ^



b94e1fec ^
1b769b4b ^


2e606571 ^



cf8ccb0a ^





1b769b4b ^
cf8ccb0a ^
1b769b4b ^
cf8ccb0a ^

1b769b4b ^

cf8ccb0a ^


1b769b4b ^


cf8ccb0a ^






1b769b4b ^
cf8ccb0a ^
1b769b4b ^

cf8ccb0a ^









1b769b4b ^

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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179