summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-liberror-perl
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-ptest-liberror-perl')
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-liberror-perl.log118
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-raw.log120
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-liberror-perl/testresults.json32
3 files changed, 135 insertions, 135 deletions
diff --git a/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-liberror-perl.log b/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-liberror-perl.log
index 475c32e0d44..8ac8db80385 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-liberror-perl.log
+++ b/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-liberror-perl.log
@@ -1,35 +1,65 @@
START: ptest-runner
-2024-01-15T03:53
-1..2
-ok 1 - Error.pm loaded ok
-ok 2 - Error/Simple.pm loaded ok
-PASS: t/00-compile
+2024-01-16T03:36
1..1
ok 1 - Testing that the excpetion is not trampeled
PASS: t/07try-in-obj-destructor
+1..3
+ok 1 - Error was auto-converted to Error::Simple
+ok 2 - Error was auto-converted to MyError::Bar
+ok 3 - Text of the error is correct
+PASS: t/06customize-text-throw
+1..1
+ok 1 - Testing that the VERSION was not overrided
+PASS: t/14Error-Simple-VERSION
1..2
-ok 1 - Testing for thrown exception
-ok 2 - No Errors caught.
-PASS: t/03throw-non-Error
+ok 1 - Error thrown in the catch clause is registered
+ok 2 - Error thrown in the otherwise clause is registered
+PASS: t/10throw-in-catch
+1..6
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+PASS: t/02order
+1..2
+ok 1 - Checking that eval { ... } is sane
+# Error::THROWN = This is caught by eval, not by try. at t/12wrong-error-var.t line 12.
+
+# Error::THROWN =
+# E = This is a simple 'die' exception. at t/12wrong-error-var.t line 22.
+
+ok 2 - Checking that the argument to otherwise is the thrown exception
+PASS: t/12wrong-error-var
1..4
ok 1
ok 2
ok 3
ok 4
PASS: t/01throw
-1..4
-ok 1 - Error rethrown
-ok 2 - Thrown Error::Simple
-ok 3 - die foobar
-ok 4 - throw Error::Simple
-PASS: t/11rethrow
1..2
-ok 1 - Error thrown in the catch clause is registered
-ok 2 - Error thrown in the otherwise clause is registered
-PASS: t/10throw-in-catch
-1..1
-ok 1 - Testing that the use base worked.
-PASS: t/04use-base-Error-Simple
+ok 1 - defined( $_[0] ) after throw/except
+ok 2 - $_[0]->isa( "Error::Simple" ) after throw/except
+PASS: t/13except-arg0
+1..8
+ok 1 - defined( $_[0] ) after throw/catch
+ok 2 - defined( $@ ) after throw/catch
+ok 3 - $_[0]->isa( "Error::Simple" ) after throw/catch
+ok 4 - $@->isa( "Error::Simple" ) after throw/catch
+ok 5 - defined( $_[0] ) after throw/otherwise
+ok 6 - defined( $@ ) after throw/otherwise
+ok 7 - $_[0]->isa( "Error::Simple" ) after throw/otherwise
+ok 8 - $@->isa( "Error::Simple" ) after throw/otherwise
+PASS: t/09dollar-at
+1..2
+ok 1 - Error.pm loaded ok
+ok 2 - Error/Simple.pm loaded ok
+PASS: t/00-compile
+1..2
+ok 1 - Testing for thrown exception
+ok 2 - No Errors caught.
+PASS: t/03throw-non-Error
1..21
ok 1 - Loaded
ok 2 - Test framework STDERR
@@ -53,36 +83,15 @@ ok 19 - Custom warn felloffcode
ok 20 - Custom die STDERR
ok 21 - Custom die felloffcode
PASS: t/08warndie
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/02order
-1..8
-ok 1 - defined( $_[0] ) after throw/catch
-ok 2 - defined( $@ ) after throw/catch
-ok 3 - $_[0]->isa( "Error::Simple" ) after throw/catch
-ok 4 - $@->isa( "Error::Simple" ) after throw/catch
-ok 5 - defined( $_[0] ) after throw/otherwise
-ok 6 - defined( $@ ) after throw/otherwise
-ok 7 - $_[0]->isa( "Error::Simple" ) after throw/otherwise
-ok 8 - $@->isa( "Error::Simple" ) after throw/otherwise
-PASS: t/09dollar-at
-1..3
-ok 1 - Error was auto-converted to Error::Simple
-ok 2 - Error was auto-converted to MyError::Bar
-ok 3 - Text of the error is correct
-PASS: t/06customize-text-throw
1..1
-ok 1 - Testing that the VERSION was not overrided
-PASS: t/14Error-Simple-VERSION
-1..2
-ok 1 - defined( $_[0] ) after throw/except
-ok 2 - $_[0]->isa( "Error::Simple" ) after throw/except
-PASS: t/13except-arg0
+ok 1 - Testing that the use base worked.
+PASS: t/04use-base-Error-Simple
+1..4
+ok 1 - Error rethrown
+ok 2 - Thrown Error::Simple
+ok 3 - die foobar
+ok 4 - throw Error::Simple
+PASS: t/11rethrow
1..4
readline() on closed filehandle I at t/lib/MyDie.pm line 10.
ok 1 - Not MyError::Foo
@@ -90,13 +99,4 @@ ok 2 - Testing
ok 3 - Testing for correct line number
ok 4 - Testing for correct module
PASS: t/05text-errors-with-file-handles
-1..2
-ok 1 - Checking that eval { ... } is sane
-# Error::THROWN = This is caught by eval, not by try. at t/12wrong-error-var.t line 12.
-
-# Error::THROWN =
-# E = This is a simple 'die' exception. at t/12wrong-error-var.t line 22.
-
-ok 2 - Checking that the argument to otherwise is the thrown exception
-PASS: t/12wrong-error-var
-DURATION: 3
+DURATION: 1
diff --git a/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-raw.log b/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-raw.log
index 0404f10709e..af6a1c59050 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-raw.log
+++ b/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/ptest-raw.log
@@ -1,36 +1,66 @@
START: ptest-runner
-2024-01-15T03:53
+2024-01-16T03:36
BEGIN: /usr/lib/liberror-perl/ptest
-1..2
-ok 1 - Error.pm loaded ok
-ok 2 - Error/Simple.pm loaded ok
-PASS: t/00-compile
1..1
ok 1 - Testing that the excpetion is not trampeled
PASS: t/07try-in-obj-destructor
+1..3
+ok 1 - Error was auto-converted to Error::Simple
+ok 2 - Error was auto-converted to MyError::Bar
+ok 3 - Text of the error is correct
+PASS: t/06customize-text-throw
+1..1
+ok 1 - Testing that the VERSION was not overrided
+PASS: t/14Error-Simple-VERSION
1..2
-ok 1 - Testing for thrown exception
-ok 2 - No Errors caught.
-PASS: t/03throw-non-Error
+ok 1 - Error thrown in the catch clause is registered
+ok 2 - Error thrown in the otherwise clause is registered
+PASS: t/10throw-in-catch
+1..6
+ok 1
+ok 2
+ok 3
+ok 4
+ok 5
+ok 6
+PASS: t/02order
+1..2
+ok 1 - Checking that eval { ... } is sane
+# Error::THROWN = This is caught by eval, not by try. at t/12wrong-error-var.t line 12.
+
+# Error::THROWN =
+# E = This is a simple 'die' exception. at t/12wrong-error-var.t line 22.
+
+ok 2 - Checking that the argument to otherwise is the thrown exception
+PASS: t/12wrong-error-var
1..4
ok 1
ok 2
ok 3
ok 4
PASS: t/01throw
-1..4
-ok 1 - Error rethrown
-ok 2 - Thrown Error::Simple
-ok 3 - die foobar
-ok 4 - throw Error::Simple
-PASS: t/11rethrow
1..2
-ok 1 - Error thrown in the catch clause is registered
-ok 2 - Error thrown in the otherwise clause is registered
-PASS: t/10throw-in-catch
-1..1
-ok 1 - Testing that the use base worked.
-PASS: t/04use-base-Error-Simple
+ok 1 - defined( $_[0] ) after throw/except
+ok 2 - $_[0]->isa( "Error::Simple" ) after throw/except
+PASS: t/13except-arg0
+1..8
+ok 1 - defined( $_[0] ) after throw/catch
+ok 2 - defined( $@ ) after throw/catch
+ok 3 - $_[0]->isa( "Error::Simple" ) after throw/catch
+ok 4 - $@->isa( "Error::Simple" ) after throw/catch
+ok 5 - defined( $_[0] ) after throw/otherwise
+ok 6 - defined( $@ ) after throw/otherwise
+ok 7 - $_[0]->isa( "Error::Simple" ) after throw/otherwise
+ok 8 - $@->isa( "Error::Simple" ) after throw/otherwise
+PASS: t/09dollar-at
+1..2
+ok 1 - Error.pm loaded ok
+ok 2 - Error/Simple.pm loaded ok
+PASS: t/00-compile
+1..2
+ok 1 - Testing for thrown exception
+ok 2 - No Errors caught.
+PASS: t/03throw-non-Error
1..21
ok 1 - Loaded
ok 2 - Test framework STDERR
@@ -54,36 +84,15 @@ ok 19 - Custom warn felloffcode
ok 20 - Custom die STDERR
ok 21 - Custom die felloffcode
PASS: t/08warndie
-1..6
-ok 1
-ok 2
-ok 3
-ok 4
-ok 5
-ok 6
-PASS: t/02order
-1..8
-ok 1 - defined( $_[0] ) after throw/catch
-ok 2 - defined( $@ ) after throw/catch
-ok 3 - $_[0]->isa( "Error::Simple" ) after throw/catch
-ok 4 - $@->isa( "Error::Simple" ) after throw/catch
-ok 5 - defined( $_[0] ) after throw/otherwise
-ok 6 - defined( $@ ) after throw/otherwise
-ok 7 - $_[0]->isa( "Error::Simple" ) after throw/otherwise
-ok 8 - $@->isa( "Error::Simple" ) after throw/otherwise
-PASS: t/09dollar-at
-1..3
-ok 1 - Error was auto-converted to Error::Simple
-ok 2 - Error was auto-converted to MyError::Bar
-ok 3 - Text of the error is correct
-PASS: t/06customize-text-throw
1..1
-ok 1 - Testing that the VERSION was not overrided
-PASS: t/14Error-Simple-VERSION
-1..2
-ok 1 - defined( $_[0] ) after throw/except
-ok 2 - $_[0]->isa( "Error::Simple" ) after throw/except
-PASS: t/13except-arg0
+ok 1 - Testing that the use base worked.
+PASS: t/04use-base-Error-Simple
+1..4
+ok 1 - Error rethrown
+ok 2 - Thrown Error::Simple
+ok 3 - die foobar
+ok 4 - throw Error::Simple
+PASS: t/11rethrow
1..4
readline() on closed filehandle I at t/lib/MyDie.pm line 10.
ok 1 - Not MyError::Foo
@@ -91,17 +100,8 @@ ok 2 - Testing
ok 3 - Testing for correct line number
ok 4 - Testing for correct module
PASS: t/05text-errors-with-file-handles
-1..2
-ok 1 - Checking that eval { ... } is sane
-# Error::THROWN = This is caught by eval, not by try. at t/12wrong-error-var.t line 12.
-
-# Error::THROWN =
-# E = This is a simple 'die' exception. at t/12wrong-error-var.t line 22.
-
-ok 2 - Checking that the argument to otherwise is the thrown exception
-PASS: t/12wrong-error-var
-DURATION: 3
+DURATION: 1
END: /usr/lib/liberror-perl/ptest
-2024-01-15T03:53
+2024-01-16T03:36
STOP: ptest-runner
TOTAL: 1 FAIL: 0 \ No newline at end of file
diff --git a/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/testresults.json b/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/testresults.json
index 64e49d80f31..2c1d8658cda 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/testresults.json
+++ b/runtime/poky/qemuarm64/core-image-ptest-liberror-perl/testresults.json
@@ -1,51 +1,51 @@
{
- "runtime_core-image-ptest-liberror-perl_qemuarm64_20240115033726": {
+ "runtime_core-image-ptest-liberror-perl_qemuarm64_20240116033256": {
"configuration": {
"DISTRO": "poky",
- "HOST_DISTRO": "ubuntu-20.04",
+ "HOST_DISTRO": "ubuntu-22.04",
"IMAGE_BASENAME": "core-image-ptest-liberror-perl",
"IMAGE_PKGTYPE": "rpm",
"LAYERS": {
"meta": {
"branch": "master",
- "commit": "61182659c212db24e52cdbcdbb043c7b0de86094",
- "commit_count": 73108
+ "commit": "663f1805742ff6fb6955719d0ab7846a425debcf",
+ "commit_count": 73124
},
"meta-poky": {
"branch": "master",
- "commit": "61182659c212db24e52cdbcdbb043c7b0de86094",
- "commit_count": 73108
+ "commit": "663f1805742ff6fb6955719d0ab7846a425debcf",
+ "commit_count": 73124
},
"meta-yocto-bsp": {
"branch": "master",
- "commit": "61182659c212db24e52cdbcdbb043c7b0de86094",
- "commit_count": 73108
+ "commit": "663f1805742ff6fb6955719d0ab7846a425debcf",
+ "commit_count": 73124
}
},
"MACHINE": "qemuarm64",
- "STARTTIME": "20240115033726",
+ "STARTTIME": "20240116033256",
"TESTSERIES": "qemuarm64-ptest-fast",
"TEST_TYPE": "runtime"
},
"result": {
"parselogs.ParseLogsTest.test_get_context": {
- "duration": 0.002070188522338867,
+ "duration": 0.019341468811035156,
"status": "PASSED"
},
"parselogs.ParseLogsTest.test_parselogs": {
- "duration": 2.6614208221435547,
+ "duration": 2.3057031631469727,
"status": "PASSED"
},
"ping.PingTest.test_ping": {
- "duration": 0.0600740909576416,
+ "duration": 0.0672447681427002,
"status": "PASSED"
},
"ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
- "duration": 3.6417510509490967,
+ "duration": 1.6478726863861084,
"status": "PASSED"
},
"ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
- "duration": 0.001844644546508789,
+ "duration": 0.00046634674072265625,
"log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
"status": "SKIPPED"
},
@@ -96,11 +96,11 @@
},
"ptestresult.sections": {
"liberror-perl": {
- "duration": "3"
+ "duration": "1"
}
},
"ssh.SSHTest.test_ssh": {
- "duration": 11.169472455978394,
+ "duration": 11.101781606674194,
"status": "PASSED"
}
}