summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log
blob: b4b3dd8447f69747e9cbf8613f7dd93b38d40c30 (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
START: ptest-runner
2024-04-17T01:41
1..3
ok 1 - try name
ok 2 - catch name
ok 3 - finally name
PASS: t/named
1..3
ok 1 - nested try in cleanup after fork does not maintain outer catch block
ok 2 - nested try in cleanup after fork does not maintain outer finally block
ok 3 - Didn't just exit
PASS: t/global_destruction_forked
1..2
given is deprecated at t/given_when.t line 19.
when is deprecated at t/given_when.t line 20.
ok 1 - error caught
ok 2 - error is also in $_
PASS: t/given_when
1..25
ok 1 - Proper context LIST in try{}
ok 2 - Proper VOID context in finally{} 2
ok 3 - Proper VOID context in finally{} 1
ok 4
ok 5 - Proper context LIST in try{}
ok 6 - Proper context LIST in catch{}
ok 7 - Proper VOID context in finally{} 2
ok 8 - Proper VOID context in finally{} 1
ok 9
ok 10 - Proper context SCALAR in try{}
ok 11 - Proper VOID context in finally{} 2
ok 12 - Proper VOID context in finally{} 1
ok 13
ok 14 - Proper context SCALAR in try{}
ok 15 - Proper context SCALAR in catch{}
ok 16 - Proper VOID context in finally{} 2
ok 17 - Proper VOID context in finally{} 1
ok 18
ok 19 - Proper context VOID in try{}
ok 20 - Proper VOID context in finally{} 2
ok 21 - Proper VOID context in finally{} 1
ok 22 - Proper context VOID in try{}
ok 23 - Proper context VOID in catch{}
ok 24 - Proper VOID context in finally{} 2
ok 25 - Proper VOID context in finally{} 1
PASS: t/context
1..0 # SKIP Capture::Tiny 0.12 required
1..0 # SKIP Capture::Tiny 0.12 required
SKIP: t/global_destruction_load
1..1
# 
# Versions for all modules listed in static metadata (including optional ones):
# 
# === Configure Requires ===
# 
#     Module              Want Have
#     ------------------- ---- ----
#     ExtUtils::MakeMaker  any 7.70
# 
# === Configure Suggests ===
# 
#     Module      Want Have
#     -------- ------- ----
#     JSON::PP 2.27300 4.16
# 
# === Test Requires ===
# 
#     Module              Want     Have
#     ------------------- ---- --------
#     ExtUtils::MakeMaker  any     7.70
#     File::Spec           any     3.88
#     Test::More           any 1.302194
#     if                   any   0.0610
# 
# === Test Recommends ===
# 
#     Module         Want     Have
#     ---------- -------- --------
#     CPAN::Meta 2.120900 2.150010
# 
# === Test Suggests ===
# 
#     Module                    Want    Have
#     ------------------------ ----- -------
#     CPAN::Meta::Check        0.011 missing
#     CPAN::Meta::Requirements   any   2.140
#     Capture::Tiny             0.12 missing
# 
# === Runtime Requires ===
# 
#     Module   Want Have
#     -------- ---- ----
#     Carp      any 1.54
#     Exporter 5.57 5.77
#     constant  any 1.33
#     strict    any 1.12
#     warnings  any 1.65
# 
# === Runtime Suggests ===
# 
#     Module    Want    Have
#     --------- ---- -------
#     Sub::Name 0.08 missing
#     Sub::Util  any    1.63
# 
# === Other Modules ===
# 
#     Module             Have
#     --------------- -------
#     Encode             3.19
#     File::Temp       0.2311
#     JSON::PP           4.16
#     Module::Runtime missing
#     Pod::Coverage   missing
#     Sub::Name       missing
#     YAML            missing
#     autodie         missing
# 
ok 1 - Reported prereqs
PASS: t/00-report-prereqs
1..2
ok 1 # skip no conflicts module found to check against
ok 2 # skip This information-only test requires CPAN::Meta::Check 0.011
ok 1 # skip no conflicts module found to check against
ok 2 # skip This information-only test requires CPAN::Meta::Check 0.011
SKIP: t/zzz-check-breaks
1..30
ok 1 - Moved into finally from try
ok 2 - Error text as expected
ok 3 - Into catch block as we died in try
ok 4 - Moved into finally from catch
ok 5 - Error text as expected
ok 6 - Moved into finally from catch
ok 7 - Moved into finally block when try throws an exception and we have no catch block
ok 8 - Second finally clause run
ok 9 - First finally clause run
ok 10 - no error reported
ok 11 - finally got passed the exception
ok 12 - finally called
ok 13 - not localized in try
ok 14 - nothing in @_ (finally)
ok 15 - $_ not localized (finally)
ok 16 - same afterwards
ok 17 - not localized in try
ok 18 - error in @_ (catch)
ok 19 - error in $_ (catch)
ok 20 - error in @_ (finally)
ok 21 - error in @_ (finally)
ok 22 - $_ not localized (finally)
ok 23 - same afterwards
ok 24 - fin 2 called
ok 25 - warnings from both fatal finally blocks
ok 26 - First warning contains original exception
ok 27 - Second warning contains original exception
ok 28 - before skip in try
ok 29 # skip whee
ok 30 - finally ran
ok 28 - before skip in try
ok 29 # skip whee
SKIP: t/finally
1..25
ok 1 - basic try
ok 2 - rethrow
ok 3 - try block evaluated
ok 4 - $@ untouched
ok 5 - try block died
ok 6 - $@ untouched
ok 7 - catch block evaluated
ok 8 - $@ untouched
ok 9 - scalar context try
ok 10 - list context try
ok 11 - scalar context catch
ok 12 - list context catch
ok 13 - Checking catch subroutine scalar reference is correctly blessed
ok 14 - Checking finally subroutine scalar reference is correctly blessed
ok 15
ok 16 - got here
ok 17 - try in try catch block
ok 18 - rethrow with try in catch block
ok 19 - catch invoked
ok 20
ok 21 - $@ untouched
ok 22 - $_ untouched
ok 23 - previous value of $@
ok 24 - previous value of $@ available for capture
ok 25 - previous value of $@ also available in catch block
PASS: t/basic
1..8
ok 1 - Bare catch() detected
ok 2 - Bare finally() detected
ok 3 - Bare catch()/finally() detected
ok 4 - Bare finally()/catch() detected
ok 5 - Multi-catch detected
ok 6 - Unterminated try detected
ok 7 - Bare catch at the end of a function call
ok 8 - Bare finally at the end of a function call
PASS: t/erroneous_usage
1..5
when is deprecated at t/when.t line 27.
when is deprecated at t/when.t line 28.
ok 1
ok 2 - $_ not clobbered
ok 3 - bar didn't match
ok 4 - foo matched
ok 5 - fallback didn't match
PASS: t/when
DURATION: 1