Merged
Conversation
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.
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.
d75e7dc to
2541da0
Compare
metametamoon
pushed a commit
to metametamoon/klee
that referenced
this pull request
Jun 21, 2025
* 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> (cherry picked from commit 6e2c242)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.