Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: Run main_tests only on various versions of macOS #472

Closed
wants to merge 4 commits into from

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Jan 30, 2024

DRAFT: Experimental... No review is required.

Related to:

macOS 11 on Intel

============================= test session starts ==============================
platform darwin -- Python 3.10.13, pytest-8.0.0, pluggy-1.4.0
rootdir: /Users/runner/work/hpy/hpy
plugins: xdist-3.5.0
created: 3/3 workers
3 workers [1175 items]

........................................................................ [  6%]
........................................................................ [ 12%]
........................................................................ [ 18%]
........................................................................ [ 24%]
........................................................................ [ 30%]
........................................................................ [ 36%]
........................................................................ [ 42%]
........................................................................ [ 49%]
...............s........................................................ [ 55%]
........................................................................ [ 61%]
........................................................................ [ 67%]
........................................................................ [ 73%]
.....ss................................................................. [ 79%]
........................................................................ [ 85%]
........................................................................ [ 91%]
........................................................................ [ 98%]
.......................                                                  [100%]
=============================== warnings summary ===============================
test/test_importing.py::TestImporting::test_importing_attributes[universal]
  /Users/runner/work/hpy/hpy/.tmpdir/popen-gw1/test_importing_attributes_univ0/mytest.py:9: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
    from pkg_resources import resource_filename
[ ... ]
============ 1172 passed, 3 skipped, 1 warning in 219.66s (0:03:39) ============

macOS 12 on Intel

============================= test session starts ==============================
platform darwin -- Python 3.10.13, pytest-8.0.0, pluggy-1.4.0
rootdir: /Users/runner/work/hpy/hpy
plugins: xdist-3.5.0
created: 3/3 workers
3 workers [1175 items]

........................................................................ [  6%]
........................................................................ [ 12%]
........................................................................ [ 18%]
........................................................................ [ 24%]
........................................................................ [ 30%]
.............................................F.......................... [ 36%]
........................................................................ [ 42%]
........................................F............................... [ 49%]
........................................................................ [ 55%]
........................................................................ [ 61%]
...........ss........................................................... [ 67%]
........................................................................ [ 73%]
........................................................................ [ 79%]
......................................F................................. [ 85%]
..............................FF...FFFs................................. [ 91%]
........................................................................ [ 98%]
.......................                                                  [100%]
=================================== FAILURES ===================================
[ ... ]
======= 8 failed, 1164 passed, 3 skipped, 1 warning in 648.41s (0:10:48) =======

macOS 13 on Intel

============================= test session starts ==============================
platform darwin -- Python 3.10.13, pytest-8.0.0, pluggy-1.4.0
rootdir: /Users/runner/work/hpy/hpy
plugins: xdist-3.5.0
created: 4/4 workers
4 workers [1175 items]

........................................................................ [  6%]
........................................................................ [ 12%]
........................................................................ [ 18%]
........................................................................ [ 24%]
........................................................................ [ 30%]
........................................................................ [ 36%]
........................................................................ [ 42%]
........................................................................ [ 49%]
.............F.......................................................... [ 55%]
........................................................................ [ 61%]
........................................................................ [ 67%]
.........ss.......................................................F..... [ 73%]
........................................................................ [ 79%]
........................................................................ [ 85%]
..................................................................FFF... [ 91%]
FFFs.................................................................... [ 98%]
.......................                                                  [100%]
=================================== FAILURES ===================================
[ ... ]
======= 8 failed, 1164 passed, 3 skipped, 1 warning in 574.12s (0:09:34) =======

macOS 14 on M1

============================= test session starts ==============================
platform darwin -- Python 3.10.11, pytest-8.0.0, pluggy-1.4.0
rootdir: /Users/runner/work/hpy/hpy
plugins: xdist-3.5.0
created: 3/3 workers
3 workers [1175 items]

........................................................................ [  6%]
........................................................................ [ 12%]
.....................................................EEEE.EEE.E.EEEE.E.E [ 18%]
.EEE.E.................................................................. [ 24%]
........................................................................ [ 30%]
........................................................................ [ 36%]
......................................................................... [ 42%]
........................................................................ [ 49%]
........................................................................ [ 55%]
........................................................................ [ 61%]
........................................................................ [ 67%]
........................................................................ [ 73%]
.........................................ss............................. [ 79%]
........................................................................ [ 85%]
........................................................................ [ 92%]
........................................................................ [ 98%]
......................                                                   [100%]
==================================== ERRORS ====================================
[ ... ]
======= 1155 passed, 2 skipped, 1 warning, 18 errors in 81.51s (0:01:21) =======

@cclauss cclauss closed this Apr 26, 2024
@cclauss cclauss deleted the test-on-macos-11-thru-14 branch April 26, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant