You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use a virtual environment for Python3 while testing under MacOS
With Python3.12, brew requires a virtualenv for external python packages.
Setup and use such an environment for testing under MacOS.
While there is a `tabulate` package in brew, installing it won't install the library only the command line tool `tabulate`.
Therefore, we install `tabulate` via `pip install`.
Remove unnecessary package upgrade.
* Fix bug in PATH cleaning, more robust installation detection
The previous implementation gobbled up the first entry of the PATH by interpreting the second argument as pattern.
New implementation avoids this and is more robust in detecting existing KLEE installations.
* Mark variadic argument tests as requiring x86_64
* Update VarArgByValOld.c
---------
Co-authored-by: Martin Nowack <m.nowack@imperial.ac.uk>
0 commit comments