Skip to content

Instantly share code, notes, and snippets.

@steve-s
Created October 21, 2022 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steve-s/4f3feb242cfa9795374f96eb32cff8c0 to your computer and use it in GitHub Desktop.
Save steve-s/4f3feb242cfa9795374f96eb32cff8c0 to your computer and use it in GitHub Desktop.
kiwisolver hpy tests in debug mode
$ 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