summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-fast/testresults.json
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-ptest-fast/testresults.json')
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-fast/testresults.json288
1 files changed, 145 insertions, 143 deletions
diff --git a/runtime/poky/qemuarm64/core-image-ptest-fast/testresults.json b/runtime/poky/qemuarm64/core-image-ptest-fast/testresults.json
index 3771b5af276..ff1db1eb7c7 100644
--- a/runtime/poky/qemuarm64/core-image-ptest-fast/testresults.json
+++ b/runtime/poky/qemuarm64/core-image-ptest-fast/testresults.json
@@ -1,8 +1,8 @@
{
- "runtime_core-image-ptest-fast_qemuarm64_20221024011010": {
+ "runtime_core-image-ptest-fast_qemuarm64_20221025010655": {
"configuration": {
"DISTRO": "poky",
- "HOST_DISTRO": "ubuntu-18.04",
+ "HOST_DISTRO": "ubuntu-22.04",
"IMAGE_BASENAME": "core-image-ptest-fast",
"IMAGE_PKGTYPE": "rpm",
"LAYERS": {
@@ -23,21 +23,21 @@
}
},
"MACHINE": "qemuarm64",
- "STARTTIME": "20221024011010",
+ "STARTTIME": "20221025010655",
"TESTSERIES": "qemuarm64-ptest-fast",
"TEST_TYPE": "runtime"
},
"result": {
"ping.PingTest.test_ping": {
- "duration": 0.08673548698425293,
+ "duration": 0.01658177375793457,
"status": "PASSED"
},
"ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
- "duration": 2390.7700967788696,
+ "duration": 1132.2180805206299,
"status": "PASSED"
},
"ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
- "duration": 0.0023164749145507812,
+ "duration": 0.0008227825164794922,
"log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
"status": "SKIPPED"
},
@@ -11231,7 +11231,7 @@
"ptestresult.openssl.99-test_fuzz_x509.t_................_ok": {
"status": "PASSED"
},
- "ptestresult.openssl.Killing_mock_server_with_pid=2338980-test_cmp_http.t_................._ok": {
+ "ptestresult.openssl.Killing_mock_server_with_pid=2338680-test_cmp_http.t_................._ok": {
"status": "PASSED"
},
"ptestresult.opkg.core/01_install.py": {
@@ -13904,6 +13904,18 @@
"ptestresult.python3-more-itertools.tests/test_recipes.py::AllEqualTests::test_true": {
"status": "PASSED"
},
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::BeforeAndAfterTests::test_empty": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::BeforeAndAfterTests::test_never_false": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::BeforeAndAfterTests::test_never_true": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::BeforeAndAfterTests::test_some_true": {
+ "status": "PASSED"
+ },
"ptestresult.python3-more-itertools.tests/test_recipes.py::ConsumeTests::test_negative_consume": {
"status": "PASSED"
},
@@ -13916,6 +13928,15 @@
"ptestresult.python3-more-itertools.tests/test_recipes.py::ConsumeTests::test_total_consume": {
"status": "PASSED"
},
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::Convolvetests::test_derivative": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::Convolvetests::test_infinite_signal": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::Convolvetests::test_moving_average": {
+ "status": "PASSED"
+ },
"ptestresult.python3-more-itertools.tests/test_recipes.py::DotproductTests::test_happy_path": {
"status": "PASSED"
},
@@ -13982,6 +14003,39 @@
"ptestresult.python3-more-itertools.tests/test_recipes.py::NcyclesTests::test_pathalogical_case": {
"status": "PASSED"
},
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthCombinationTests::test_basic": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthCombinationTests::test_invalid_index": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthCombinationTests::test_invalid_r": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthCombinationTests::test_long": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthPermutationTests::test_invalid_index": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthPermutationTests::test_invalid_r": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthPermutationTests::test_long": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthPermutationTests::test_negative_index": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthPermutationTests::test_null": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthPermutationTests::test_r_equal_to_n": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::NthPermutationTests::test_r_less_than_n": {
+ "status": "PASSED"
+ },
"ptestresult.python3-more-itertools.tests/test_recipes.py::NthTests::test_basic": {
"status": "PASSED"
},
@@ -14012,6 +14066,12 @@
"ptestresult.python3-more-itertools.tests/test_recipes.py::PowersetTests::test_combinatorics": {
"status": "PASSED"
},
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::PrependTests::test_basic": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::PrependTests::test_multiple": {
+ "status": "PASSED"
+ },
"ptestresult.python3-more-itertools.tests/test_recipes.py::QuantifyTests::test_custom_predicate": {
"status": "PASSED"
},
@@ -14021,7 +14081,13 @@
"ptestresult.python3-more-itertools.tests/test_recipes.py::RandomCombinationTests::test_no_replacement": {
"status": "PASSED"
},
- "ptestresult.python3-more-itertools.tests/test_recipes.py::RandomCombinationTests::test_pDURATION:_6": {
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::RandomCombinationTests::test_pseudorandomness": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::RandomCombinationWithReplacementTests::test_pseudorandomness": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::RandomCombinationWithReplacementTests::test_replacement": {
"status": "PASSED"
},
"ptestresult.python3-more-itertools.tests/test_recipes.py::RandomPermutationTests::test_full_permutation": {
@@ -14054,6 +14120,12 @@
"ptestresult.python3-more-itertools.tests/test_recipes.py::RoundrobinTests::test_uneven_groups": {
"status": "PASSED"
},
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::SlidingWindowTests::test_basic": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::SubslicesTests::test_basic": {
+ "status": "PASSED"
+ },
"ptestresult.python3-more-itertools.tests/test_recipes.py::TabulateTests::test_count": {
"status": "PASSED"
},
@@ -14090,6 +14162,9 @@
"ptestresult.python3-more-itertools.tests/test_recipes.py::TakeTests::test_take_too_much": {
"status": "PASSED"
},
+ "ptestresult.python3-more-itertools.tests/test_recipes.py::TriplewiseTests::test_basic": {
+ "status": "PASSED"
+ },
"ptestresult.python3-more-itertools.tests/test_recipes.py::UniqueEverseenTests::test_custom_key": {
"status": "PASSED"
},
@@ -14351,81 +14426,6 @@
"ptestresult.python3-pluggy.testing/test_tracer.py::test_simple": {
"status": "PASSED"
},
- "ptestresult.python3-pluggy.tests/test_recipes.py::BeforeAndAfterTests::test_empty": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::BeforeAndAfterTests::test_never_false": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::BeforeAndAfterTests::test_never_true": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::BeforeAndAfterTests::test_some_true": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::Convolvetests::test_derivative": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::Convolvetests::test_infinite_signal": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::Convolvetests::test_moving_average": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthCombinationTests::test_basic": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthCombinationTests::test_invalid_index": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthCombinationTests::test_invalid_r": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthCombinationTests::test_long": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthPermutationTests::test_invalid_index": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthPermutationTests::test_invalid_r": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthPermutationTests::test_long": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthPermutationTests::test_negative_index": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthPermutationTests::test_null": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthPermutationTests::test_r_equal_to_n": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::NthPermutationTests::test_r_less_than_n": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::PrependTests::test_basic": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::PrependTests::test_multiple": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::RandomCombinationWithReplacementTests::test_pseudorandomness": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::RandomCombinationWithReplacementTests::test_replacement": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::SlidingWindowTests::test_basic": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::SubslicesTests::test_basic": {
- "status": "PASSED"
- },
- "ptestresult.python3-pluggy.tests/test_recipes.py::TriplewiseTests::test_basic": {
- "status": "PASSED"
- },
"ptestresult.python3-pyasn1.tests/codec/ber/test_decoder.py::AnyDecoderTestCase::testByUntagged": {
"status": "PASSED"
},
@@ -21802,194 +21802,196 @@
},
"ptestresult.sections": {
"acl": {
- "duration": "15"
+ "duration": "7"
},
"apr": {
- "duration": "40"
+ "duration": "37"
},
"apr-util": {
"duration": "13"
},
"attr": {
- "duration": "1"
+ "duration": "0"
},
"bluez5": {
- "duration": "7"
+ "duration": "6"
},
"bzip2": {
- "duration": "129"
+ "duration": "70"
},
"diffstat": {
- "duration": "7"
+ "duration": "3"
},
"diffutils": {
- "duration": "4"
+ "duration": "2"
},
"elfutils": {
- "duration": "50"
+ "duration": "24"
},
"ethtool": {
"duration": "0"
},
"expat": {
- "duration": "5"
+ "duration": "2"
},
"flex": {
- "duration": "3"
+ "duration": "1"
},
"gawk": {
- "duration": "32"
+ "duration": "18"
},
"gdbm": {
- "duration": "4"
+ "duration": "1"
},
"gdk-pixbuf": {
- "duration": "10"
+ "duration": "1"
},
"gettext": {
- "duration": "246"
+ "duration": "53"
},
"glib-networking": {
- "duration": "5"
+ "duration": "4"
},
"gzip": {
- "duration": "58"
+ "duration": "29"
},
"json-c": {
- "duration": "1"
+ "duration": "0"
},
"json-glib": {
- "duration": "1"
+ "duration": "0"
},
"libconvert-asn1-perl": {
- "duration": "3"
+ "duration": "1"
},
"liberror-perl": {
- "duration": "3"
+ "duration": "1"
},
"libgpg-error": {
- "duration": "1"
+ "duration": "0"
},
"libmodule-build-perl": {
- "duration": "137"
+ "duration": "40"
},
"libnl": {
- "duration": "2"
+ "duration": "0"
},
"libpcre": {
- "duration": "3"
+ "duration": "1"
},
"libssh2": {
- "duration": "12"
+ "duration": "4"
},
"libtest-needs-perl": {
- "duration": "7"
+ "duration": "2"
},
"libtimedate-perl": {
- "duration": "1"
+ "duration": "0"
},
"liburi-perl": {
- "duration": "4"
+ "duration": "2"
},
"libusb1": {
- "duration": "14"
+ "duration": "4"
},
"libxml-namespacesupport-perl": {
"duration": "1"
},
"libxml-parser-perl": {
- "duration": "2"
+ "duration": "0"
},
"libxml-perl": {
- "duration": "1"
+ "duration": "0"
},
"libxml-sax-base-perl": {
- "duration": "3"
+ "duration": "1"
},
"libxml-sax-perl": {
- "duration": "4"
+ "duration": "1"
},
"libxml-simple-perl": {
- "duration": "16"
+ "duration": "12"
},
"libxml2": {
- "duration": "28"
+ "duration": "12"
},
"lua": {
- "duration": "1"
+ "duration": "0"
},
"lzo": {
- "duration": "3"
+ "duration": "1"
},
"m4": {
- "duration": "37"
+ "duration": "22"
},
"nettle": {
- "duration": "26"
+ "duration": "16"
},
"openssl": {
- "duration": "988"
+ "duration": "464"
},
"opkg": {
- "duration": "30"
+ "duration": "9"
},
"pango": {
- "duration": "3"
+ "duration": "1"
},
"parted": {
- "duration": "221"
+ "duration": "164"
},
"popt": {
"duration": "0"
},
"python3-atomicwrites": {
- "duration": "2"
+ "duration": "1"
},
"python3-bcrypt": {
- "duration": "2"
+ "duration": "1"
},
"python3-hypothesis": {
- "duration": "1"
+ "duration": "0"
},
"python3-jinja2": {
- "duration": "16"
+ "duration": "4"
},
"python3-jsonpointer": {
"duration": "0"
},
"python3-markupsafe": {
- "duration": "3"
+ "duration": "1"
},
- "python3-more-itertools": {},
- "python3-pluggy": {
+ "python3-more-itertools": {
"duration": "2"
},
+ "python3-pluggy": {
+ "duration": "0"
+ },
"python3-pyasn1": {
- "duration": "11"
+ "duration": "5"
},
"python3-pytz": {
- "duration": "2"
+ "duration": "1"
},
"python3-wcwidth": {
- "duration": "2"
+ "duration": "0"
},
"python3-webcolors": {
- "duration": "1"
+ "duration": "0"
},
"qemu": {
- "duration": "25"
+ "duration": "21"
},
"quilt": {
- "duration": "86"
+ "duration": "33"
},
"sed": {
- "duration": "17"
+ "duration": "6"
},
"slang": {
- "duration": "24"
+ "duration": "21"
},
"wayland": {
- "duration": "7"
+ "duration": "5"
},
"zlib": {
"duration": "0"
@@ -22560,7 +22562,7 @@
"status": "PASSED"
},
"ssh.SSHTest.test_ssh": {
- "duration": 0.611417293548584,
+ "duration": 0.40249156951904297,
"status": "PASSED"
}
}