-
Notifications
You must be signed in to change notification settings - Fork 2
Unable to run kllvm integration tests #357
Comments
As far as I can tell, it only happens with kup-installed K. |
My guess is this is due to missing headers that on Ubuntu are shipped with |
@ehildenb i got your error because of missing llvm-kompile pythonast --python /home/vagrant/.cache/pypoetry/virtualenvs/pyk-bTZ70AFp-py3.10/bin/python --python-output-dir /tmp/tmpufpmj025 fails when using poetry version of python. When I remove the |
Is it possible the Python used with
The fact that providing the I'll do a few more tests in a clean VM. |
On Ubuntu Jammy without
With system Python:
Installing
With
So based on this it indeed looks like |
I ran into this issue again today, and after some more digging the issue is that Happily, it seems that Poetry is happy to be told to use the Python interpreter pointed to by the $ poetry env use /nix/store/bc45k1n0pkrdkr3xa6w84w1xhkl1kkyp-python3-3.10.12/bin/python3 --no-cache We should implement the following fixes:
|
Fixed in runtimeverification/k#3823:
|
When trying to write new integration tests I came across an an issue where some of the tests were failing due to not being able to find a header file.
Steps to reproduce:
make test-integration
Expected result:
All integration tests pass
Actual result:
src/tests/integration/kllvm/test_internal_term.py
crashes with error:The text was updated successfully, but these errors were encountered: