kiwisolver hpy tests in debug mode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ HPY_DEBUG=1 HPY_LOG=1 PYTHONPATH=`pwd` pytest -s py/tests/ | |
============== test session starts ============== | |
platform linux -- Python 3.8.13+, pytest-7.1.2, pluggy-1.0.0 | |
rootdir: /path/to//kiwi | |
collecting ... Loading 'kiwisolver' in HPy universal mode with a debug context | |
collected 49 items | |
py/tests/test_constraint.py .E.E.E.E.E.E.E.E | |
py/tests/test_expression.py .E.E.E.E.E.E.E.E.E.E.E.E | |
py/tests/test_solver.py ..E.E.E.E.E.E.E | |
py/tests/test_strength.py .. | |
py/tests/test_term.py .E.E.E.E.E.E.E.E.E.E.E.E | |
py/tests/test_variable.py .Fatal Python error: Segmentation fault |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment