summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemux86-64/core-image-ptest-slang/ptest-raw.log
blob: 6e0790719c9c090bc8c4b8b44c93a63481147c8b (plain)
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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
START: ptest-runner
2024-04-24T02:38
BEGIN: /usr/lib/slang/ptest
make: Entering directory '/usr/lib/slang/ptest/test'
/bin/rm -rf tmpfile*.* tmpdir*.*

Running tests:

Testing argv processing ...Ok
Testing argv processing [UTF-8 mode] ...Ok
PASS: argv.sl
Testing syntax ...Ok
Testing syntax [UTF-8 mode] ...Ok
PASS: syntax.sl
Testing Short Ciruit Operators ...Ok
Testing Short Ciruit Operators [UTF-8 mode] ...Ok
PASS: scircuit.sl
Testing _eqs ...Ok
Testing _eqs [UTF-8 mode] ...Ok
PASS: eqs.sl
Testing sscanf ...Ok
Testing sscanf [UTF-8 mode] ...Ok
PASS: sscanf.sl
Testing looping constructs ...Ok
Testing looping constructs [UTF-8 mode] ...Ok
PASS: loops.sl
Testing Arithmetic ...Ok
Testing Arithmetic [UTF-8 mode] ...Ok
PASS: arith.sl
Testing array functions ...Ok
Testing array functions [UTF-8 mode] ...Ok
PASS: array.sl
Testing string functions ...Ok
Testing string functions [UTF-8 mode] ...Ok
PASS: strops.sl
Testing Binary Strings ...Ok
Testing Binary Strings [UTF-8 mode] ...Ok
PASS: bstring.sl
Testing pack and unpack functions ...Ok
Testing pack and unpack functions [UTF-8 mode] ...Ok
PASS: pack.sl
Testing stdio routines ...Ok
Testing stdio routines [UTF-8 mode] ...Ok
PASS: stdio.sl
Testing Associative Arrays ...Ok
Testing Associative Arrays [UTF-8 mode] ...Ok
PASS: assoc.sl
Testing recursive function modifications ...Ok
Testing recursive function modifications [UTF-8 mode] ...Ok
PASS: selfload.sl
Testing structures ...Ok
Testing structures [UTF-8 mode] ...Ok
PASS: struct.sl
Testing NameSpace routines ...Ok
Testing NameSpace routines [UTF-8 mode] ...Ok
PASS: nspace.sl
Testing path ...Ok
Testing path [UTF-8 mode] ...Ok
PASS: path.sl
Testing #ifeval ...Ok
Testing #ifeval [UTF-8 mode] ...Ok
PASS: ifeval.sl
Testing Any_Type ...Ok
Testing Any_Type [UTF-8 mode] ...Ok
PASS: anytype.sl
Testing Matrix Multiplications ...Ok
Testing Matrix Multiplications [UTF-8 mode] ...Ok
PASS: arrmult.sl
Testing time functions ...Ok
Testing time functions [UTF-8 mode] ...Ok
PASS: time.sl
Testing utf8 ...Ok
Testing utf8 [UTF-8 mode] ...Ok
PASS: utf8.sl
Testing exceptions ...Ok
Testing exceptions [UTF-8 mode] ...Ok
PASS: except.sl
Known Bugs or not yet implemented features:
	Range arrays of Short, Long, LongLong types converted to Int_Type
Known Bugs or not yet implemented features:
	Range arrays of Short, Long, LongLong types converted to Int_Type
PASS: bugs.sl
Testing lists ...Ok
Testing lists [UTF-8 mode] ...Ok
PASS: list.sl
Testing regexp ...Ok
Testing regexp [UTF-8 mode] ...Ok
PASS: regexp.sl
Testing method calls ...Ok
Testing method calls [UTF-8 mode] ...Ok
PASS: method.sl
Testing dereferences ...Ok
Testing dereferences [UTF-8 mode] ...Ok
PASS: deref.sl
Testing NaN and Inf ...Ok
Testing NaN and Inf [UTF-8 mode] ...Ok
PASS: naninf.sl
Testing literal integer overflow ...Ok
Testing literal integer overflow [UTF-8 mode] ...Ok
PASS: overflow.sl
Testing sorting ...Ok
Testing sorting [UTF-8 mode] ...Ok
PASS: sort.sl
Testing long long ...Ok
Testing long long [UTF-8 mode] ...Ok
PASS: longlong.sl
Testing signals ...
	Pausing for 2 seconds for alarm test.
	Pausing for 2.5 seconds for setitimer test..
	(make detected: skipping test_sigsuspend)
Ok
Testing signals [UTF-8 mode] ...
	Pausing for 2 seconds for alarm test.
	Pausing for 2.5 seconds for setitimer test..
	(make detected: skipping test_sigsuspend)
Ok
PASS: signal.sl
Testing dollar strings ...Ok
Testing dollar strings [UTF-8 mode] ...Ok
PASS: dollar.sl
Testing provide and require ...Ok
Testing provide and require [UTF-8 mode] ...Ok
PASS: req.sl
Testing doc functions ...Ok
Testing doc functions [UTF-8 mode] ...Ok
PASS: docfun.sl
Testing debugger support ...Ok
Testing debugger support [UTF-8 mode] ...Ok
PASS: debug.sl
Testing qualifiers ...Ok
Testing qualifiers [UTF-8 mode] ...Ok
PASS: qualif.sl
Testing Comparison Operators ...Ok
Testing Comparison Operators [UTF-8 mode] ...Ok
PASS: compare.sl
Testing break and continue N ...Ok
Testing break and continue N [UTF-8 mode] ...Ok
PASS: break.sl
Testing Multiline strings ...Ok
Testing Multiline strings [UTF-8 mode] ...Ok
PASS: multline.sl
Testing stack functions ...Ok
Testing stack functions [UTF-8 mode] ...Ok
PASS: stack.sl
Testing misc ...Ok
Testing misc [UTF-8 mode] ...Ok
PASS: misc.sl
Testing POSIX I/O routines ...Ok
Testing POSIX I/O routines [UTF-8 mode] ...Ok
PASS: posixio.sl
Testing posdir ...Ok
Testing posdir [UTF-8 mode] ...Ok
PASS: posdir.sl
Testing proc ...Ok
Testing proc [UTF-8 mode] ...Ok
PASS: proc.sl
Testing Math ...Ok
Testing Math [UTF-8 mode] ...Ok
PASS: math.sl
Testing autoload ...Ok
Testing autoload [UTF-8 mode] ...Ok
PASS: autoload.sl
Testing more NameSpace routines ...Ok
Testing more NameSpace routines [UTF-8 mode] ...Ok
PASS: nspace2.sl
Testing slprep ...Ok
Testing slprep [UTF-8 mode] ...Ok
PASS: prep.sl
Testing argv processing ...Ok
Testing argv processing [UTF-8 mode] ...Ok
PASS: argv.slc
Testing syntax ...Ok
Testing syntax [UTF-8 mode] ...Ok
PASS: syntax.slc
Testing Short Ciruit Operators ...Ok
Testing Short Ciruit Operators [UTF-8 mode] ...Ok
PASS: scircuit.slc
Testing _eqs ...Ok
Testing _eqs [UTF-8 mode] ...Ok
PASS: eqs.slc
Testing sscanf ...Ok
Testing sscanf [UTF-8 mode] ...Ok
PASS: sscanf.slc
Testing looping constructs ...Ok
Testing looping constructs [UTF-8 mode] ...Ok
PASS: loops.slc
Testing Arithmetic ...Ok
Testing Arithmetic [UTF-8 mode] ...Ok
PASS: arith.slc
Testing array functions ...Ok
Testing array functions [UTF-8 mode] ...Ok
PASS: array.slc
Testing string functions ...Ok
Testing string functions [UTF-8 mode] ...Ok
PASS: strops.slc
Testing Binary Strings ...Ok
Testing Binary Strings [UTF-8 mode] ...Ok
PASS: bstring.slc
Testing pack and unpack functions ...Ok
Testing pack and unpack functions [UTF-8 mode] ...Ok
PASS: pack.slc
Testing stdio routines ...Ok
Testing stdio routines [UTF-8 mode] ...Ok
PASS: stdio.slc
Testing Associative Arrays ...Ok
Testing Associative Arrays [UTF-8 mode] ...Ok
PASS: assoc.slc
Testing recursive function modifications ...Ok
Testing recursive function modifications [UTF-8 mode] ...Ok
PASS: selfload.slc
Testing structures ...Ok
Testing structures [UTF-8 mode] ...Ok
PASS: struct.slc
Testing NameSpace routines ...Ok
Testing NameSpace routines [UTF-8 mode] ...Ok
PASS: nspace.slc
Testing path ...Ok
Testing path [UTF-8 mode] ...Ok
PASS: path.slc
Testing #ifeval ...Ok
Testing #ifeval [UTF-8 mode] ...Ok
PASS: ifeval.slc
Testing Any_Type ...Ok
Testing Any_Type [UTF-8 mode] ...Ok
PASS: anytype.slc
Testing Matrix Multiplications ...Ok
Testing Matrix Multiplications [UTF-8 mode] ...Ok
PASS: arrmult.slc
Testing time functions ...Ok
Testing time functions [UTF-8 mode] ...Ok
PASS: time.slc
Testing utf8 ...Ok
Testing utf8 [UTF-8 mode] ...Ok
PASS: utf8.slc
Testing exceptions ...Ok
Testing exceptions [UTF-8 mode] ...Ok
PASS: except.slc
Known Bugs or not yet implemented features:
	Range arrays of Short, Long, LongLong types converted to Int_Type
Known Bugs or not yet implemented features:
	Range arrays of Short, Long, LongLong types converted to Int_Type
PASS: bugs.slc
Testing lists ...Ok
Testing lists [UTF-8 mode] ...Ok
PASS: list.slc
Testing regexp ...Ok
Testing regexp [UTF-8 mode] ...Ok
PASS: regexp.slc
Testing method calls ...Ok
Testing method calls [UTF-8 mode] ...Ok
PASS: method.slc
Testing dereferences ...Ok
Testing dereferences [UTF-8 mode] ...Ok
PASS: deref.slc
Testing NaN and Inf ...Ok
Testing NaN and Inf [UTF-8 mode] ...Ok
PASS: naninf.slc
Testing literal integer overflow ...Ok
Testing literal integer overflow [UTF-8 mode] ...Ok
PASS: overflow.slc
Testing sorting ...Ok
Testing sorting [UTF-8 mode] ...Ok
PASS: sort.slc
Testing long long ...Ok
Testing long long [UTF-8 mode] ...Ok
PASS: longlong.slc
Testing signals ...
	Pausing for 2 seconds for alarm test.
	Pausing for 2.5 seconds for setitimer test..
	(make detected: skipping test_sigsuspend)
Ok
Testing signals [UTF-8 mode] ...
	Pausing for 2 seconds for alarm test.
	Pausing for 2.5 seconds for setitimer test..
	(make detected: skipping test_sigsuspend)
Ok
PASS: signal.slc
Testing dollar strings ...Ok
Testing dollar strings [UTF-8 mode] ...Ok
PASS: dollar.slc
Testing provide and require ...Ok
Testing provide and require [UTF-8 mode] ...Ok
PASS: req.slc
Testing doc functions ...Ok
Testing doc functions [UTF-8 mode] ...Ok
PASS: docfun.slc
Testing debugger support ...Ok
Testing debugger support [UTF-8 mode] ...Ok
PASS: debug.slc
Testing qualifiers ...Ok
Testing qualifiers [UTF-8 mode] ...Ok
PASS: qualif.slc
Testing Comparison Operators ...Ok
Testing Comparison Operators [UTF-8 mode] ...Ok
PASS: compare.slc
Testing break and continue N ...Ok
Testing break and continue N [UTF-8 mode] ...Ok
PASS: break.slc
Testing Multiline strings ...Ok
Testing Multiline strings [UTF-8 mode] ...Ok
PASS: multline.slc
Testing stack functions ...Ok
Testing stack functions [UTF-8 mode] ...Ok
PASS: stack.slc
Testing misc ...Ok
Testing misc [UTF-8 mode] ...Ok
PASS: misc.slc
Testing POSIX I/O routines ...Ok
Testing POSIX I/O routines [UTF-8 mode] ...Ok
PASS: posixio.slc
Testing posdir ...Ok
Testing posdir [UTF-8 mode] ...Ok
PASS: posdir.slc
Testing proc ...Ok
Testing proc [UTF-8 mode] ...Ok
PASS: proc.slc
Testing Math ...Ok
Testing Math [UTF-8 mode] ...Ok
PASS: math.slc

All tests passed.

make: Leaving directory '/usr/lib/slang/ptest/test'
DURATION: 25
END: /usr/lib/slang/ptest
2024-04-24T02:38
STOP: ptest-runner
TOTAL: 1 FAIL: 0