Ticket #119: make.test.failures.Darwin.ppc.txt

File make.test.failures.Darwin.ppc.txt, 1.8 KB (added by jkeenan, 13 years ago)

3 new test failures once fperrad's patch is applied (Darwin, but not Linux)

Line 
1[fperrad] 512 $ prove -v t/op/calling.t t/op/exceptions.t t/pmc/exporter.t
2t/op/calling.......
31..93
4...
5not ok 86 - slurpy named loses :flat arg
6
7#   Failed test 'slurpy named loses :flat arg'
8#   at t/op/calling.t line 2223.
9# Exited with error code: [SIGNAL 10]
10# Received:
11# 11
12# 22
13# Expected:
14# 11
15# 22
16# 33
17# 2626
18#
19...
20 Dubious, test returned 1 (wstat 256, 0x100)
21 Failed 1/93 subtests
22t/op/exceptions....
231..31
24...
25not ok 30 - Resumable exceptions
26
27#   Failed test 'Resumable exceptions'
28#   at t/op/exceptions.t line 624.
29# Exited with error code: [SIGNAL 10]
30# Received:
31# Before throwing
32# In the exception handler
33# Expected:
34# Before throwing
35# In the exception handler
36# After throwing
37#
38ok 31 - Resumable exceptions from a different context
39# Looks like you failed 1 test of 31.
40 Dubious, test returned 1 (wstat 256, 0x100)
41 Failed 1/31 subtests
42t/pmc/exporter.....
431..12
44ok 1 - new
45not ok 2 - source
46
47#   Failed test 'source'
48#   at t/pmc/exporter.t line 42.
49# Exited with error code: [SIGNAL 10]
50# Received:
51# ok 1 - source() returns PMCNULL upon Exporter init
52# ok 2 - source() with args sets source namespace
53# Expected:
54# ok 1 - source() returns PMCNULL upon Exporter init
55# ok 2 - source() with args sets source namespace
56# ok 3 - source() with too many args fails
57# ok 4 - source() with non-namespace arg throws exception
58#
59...
60
61# Looks like you failed 1 test of 12.
62 Dubious, test returned 1 (wstat 256, 0x100)
63 Failed 1/12 subtests
64
65Test Summary Report
66-------------------
67t/op/calling   (Wstat: 256 Tests: 93 Failed: 1)
68  Failed test:  86
69  Non-zero exit status: 1
70t/op/exceptions (Wstat: 256 Tests: 31 Failed: 1)
71  Failed test:  30
72  Non-zero exit status: 1
73t/pmc/exporter (Wstat: 256 Tests: 12 Failed: 1)
74  Failed test:  2
75  Non-zero exit status: 1
76Files=3, Tests=136, 41 wallclock secs ( 0.25 usr  0.07 sys + 12.35 cusr  7.98 csys = 20.65 CPU)
77Result: FAIL