Skip to content

Instantly share code, notes, and snippets.

@klemensn
Created December 2, 2022 19:29
Show Gist options
  • Save klemensn/936496c1bea568a0f741ae9b3ec54d39 to your computer and use it in GitHub Desktop.
Save klemensn/936496c1bea568a0f741ae9b3ec54d39 to your computer and use it in GitHub Desktop.
OpenBSD/sparc64 py3-msgpack-1.0.4p1v0 regress test results
$ make build
[...]
Successfully built msgpack-1.0.4-cp310-cp310-openbsd_7_2_sparc64.whl
$ make test
===> py3-msgpack-1.0.4p1v0 depends on: py3-test-* -> py3-test-7.1.3p0
===> Regression tests for py3-msgpack-1.0.4p1v0
============================= test session starts ==============================
platform openbsd7 -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0
benchmark: 3.4.1 (defaults: timer=time.perf_counter disable_gc=False min_rounds=5 min_time=0.000005 max_time=1.0 calibration_precision=10 warmup=False warmup_iterations=100000)
rootdir: /usr/ports/pobj/py-msgpack-1.0.4-python3/msgpack-1.0.4
plugins: benchmark-3.4.1
collected 118 items
test/test_buffer.py ... [ 2%]
test/test_case.py ............. [ 13%]
test/test_except.py .... [ 16%]
test/test_extension.py .... [ 20%]
test/test_format.py .......... [ 28%]
test/test_limits.py .......... [ 37%]
test/test_memoryview.py ............ [ 47%]
test/test_newspec.py ..... [ 51%]
test/test_obj.py ........ [ 58%]
test/test_pack.py ............... [ 71%]
test/test_read_size.py ...... [ 76%]
test/test_seq.py . [ 77%]
test/test_sequnpack.py ........ [ 83%]
test/test_stricttype.py ... [ 86%]
test/test_subtype.py . [ 87%]
test/test_timestamp.py .......... [ 95%]
test/test_unpack.py ..... [100%]
============================= 118 passed in 7.25s ==============================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment