summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-raw.log
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-raw.log')
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-raw.log92
1 files changed, 46 insertions, 46 deletions
diff --git a/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-raw.log b/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-raw.log
index c5450297543..2c3bc286496 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-raw.log
+++ b/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-raw.log
@@ -1,44 +1,12 @@
START: ptest-runner
-2024-05-13T01:22
+2024-05-14T16:46
BEGIN: /usr/lib/libtry-tiny-perl/ptest
-1..3
-ok 1 - try name
-ok 2 - catch name
-ok 3 - finally name
-PASS: t/named
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..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..5
when is deprecated at t/when.t line 27.
when is deprecated at t/when.t line 28.
@@ -48,6 +16,11 @@ 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..0 # SKIP Capture::Tiny 0.12 required
1..0 # SKIP Capture::Tiny 0.12 required
SKIP: t/global_destruction_load
@@ -122,6 +95,33 @@ SKIP: t/global_destruction_load
#
ok 1 - Reported prereqs
PASS: t/00-report-prereqs
+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..30
ok 1 - Moved into finally from try
ok 2 - Error text as expected
@@ -156,6 +156,17 @@ ok 30 - finally ran
ok 28 - before skip in try
ok 29 # skip whee
SKIP: t/finally
+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..3
+ok 1 - try name
+ok 2 - catch name
+ok 3 - finally name
+PASS: t/named
1..25
ok 1 - basic try
ok 2 - rethrow
@@ -183,17 +194,6 @@ 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..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..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..8
ok 1 - Bare catch() detected
ok 2 - Bare finally() detected
@@ -204,8 +204,8 @@ 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
-DURATION: 1
+DURATION: 2
END: /usr/lib/libtry-tiny-perl/ptest
-2024-05-13T01:22
+2024-05-14T16:46
STOP: ptest-runner
TOTAL: 1 FAIL: 0 \ No newline at end of file