Ticket #1087: results

File results, 21.5 KB (added by reezer, 12 years ago)

Results of the failed tests

Line 
1
2#   Failed test 'Inf/NaN - exp'
3#   at t/op/inf_nan.t line 67.
4#          got: 'NaN
5# NaN
6# NaN
7# '
8#     expected: 'Inf
9# 0
10# NaN
11# '
12# Looks like you failed 1 test of 32.
13t/op/inf_nan.t ........
141..32
15ok 1 - Inf/NaN - basic arith
16not ok 2 - Inf/NaN - exp
17ok 3 - Inf/NaN - sqrt
18ok 4 - Inf/NaN - sin
19ok 5 - Inf/NaN - sinh
20ok 6 - Inf/NaN - asin
21ok 7 - Inf/NaN - cos
22ok 8 - Inf/NaN - cosh
23ok 9 - Inf/NaN - acos
24ok 10 - Inf/NaN - tan
25ok 11 - Inf/NaN - tanh
26ok 12 - Inf/NaN - atan
27not ok 13 - Inf/NaN - cot # TODO cot/coth/acot not implemented for real numbers
28#   Failed (TODO) test 'Inf/NaN - cot'
29#   at t/op/inf_nan.t line 283.
30# Exited with error code: 1
31# Received:
32# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
33#       in file '/home/reezer/parrot/t/op/inf_nan_13.pir' line 3
34# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
35#       in file '/home/reezer/parrot/t/op/inf_nan_13.pir' line 6
36# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
37#       in file '/home/reezer/parrot/t/op/inf_nan_13.pir' line 9
38#
39# Expected:
40# NaN
41# NaN
42# NaN
43#
44not ok 14 - Inf/NaN - coth # TODO cot/coth/acot not implemented for real numbers
45#   Failed (TODO) test 'Inf/NaN - coth'
46#   at t/op/inf_nan.t line 301.
47# Exited with error code: 1
48# Received:
49# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
50#       in file '/home/reezer/parrot/t/op/inf_nan_14.pir' line 3
51# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
52#       in file '/home/reezer/parrot/t/op/inf_nan_14.pir' line 6
53# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
54#       in file '/home/reezer/parrot/t/op/inf_nan_14.pir' line 9
55#
56# Expected:
57# 1
58# -1
59# NaN
60#
61not ok 15 - Inf/NaN - acot # TODO cot/coth/acot not implemented for real numbers
62#   Failed (TODO) test 'Inf/NaN - acot'
63#   at t/op/inf_nan.t line 319.
64# Exited with error code: 1
65# Received:
66# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
67#       in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 3
68# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
69#       in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 6
70# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
71#       in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 9
72# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
73#       in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 12
74# error:imcc:syntax error, unexpected NREG, expecting '(' ('$N0')
75#       in file '/home/reezer/parrot/t/op/inf_nan_15.pir' line 15
76#
77# Expected:
78# NaN
79# NaN
80# NaN
81# NaN
82# NaN
83#
84ok 16 - Inf/NaN - sec
85ok 17 - Inf/NaN - sech
86ok 18 - Inf/NaN - asec
87ok 19 - Inf/NaN - ln
88ok 20 - Inf/NaN - log10
89ok 21 - Inf/NaN - log2
90ok 22 - Inf/NaN - neg
91ok 23 - Inf/NaN - pow
92ok 24 - Mixing NaN and Inf should give NaN
93ok 25 - Inf/NaN - rounding
94not ok 26 - TT \#370 Rounding inf/nan # TODO rounding nan/inf gives something like -2147483648
95#   Failed (TODO) test 'TT \#370 Rounding inf/nan'
96#   at t/op/inf_nan.t line 539.
97#          got: '-9223372036854775808
98# -9223372036854775808
99# -9223372036854775808
100# -9223372036854775808
101# '
102#     expected: 'Inf
103# NaN
104# Inf
105# NaN
106# '
107not ok 27 - Adding NaN to a Complex # TODO 1+i + NaN should be NaN
108#   Failed (TODO) test 'Adding NaN to a Complex'
109#   at t/op/inf_nan.t line 565.
110#          got: 'NaN+1i
111# '
112#     expected: 'NaN
113# '
114not ok 28 - fdiv with Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN
115#   Failed (TODO) test 'fdiv with Integer PMCs and NaN'
116#   at t/op/inf_nan.t line 580.
117#          got: '-9223372036854775808
118# '
119#     expected: 'NaN
120# '
121not ok 29 - fdiv with Float PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN
122#   Failed (TODO) test 'fdiv with Float PMCs and NaN'
123#   at t/op/inf_nan.t line 593.
124#          got: '-9223372036854775808
125# '
126#     expected: 'NaN
127# '
128not ok 30 - fdiv with Float and Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN
129#   Failed (TODO) test 'fdiv with Float and Integer PMCs and NaN'
130#   at t/op/inf_nan.t line 606.
131#          got: '-9223372036854775808
132# '
133#     expected: 'NaN
134# '
135not ok 31 - cmod with Float and Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN
136#   Failed (TODO) test 'cmod with Float and Integer PMCs and NaN'
137#   at t/op/inf_nan.t line 619.
138#          got: '-9223372036854775808
139# '
140#     expected: 'NaN
141# '
142not ok 32 - mod with Float and Integer PMCs and NaN # TODO fdiv/mod/cmod do not play nicely with PMCs and NaN
143#   Failed (TODO) test 'mod with Float and Integer PMCs and NaN'
144#   at t/op/inf_nan.t line 632.
145#          got: '-9223372036854775807
146# '
147#     expected: 'NaN
148# '
149Dubious, test returned 1 (wstat 256, 0x100)
150Failed 1/32 subtests
151
152#   Failed test 'PARROT_ATOMIC_PTR_GET/SET'
153#   at t/src/atomic.t line 32.
154# Exited with error code: 1
155# Received:
156# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_1"
157#
158# Expected:
159# ok 1
160# ok 2
161#
162
163#   Failed test 'PARROT_ATOMIC_INT_GET/SET'
164#   at t/src/atomic.t line 78.
165# Exited with error code: 1
166# Received:
167# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_2"
168#
169# Expected:
170# ok 1
171# ok 2
172#
173
174#   Failed test 'PARROT_ATOMIC_PTR_CAS'
175#   at t/src/atomic.t line 120.
176# Exited with error code: 1
177# Received:
178# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_3"
179#
180# Expected:
181# ok 1
182# ok 2
183# ok 3
184# ok 4
185#
186
187#   Failed test 'PARROT_ATOMIC_INT_(CAS|INC|DEC)'
188#   at t/src/atomic.t line 180.
189# Exited with error code: 1
190# Received:
191# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "atomic_4"
192#
193# Expected:
194# ok 1
195#
196# Looks like you failed 4 tests of 4.
197t/src/atomic.t ........
1981..4
199not ok 1 - PARROT_ATOMIC_PTR_GET/SET
200not ok 2 - PARROT_ATOMIC_INT_GET/SET
201not ok 3 - PARROT_ATOMIC_PTR_CAS
202not ok 4 - PARROT_ATOMIC_INT_(CAS|INC|DEC)
203Dubious, test returned 4 (wstat 1024, 0x400)
204Failed 4/4 subtests
205
206#   Failed test 'Minimal embed, using just the embed.h header'
207#   at t/src/embed.t line 27.
208# Exited with error code: 1
209# Received:
210# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_1"
211#
212# Expected:
213# Done
214#
215
216#   Failed test 'Hello world from main'
217#   at t/src/embed.t line 57.
218# Exited with error code: 1
219# Received:
220# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_2"
221#
222# Expected:
223# Hello, parrot
224# Hello, pir
225#
226
227#   Failed test 'Hello world from a sub'
228#   at t/src/embed.t line 106.
229# Exited with error code: 1
230# Received:
231# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_3"
232#
233# Expected:
234# Hello, sub
235#
236
237#   Failed test 'External sub'
238#   at t/src/embed.t line 172.
239# Exited with error code: 1
240# Received:
241# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_4"
242#
243# Expected:
244# Hello from C
245#
246
247#   Failed test 'Insert external sub in namespace'
248#   at t/src/embed.t line 228.
249# Exited with error code: 1
250# Received:
251# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "embed_5"
252#
253# Expected:
254# Hello from C
255#
256# Looks like you failed 5 tests of 6.
257t/src/embed.t .........
2581..6
259not ok 1 - Minimal embed, using just the embed.h header
260not ok 2 - Hello world from main
261not ok 3 - Hello world from a sub
262not ok 4 - External sub
263not ok 5 - Insert external sub in namespace
264ok 6 # skip TT #306; many symbols not exported, embedding parrot fails
265Dubious, test returned 5 (wstat 1280, 0x500)
266Failed 5/6 subtests
267        (less 1 skipped subtest: 0 okay)
268
269#   Failed test 'on_exit - interpreter'
270#   at t/src/exit.t line 25.
271# Exited with error code: 1
272# Received:
273# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "exit_1"
274#
275# Expected:
276# ex3
277# ex2
278# ex1
279#
280# Looks like you failed 1 test of 1.
281t/src/exit.t ..........
2821..1
283not ok 1 - on_exit - interpreter
284Dubious, test returned 1 (wstat 256, 0x100)
285Failed 1/1 subtests
286
287#   Failed test 'set/get_intreg'
288#   at t/src/extend.t line 31.
289# Exited with error code: 1
290# Received:
291# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_1"
292#
293# Expected:
294# 42
295#
296
297#   Failed test 'set/get_numreg'
298#   at t/src/extend.t line 61.
299# Exited with error code: 1
300# Received:
301# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_2"
302#
303# Expected:
304# 2.5
305#
306
307#   Failed test 'Parrot_new_string'
308#   at t/src/extend.t line 91.
309# Exited with error code: 1
310# Received:
311# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_3"
312#
313# Expected:
314# Test
315#
316
317#   Failed test 'set/get_strreg'
318#   at t/src/extend.t line 117.
319# Exited with error code: 1
320# Received:
321# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_4"
322#
323# Expected:
324# Test
325#
326
327#   Failed test 'PMC_set/get_intval'
328#   at t/src/extend.t line 147.
329# Exited with error code: 1
330# Received:
331# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_5"
332#
333# Expected:
334# 101010
335#
336
337#   Failed test 'PMC_set/get_intval_intkey'
338#   at t/src/extend.t line 179.
339# Exited with error code: 1
340# Received:
341# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_6"
342#
343# Expected:
344# 12345
345#
346
347#   Failed test 'set/get_pmcreg'
348#   at t/src/extend.t line 219.
349# Exited with error code: 1
350# Received:
351# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_7"
352#
353# Expected:
354# -123
355#
356
357#   Failed test 'PMC_set/get_numval'
358#   at t/src/extend.t line 257.
359# Exited with error code: 1
360# Received:
361# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_8"
362#
363# Expected:
364# 3.1415927
365#
366
367#   Failed test 'PMC_set/get_string'
368#   at t/src/extend.t line 290.
369# Exited with error code: 1
370# Received:
371# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_9"
372#
373# Expected:
374# Pumpking
375#
376
377#   Failed test 'PMC_set/get_cstring'
378#   at t/src/extend.t line 323.
379# Exited with error code: 1
380# Received:
381# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_10"
382#
383# Expected:
384# Wibble
385#
386
387#   Failed test 'PMC_set/get_cstringn'
388#   at t/src/extend.t line 357.
389# Exited with error code: 1
390# Received:
391# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_11"
392#
393# Expected:
394# Wibble
395# 6
396#
397
398#   Failed test 'call a parrot sub'
399#   at t/src/extend.t line 416.
400# Exited with error code: 1
401# Received:
402# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_12"
403#
404# Expected:
405# in sub1
406# back
407# hello in sub2
408# back
409#
410
411#   Failed test 'call a parrot sub, catch exception'
412#   at t/src/extend.t line 489.
413# Exited with error code: 1
414# Received:
415# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_13"
416#
417# Expected:
418# in sub1
419# caught
420# back
421#
422
423#   Failed test 'eval code through a parrot sub - \#39669'
424#   at t/src/extend.t line 588.
425# Exited with error code: 1
426# Received:
427# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_14"
428#
429# Expected:
430# Hello from foo!
431#
432
433#   Failed test 'compile string in a fresh interp - \#39986'
434#   at t/src/extend.t line 624.
435# Exited with error code: 1
436# Received:
437# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_15"
438#
439# Expected:
440# Hello from foo!
441#
442
443#   Failed test 'multiple Parrot_new/Parrot_exit cycles'
444#   at t/src/extend.t line 698.
445# Exited with error code: 1
446# Received:
447# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_17"
448#
449# Expected:
450# Starting interp 1
451# Destroying interp 1
452# Starting interp 2
453# Destroying interp 2
454#
455# Looks like you failed 16 tests of 17.
456t/src/extend.t ........
4571..17
458not ok 1 - set/get_intreg
459not ok 2 - set/get_numreg
460not ok 3 - Parrot_new_string
461not ok 4 - set/get_strreg
462not ok 5 - PMC_set/get_intval
463not ok 6 - PMC_set/get_intval_intkey
464not ok 7 - set/get_pmcreg
465not ok 8 - PMC_set/get_numval
466not ok 9 - PMC_set/get_string
467not ok 10 - PMC_set/get_cstring
468not ok 11 - PMC_set/get_cstringn
469not ok 12 - call a parrot sub
470not ok 13 - call a parrot sub, catch exception
471not ok 14 - eval code through a parrot sub - \#39669
472not ok 15 - compile string in a fresh interp - \#39986
473not ok 16 - call multi sub from C - \#41511 # TODO RT #41511
474#   Failed (TODO) test 'call multi sub from C - \#41511'
475#   at t/src/extend.t line 666.
476# Exited with error code: 1
477# Received:
478# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "extend_16"
479#
480# Expected:
481# Result is 300.
482#
483not ok 17 - multiple Parrot_new/Parrot_exit cycles
484Dubious, test returned 16 (wstat 4096, 0x1000)
485Failed 16/17 subtests
486
487#   Failed test 'print_pbc_location'
488#   at t/src/warnings.t line 31.
489# Exited with error code: 1
490# Received:
491# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "warnings_1"
492#
493# Expected:
494# (null)
495#
496
497#   Failed test 'Parrot_warn'
498#   at t/src/warnings.t line 56.
499# Exited with error code: 1
500# Received:
501# /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "warnings_2"
502#
503# Expected:
504# all
505# (null)
506# 1
507# 2
508# undef
509# (null)
510# 1
511# io
512# (null)
513# 1
514# platform
515# (null)
516# 1
517# dynext
518# (null)
519# 1
520# 2
521#
522# Looks like you failed 2 tests of 2.
523t/src/warnings.t ......
5241..2
525not ok 1 - print_pbc_location
526not ok 2 - Parrot_warn
527Dubious, test returned 2 (wstat 512, 0x200)
528Failed 2/2 subtests
529# no extension recognized for t/perl/testlib/hello
530# no extension recognized for t/perl/testlib/hello
531# no extension recognized for t/perl/testlib/hello
532
533#   Failed test 'C:  is hello world'
534#   at t/perl/Parrot_Test.t line 426.
535# STDOUT is:
536# not ok 1 - C:  is hello world
537#
538# not:
539# ok 1 - C:  is hello world
540#
541# as expected
542# STDERR is:
543# #   Failed test 'C:  is hello world'
544# #   at t/perl/Parrot_Test.t line 421.
545# # Exited with error code: 1
546# # Received:
547# # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1"
548# #
549# # Expected:
550# # Hello, World!
551# #
552#
553# not:
554#
555# as expected
556
557#   Failed test 'C:  isnt hello world'
558#   at t/perl/Parrot_Test.t line 435.
559# STDOUT is:
560# not ok 1 - C:  isnt hello world
561#
562# not:
563# ok 1 - C:  isnt hello world
564#
565# as expected
566# STDERR is:
567# #   Failed test 'C:  isnt hello world'
568# #   at t/perl/Parrot_Test.t line 430.
569# # Exited with error code: 1
570# # Received:
571# # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1"
572# #
573# # Expected:
574# # Is Not Hello, World!
575# #
576#
577# not:
578#
579# as expected
580
581#   Failed test 'C:  like hello world'
582#   at t/perl/Parrot_Test.t line 444.
583# STDOUT is:
584# not ok 1 - C:  like hello world
585#
586# not:
587# ok 1 - C:  like hello world
588#
589# as expected
590# STDERR is:
591# #   Failed test 'C:  like hello world'
592# #   at t/perl/Parrot_Test.t line 439.
593# # Exited with error code: 1
594# # Received:
595# # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1"
596# #
597# # Expected:
598# # /Hello, World/
599# #
600#
601# not:
602#
603# as expected
604
605#   Failed test 'C:  unlike hello world'
606#   at t/perl/Parrot_Test.t line 453.
607# STDOUT is:
608# not ok 1 - C:  unlike hello world
609#
610# not:
611# ok 1 - C:  unlike hello world
612#
613# as expected
614# STDERR is:
615# #   Failed test 'C:  unlike hello world'
616# #   at t/perl/Parrot_Test.t line 448.
617# # Exited with error code: 1
618# # Received:
619# # /usr/libexec/ld-elf.so.2: Shared object "libparrot.so.1.6.0" not found, required by "Parrot_Test_1"
620# #
621# # Expected:
622# # /foobar/
623# #
624#
625# not:
626#
627# as expected
628t/perl/Parrot_Test.t ..
6291..120
630ok 1 - use Parrot::Test;
631ok 2 - PARROT_TEST env set
632ok 3 - Parrot::Test->can('c_output_is')
633ok 4 - Parrot::Test->can('c_output_isnt')
634ok 5 - Parrot::Test->can('c_output_like')
635ok 6 - Parrot::Test->can('c_output_unlike')
636ok 7 - Parrot::Test->can('example_output_is')
637ok 8 - Parrot::Test->can('example_output_isnt')
638ok 9 - Parrot::Test->can('example_output_like')
639ok 10 - Parrot::Test->can('example_error_output_is')
640ok 11 - Parrot::Test->can('example_error_output_isnt')
641ok 12 - Parrot::Test->can('example_error_output_like')
642ok 13 - Parrot::Test->can('language_error_output_is')
643ok 14 - Parrot::Test->can('language_error_output_isnt')
644ok 15 - Parrot::Test->can('language_error_output_like')
645ok 16 - Parrot::Test->can('language_output_is')
646ok 17 - Parrot::Test->can('language_output_isnt')
647ok 18 - Parrot::Test->can('language_output_like')
648ok 19 - Parrot::Test->can('pasm_error_output_is')
649ok 20 - Parrot::Test->can('pasm_error_output_isnt')
650ok 21 - Parrot::Test->can('pasm_error_output_like')
651ok 22 - Parrot::Test->can('pasm_error_output_unlike')
652ok 23 - Parrot::Test->can('pasm_output_is')
653ok 24 - Parrot::Test->can('pasm_output_isnt')
654ok 25 - Parrot::Test->can('pasm_output_like')
655ok 26 - Parrot::Test->can('pasm_output_unlike')
656ok 27 - Parrot::Test->can('pbc_error_output_is')
657ok 28 - Parrot::Test->can('pbc_error_output_isnt')
658ok 29 - Parrot::Test->can('pbc_error_output_like')
659ok 30 - Parrot::Test->can('pbc_error_output_unlike')
660ok 31 - Parrot::Test->can('pbc_output_is')
661ok 32 - Parrot::Test->can('pbc_output_isnt')
662ok 33 - Parrot::Test->can('pbc_output_like')
663ok 34 - Parrot::Test->can('pbc_output_unlike')
664ok 35 - Parrot::Test->can('pir_error_output_is')
665ok 36 - Parrot::Test->can('pir_error_output_isnt')
666ok 37 - Parrot::Test->can('pir_error_output_like')
667ok 38 - Parrot::Test->can('pir_error_output_unlike')
668ok 39 - Parrot::Test->can('pir_output_is')
669ok 40 - Parrot::Test->can('pir_output_isnt')
670ok 41 - Parrot::Test->can('pir_output_like')
671ok 42 - Parrot::Test->can('pir_output_unlike')
672ok 43 - Parrot::Test->can('pir_2_pasm_is')
673ok 44 - Parrot::Test->can('pir_2_pasm_isnt')
674ok 45 - Parrot::Test->can('pir_2_pasm_like')
675ok 46 - Parrot::Test->can('pir_2_pasm_unlike')
676ok 47 - Parrot::Test->can('generate_languages_functions')
677ok 48 - Parrot::Test->can('per_test')
678ok 49 - Parrot::Test->can('plan')
679ok 50 - Parrot::Test->can('skip')
680ok 51 - Parrot::Test->can('slurp_file')
681ok 52 - Parrot::Test->can('run_command')
682ok 53 - Parrot::Test->can('write_code_to_file')
683ok 54 - per_test() no args
684ok 55 - per_test() invalid first arg
685ok 56 - per_test() invalid second arg
686ok 57 - per_test() two invalid args
687ok 58 - pasm_output_is: success
688ok 59 - pasm_output_is: failure
689ok 60 - pasm_output_isnt: success
690ok 61 - pasm_output_isnt: failure
691ok 62 - pasm_output_like: success
692ok 63 - pasm_output_like: failure
693ok 64 - pir_output_is: success
694ok 65 - pir_output_is: failure
695ok 66 - pir_output_isnt: success
696ok 67 - pir_output_isnt: failure
697ok 68 - pir_output_like: success
698ok 69 - pir_output_like: failure
699ok 70 - pir_error_output_like: todo
700ok 71 - pir_2_pasm:  added return - end
701ok 72 - pir_2_pasm:  added return - end
702ok 73 - pir_2_pasm:  added return - end
703ok 74 - pir_2_pasm:  added return - end
704ok 75 - t/perl/testlib/hello.pasm
705ok 76 - t/perl/testlib/hello.pasm
706ok 77 - t/perl/testlib/hello.pasm
707ok 78 - t/perl/testlib/answer.pir
708ok 79 - t/perl/testlib/answer.pir
709ok 80 - t/perl/testlib/answer.pir
710not ok 81 - C:  is hello world
711not ok 82 - C:  isnt hello world
712not ok 83 - C:  like hello world
713not ok 84 - C:  unlike hello world
714ok 85 - Got expected value for STDOUT
715ok 86 - Got expected value for STDERR
716ok 87 - Got expected value for working directory
717ok 88 - Got expected value for STDOUT
718ok 89 - Got expected value for STDERR
719ok 90 - Got expected value for working directory
720ok 91 - Got expected value for STDOUT
721ok 92 - Got expected value for STDERR
722ok 93 - Got expected value for working directory
723ok 94 - Got expected error message for bad option
724ok 95 - Got expected value for STDOUT
725ok 96 - Got expected value for STDERR using null device
726ok 97 - Got expected value for working directory
727ok 98 - Got expected value for STDOUT
728ok 99 - Got expected value for STDERR when same as STDOUT
729ok 100 - Got expected value for working directory
730ok 101 - $ENV{PATH} reset as expected for cygwin
731ok 102 - $ENV{PATH} reset as expected for MSWin32
732ok 103 - $ENV{LD_RUN_PATH} reset as expected for not_cygwin_not_MSWin32
733ok 104 - Scalar command transformed into array ref as expected
734ok 105 - Array ref holding multiple commands unchanged as expected
735ok 106 - Got expected value in Valgrind environment
736ok 107 - Got expected exit message
737ok 108 - Got expected exit message
738ok 109 - Got expected exit message
739ok 110 - Got expected exit message
740ok 111 - Got expected exit message
741ok 112 - Got expected exit message
742ok 113 - Captured STDOUT
743ok 114 - Got 0 as exit message
744ok 115 # skip feature not DWIMming even though test passes
745ok 116 - pir_output_is: success
746ok 117 - file created during test preserved due to $ENV{POSTMORTEM}
747ok 118 - file created during test has been deleted
748ok 119 - pir_output_is: success
749ok 120 - file created during test was not retained
750Failed 4/120 subtests
751        (less 1 skipped subtest: 115 okay)
752
753Test Summary Report
754-------------------
755t/op/inf_nan.t      (Wstat: 256 Tests: 32 Failed: 1)
756  Failed test:  2
757  Non-zero exit status: 1
758t/src/atomic.t      (Wstat: 1024 Tests: 4 Failed: 4)
759  Failed tests:  1-4
760  Non-zero exit status: 4
761t/src/embed.t       (Wstat: 1280 Tests: 6 Failed: 5)
762  Failed tests:  1-5
763  Non-zero exit status: 5
764t/src/exit.t        (Wstat: 256 Tests: 1 Failed: 1)
765  Failed test:  1
766  Non-zero exit status: 1
767t/src/extend.t      (Wstat: 4096 Tests: 17 Failed: 16)
768  Failed tests:  1-15, 17
769  Non-zero exit status: 16
770t/src/warnings.t    (Wstat: 512 Tests: 2 Failed: 2)
771  Failed tests:  1-2
772  Non-zero exit status: 2
773t/perl/Parrot_Test.t (Wstat: 0 Tests: 120 Failed: 4)
774  Failed tests:  81-84
775Files=7, Tests=182,  8 wallclock secs ( 0.05 usr  0.00 sys +  2.26 cusr  1.03 csys =  3.34 CPU)
776Result: FAIL