summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl')
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-libtry-tiny-perl.log116
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/ptest-raw.log118
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/testresults.json32
3 files changed, 133 insertions, 133 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 f6ff9e531f8..1637f33ef9f 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,5 +1,38 @@
START: ptest-runner
-2023-12-21T05:19
+2023-12-22T05:20
+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..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 - basic try
ok 2 - rethrow
@@ -27,24 +60,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..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..0 # SKIP Capture::Tiny 0.12 required
-1..0 # SKIP Capture::Tiny 0.12 required
-SKIP: t/global_destruction_load
-1..3
-ok 1 - try name
-ok 2 - catch name
-ok 3 - finally name
-PASS: t/named
1..30
ok 1 - Moved into finally from try
ok 2 - Error text as expected
@@ -79,39 +94,6 @@ ok 30 - finally ran
ok 28 - before skip in try
ok 29 # skip whee
SKIP: t/finally
-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.
@@ -121,11 +103,16 @@ 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..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):
@@ -203,4 +190,17 @@ when is deprecated at t/given_when.t line 20.
ok 1 - error caught
ok 2 - error is also in $_
PASS: t/given_when
-DURATION: 1
+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
+1..3
+ok 1 - try name
+ok 2 - catch name
+ok 3 - finally name
+PASS: t/named
+DURATION: 2
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 fed25256bc0..4545522a984 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,7 +1,40 @@
START: ptest-runner
-2023-12-21T05:19
+2023-12-22T05:20
BEGIN: /usr/lib/libtry-tiny-perl/ptest
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..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 - basic try
ok 2 - rethrow
ok 3 - try block evaluated
@@ -28,24 +61,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..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..0 # SKIP Capture::Tiny 0.12 required
-1..0 # SKIP Capture::Tiny 0.12 required
-SKIP: t/global_destruction_load
-1..3
-ok 1 - try name
-ok 2 - catch name
-ok 3 - finally name
-PASS: t/named
1..30
ok 1 - Moved into finally from try
ok 2 - Error text as expected
@@ -80,39 +95,6 @@ ok 30 - finally ran
ok 28 - before skip in try
ok 29 # skip whee
SKIP: t/finally
-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.
@@ -122,11 +104,16 @@ 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..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):
@@ -204,8 +191,21 @@ when is deprecated at t/given_when.t line 20.
ok 1 - error caught
ok 2 - error is also in $_
PASS: t/given_when
-DURATION: 1
+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
+1..3
+ok 1 - try name
+ok 2 - catch name
+ok 3 - finally name
+PASS: t/named
+DURATION: 2
END: /usr/lib/libtry-tiny-perl/ptest
-2023-12-21T05:19
+2023-12-22T05:20
STOP: ptest-runner
TOTAL: 1 FAIL: 0 \ No newline at end of file
diff --git a/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/testresults.json b/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/testresults.json
index 6d71eba3abc..8efc34f07a9 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/testresults.json
+++ b/runtime/poky/qemuarm64/core-image-ptest-libtry-tiny-perl/testresults.json
@@ -1,51 +1,51 @@
{
- "runtime_core-image-ptest-libtry-tiny-perl_qemuarm64_20231221051621": {
+ "runtime_core-image-ptest-libtry-tiny-perl_qemuarm64_20231222051703": {
"configuration": {
"DISTRO": "poky",
- "HOST_DISTRO": "ubuntu-22.04",
+ "HOST_DISTRO": "ubuntu-18.04",
"IMAGE_BASENAME": "core-image-ptest-libtry-tiny-perl",
"IMAGE_PKGTYPE": "rpm",
"LAYERS": {
"meta": {
"branch": "master",
- "commit": "baa6b64a946623db4db2d29f29f35ad0fec2b4d7",
- "commit_count": 72839
+ "commit": "b92406d2313234dccd77b05fe74c09ba9617a738",
+ "commit_count": 72874
},
"meta-poky": {
"branch": "master",
- "commit": "baa6b64a946623db4db2d29f29f35ad0fec2b4d7",
- "commit_count": 72839
+ "commit": "b92406d2313234dccd77b05fe74c09ba9617a738",
+ "commit_count": 72874
},
"meta-yocto-bsp": {
"branch": "master",
- "commit": "baa6b64a946623db4db2d29f29f35ad0fec2b4d7",
- "commit_count": 72839
+ "commit": "b92406d2313234dccd77b05fe74c09ba9617a738",
+ "commit_count": 72874
}
},
"MACHINE": "qemuarm64",
- "STARTTIME": "20231221051621",
+ "STARTTIME": "20231222051703",
"TESTSERIES": "qemuarm64-ptest-fast",
"TEST_TYPE": "runtime"
},
"result": {
"parselogs.ParseLogsTest.test_get_context": {
- "duration": 0.0021126270294189453,
+ "duration": 0.0017611980438232422,
"status": "PASSED"
},
"parselogs.ParseLogsTest.test_parselogs": {
- "duration": 2.2362685203552246,
+ "duration": 3.1499955654144287,
"status": "PASSED"
},
"ping.PingTest.test_ping": {
- "duration": 0.03265190124511719,
+ "duration": 0.04854917526245117,
"status": "PASSED"
},
"ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
- "duration": 1.256467342376709,
+ "duration": 2.5380666255950928,
"status": "PASSED"
},
"ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
- "duration": 0.001283407211303711,
+ "duration": 0.002012014389038086,
"log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
"status": "SKIPPED"
},
@@ -84,11 +84,11 @@
},
"ptestresult.sections": {
"libtry-tiny-perl": {
- "duration": "1"
+ "duration": "2"
}
},
"ssh.SSHTest.test_ssh": {
- "duration": 11.034952640533447,
+ "duration": 11.609625101089478,
"status": "PASSED"
}
}