summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log')
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log132
1 files changed, 66 insertions, 66 deletions
diff --git a/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log b/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log
index 8b8355d08f4..07f184d5484 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log
+++ b/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log
@@ -1,68 +1,14 @@
START: ptest-runner
-2024-06-04T21:02
-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
-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..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
+2024-06-06T02:24
+1..0 # SKIP Capture::Tiny 0.12 required
+1..0 # SKIP Capture::Tiny 0.12 required
+SKIP: t/global_destruction_load
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..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..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..1
#
# Versions for all modules listed in static metadata (including optional ones):
@@ -134,14 +80,15 @@ PASS: t/erroneous_usage
#
ok 1 - Reported prereqs
PASS: t/00-report-prereqs
-1..3
-ok 1 - try name
-ok 2 - catch name
-ok 3 - finally name
-PASS: t/named
-1..0 # SKIP Capture::Tiny 0.12 required
-1..0 # SKIP Capture::Tiny 0.12 required
-SKIP: t/global_destruction_load
+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
1..25
ok 1 - Proper context LIST in try{}
ok 2 - Proper VOID context in finally{} 2
@@ -169,6 +116,59 @@ 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..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..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..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..30
ok 1 - Moved into finally from try
ok 2 - Error text as expected