This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle the case for contract creation on an empty but exist account w…
…ith storage items (#10065) * Add is_base_storage_root_unchanged * Fix compile, use a shortcut for check, and remove ignored tests * Add a warn! * Update ethereum/tests to v6.0.0-beta.2 * grumble: use {:#x} instead of 0x{:x} Co-Authored-By: sorpaas <[email protected]>
- Loading branch information
Showing
5 changed files
with
22 additions
and
43 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 |
---|---|---|
@@ -1,42 +1,4 @@ | ||
{ "block": | ||
[ | ||
{ | ||
"reference": "None", | ||
"comment": "This failing test is deemed skippable. Could not happen on a mainnet.", | ||
"failing": "GeneralStateTest_stCreate2", | ||
"subtests": ["RevertInCreateInInitCreate2_d0g0v0_Constantinople"] | ||
}, | ||
{ | ||
"reference": "None", | ||
"comment": "This failing test is deemed skippable. Could not happen on a mainnet.", | ||
"failing": "GeneralStateTest_stRevertTest", | ||
"subtests": ["RevertInCreateInInit_d0g0v0_Constantinople"] | ||
} | ||
], | ||
"state": | ||
[ | ||
{ | ||
"reference": "None", | ||
"comment": "This failing test is deemed skippable. Could not happen on a mainnet.", | ||
"failing": "stCreate2Test", | ||
"subtests": { | ||
"RevertInCreateInInitCreate2": { | ||
"subnumbers": ["1"], | ||
"chain": "Constantinople (test)" | ||
} | ||
} | ||
}, | ||
{ | ||
"reference": "None", | ||
"comment": "This failing test is deemed skippable. Could not happen on a mainnet.", | ||
"failing": "stRevertTest", | ||
"subtests": { | ||
"RevertInCreateInInit": { | ||
"subnumbers": ["1"], | ||
"chain": "Constantinople (test)" | ||
} | ||
} | ||
} | ||
|
||
] | ||
{ | ||
"block": [], | ||
"state": [] | ||
} |
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