-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* debt(`forge`): deprecate `testFail*` * fix tests using testFail* * fix * refactor: expect revert failures tests to cli * rm `testFail` from ExpectRevert.t.sol Moved to ExpectRevertFailures.t.sol in cli tests * mv ExpectCall.t.sol failure tests to ExpectCallFailures.t.sol in forge cli tests * mv ExpectEmit.t.sol `testFail` to ExpectEmitFailures.t.sol as cli test * mv MemSafety failure tests * fmt * mv DSStyleTest failling assertion to cli test * failure_assertions * failing setup test * multiple aftertInvariants * multiple setups * emit diff anonymous * Err out on `testFail * fix: test_core * fix * fix: test_logs * fix: test_fuzz * fix: repro_7481 * fix: testShouldFailRevertNotOnImmediateNextCall, mv to failure_assertions * fix + forge fmt * clippy * chore: update and document external tests (#9644) * rm `should_fail` from runner and TestFunctionKind * update, document and add additional external tests * remove newly added morpho for now * fix --------- Co-authored-by: Yash Atreya <44857776+yash-atreya@users.noreply.github.com> * ignore solmate tests * nit * rm should_fail from run_unit_test & run_fuzz_test * fix fmt * fmt * forge fmt * fix * rm * fix tests * fix: repro_7238 * fix tests * forge fmt * fix: repro tests * bump snekmate ext test * revert snekmate bump * bump snekmate * Revert "bump snekmate" This reverts commit a9e7568. * ignore ERC4626VaultTest in snekmate * remove solmate ext_test --------- Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com> Co-authored-by: zerosnacks <zerosnacks@protonmail.com> Co-authored-by: grandizzy <38490174+grandizzy@users.noreply.github.com>
- Loading branch information
1 parent
fe92e7e
commit abf269e
Showing
33 changed files
with
1,967 additions
and
1,100 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.