summaryrefslogtreecommitdiffstats
path: root/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis')
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/ptest-python3-hypothesis.log17
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/ptest-raw.log22
-rw-r--r--runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/testresults.json78
3 files changed, 117 insertions, 0 deletions
diff --git a/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/ptest-python3-hypothesis.log b/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/ptest-python3-hypothesis.log
new file mode 100644
index 00000000000..3d5246ff555
--- /dev/null
+++ b/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/ptest-python3-hypothesis.log
@@ -0,0 +1,17 @@
+START: ptest-runner
+2024-03-21T02:40
+PASS: examples/test_binary_search.py:test_insert_is_sorted
+PASS: examples/test_binary_search.py:test_is_minimal
+PASS: examples/test_binary_search.py:test_inserts_into_same_place_twice
+PASS: examples/test_rle.py:test_decodes_to_starting_sequence
+PASS: examples/test_rle.py:test_duplicating_an_element_does_not_increase_length
+============================================================================
+Testsuite summary
+# TOTAL: 5
+# PASS: 5
+# SKIP: 0
+# XFAIL: 0
+# FAIL: 0
+# XPASS: 0
+# ERROR: 0
+DURATION: 7
diff --git a/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/ptest-raw.log b/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/ptest-raw.log
new file mode 100644
index 00000000000..2f1b0312ac7
--- /dev/null
+++ b/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/ptest-raw.log
@@ -0,0 +1,22 @@
+START: ptest-runner
+2024-03-21T02:40
+BEGIN: /usr/lib/python3-hypothesis/ptest
+PASS: examples/test_binary_search.py:test_insert_is_sorted
+PASS: examples/test_binary_search.py:test_is_minimal
+PASS: examples/test_binary_search.py:test_inserts_into_same_place_twice
+PASS: examples/test_rle.py:test_decodes_to_starting_sequence
+PASS: examples/test_rle.py:test_duplicating_an_element_does_not_increase_length
+============================================================================
+Testsuite summary
+# TOTAL: 5
+# PASS: 5
+# SKIP: 0
+# XFAIL: 0
+# FAIL: 0
+# XPASS: 0
+# ERROR: 0
+DURATION: 7
+END: /usr/lib/python3-hypothesis/ptest
+2024-03-21T02:40
+STOP: ptest-runner
+TOTAL: 1 FAIL: 0 \ No newline at end of file
diff --git a/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/testresults.json b/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/testresults.json
new file mode 100644
index 00000000000..597daf054ac
--- /dev/null
+++ b/runtime/poky/qemuarm64/core-image-ptest-python3-hypothesis/testresults.json
@@ -0,0 +1,78 @@
+{
+ "runtime_core-image-ptest-python3-hypothesis_qemuarm64_20240321023849": {
+ "configuration": {
+ "DISTRO": "poky",
+ "HOST_DISTRO": "ubuntu-18.04",
+ "IMAGE_BASENAME": "core-image-ptest-python3-hypothesis",
+ "IMAGE_PKGTYPE": "rpm",
+ "LAYERS": {
+ "meta": {
+ "branch": "master",
+ "commit": "94f99434eff15a92cfdc2dce423d32a1b74aab39",
+ "commit_count": 73927
+ },
+ "meta-poky": {
+ "branch": "master",
+ "commit": "94f99434eff15a92cfdc2dce423d32a1b74aab39",
+ "commit_count": 73927
+ },
+ "meta-yocto-bsp": {
+ "branch": "master",
+ "commit": "94f99434eff15a92cfdc2dce423d32a1b74aab39",
+ "commit_count": 73927
+ }
+ },
+ "MACHINE": "qemuarm64",
+ "STARTTIME": "20240321023849",
+ "TESTSERIES": "qemuarm64-ptest-fast",
+ "TEST_TYPE": "runtime"
+ },
+ "result": {
+ "parselogs.ParseLogsTest.test_get_context": {
+ "duration": 0.001163482666015625,
+ "status": "PASSED"
+ },
+ "parselogs.ParseLogsTest.test_parselogs": {
+ "duration": 3.1001534461975098,
+ "status": "PASSED"
+ },
+ "ping.PingTest.test_ping": {
+ "duration": 0.03249859809875488,
+ "status": "PASSED"
+ },
+ "ptest.PtestRunnerTest.test_ptestrunner_expectfail": {
+ "duration": 7.615007162094116,
+ "status": "PASSED"
+ },
+ "ptest.PtestRunnerTest.test_ptestrunner_expectsuccess": {
+ "duration": 0.0016679763793945312,
+ "log": "Cannot run ptests without @expectedFailure as ptests are expected to fail",
+ "status": "SKIPPED"
+ },
+ "ptestresult.python3-hypothesis.examples/test_binary_search.py:test_insert_is_sorted": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-hypothesis.examples/test_binary_search.py:test_inserts_into_same_place_twice": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-hypothesis.examples/test_binary_search.py:test_is_minimal": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-hypothesis.examples/test_rle.py:test_decodes_to_starting_sequence": {
+ "status": "PASSED"
+ },
+ "ptestresult.python3-hypothesis.examples/test_rle.py:test_duplicating_an_element_does_not_increase_length": {
+ "status": "PASSED"
+ },
+ "ptestresult.sections": {
+ "python3-hypothesis": {
+ "duration": "7"
+ }
+ },
+ "ssh.SSHTest.test_ssh": {
+ "duration": 11.098741292953491,
+ "status": "PASSED"
+ }
+ }
+ }
+} \ No newline at end of file