This repository was archived by the owner on Jun 24, 2026. It is now read-only.
Attempt to fix Truffle tests#1637
Merged
Merged
Conversation
added 2 commits
March 20, 2020 10:02
Who knows...
Contributor
Author
|
|
ekilmer
approved these changes
Mar 21, 2020
ekilmer
added a commit
to ekilmer/manticore
that referenced
this pull request
Apr 7, 2020
* master: Bump to CheckoutV2 (trailofbits#1654) Add support for `sys_arm_fadvise64_64` (trailofbits#1648) Add __slots__ to expressions (trailofbits#1635) Swap remaining uses of `Z3Solver()` to use the singleton interface (trailofbits#1649) CI: have pytest report 100 slowest tests (trailofbits#1646) Add a syscall implementation for `llseek` (trailofbits#1640) (and some type hints) Added support for proc/self/maps (trailofbits#1639) Add missing support for ARM modified immediate encodings (trailofbits#1638) Transparently compress & decompress persisted state files (trailofbits#1624) Attempt to fix Truffle tests (trailofbits#1637) Skip basic blocks that unavoidably end in REVERT. (trailofbits#1630)
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
All of our pull request builds are failing right now due to (apparently) upstream changes to Truffle. Perhaps bumping the version number will be enough to fix them?