-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add converted-ethereum-tests.txt tests tested with geth evm 1.13.11-unstable
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
([#440](https://github.com/ethereum/execution-spec-tests/pull/440)) | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/01_tloadBeginningTxnFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/02_tloadAfterTstoreFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/03_tloadAfterStoreIs0Filler.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/04_tloadAfterCallFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/05_tloadReentrancyFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/06_tstoreInReentrancyCallFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/07_tloadAfterReentrancyStoreFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/08_revertUndoesTransientStoreFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/09_revertUndoesAllFiller.yml | ||
.. | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/11_tstoreDelegateCallFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/12_tloadDelegateCallFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/13_tloadStaticCallFiller.yml | ||
.. | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/16_tloadGasFiller.yml | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/18_tloadAfterStoreFiller.yml | ||
.. | ||
src/GeneralStateTestsFiller/Cancun/stEIP1153-transientStorage/20_oogUndoesTransientStoreInCallFiller.yml | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ Test fixtures for use by clients are available for each release on the [Github r | |
## 🔜 [Unreleased](https://github.com/ethereum/execution-spec-tests/releases/tag/v-Unreleased) - 2024-xx-xx | ||
|
||
### 🧪 Test Cases | ||
Check failure on line 9 in docs/CHANGELOG.md GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox run-parallel --parallel-no-spinner)Headings should be surrounded by blank lines
Check failure on line 9 in docs/CHANGELOG.md GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox run-parallel --parallel-no-spinner)Headings should be surrounded by blank lines
|
||
- ✨ Convert a few eip1153 tests from ethereum/tests repo into .py ([#440](https://github.com/ethereum/execution-spec-tests/pull/440)). | ||
Check failure on line 10 in docs/CHANGELOG.md GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox run-parallel --parallel-no-spinner)Lists should be surrounded by blank lines
Check failure on line 10 in docs/CHANGELOG.md GitHub Actions / build (ubuntu-latest, 3.10, 0.8.20, main, tox run-parallel --parallel-no-spinner)Lists should be surrounded by blank lines
|
||
|
||
### 🛠️ Framework | ||
|
||
|