This repository was 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
Update JSON tests to d4f86ecf4aa7c #11054
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b745fa3
new ethereum consensus tests, #10908
debris bd0f53a
Merge branch 'master' into dp/chore/new-ethereum-consensus-tests
dvdplm 9339d0d
Update JSON tests to 725dbc73a
dvdplm c9b638f
Update json test commit to 1dc9d20e97165708f7db0bbf2d1a87a6b4285827
dvdplm 3d3b666
Fail with error message
dvdplm 1c68b36
Handle missing r, s, v params in json tests
dvdplm 1ab7ec6
Merge branch 'master' into dp/chore/new-ethereum-consensus-tests
dvdplm 63bb992
Include the path to the test file
dvdplm 6986fe8
Handle new `postState` format: string or map
dvdplm 4fe800c
WIP
dvdplm 21af38b
Include test-helpers from ethjson
dvdplm 2f5de24
Sort out new paths
dvdplm 8804d3f
Remove dead code
dvdplm b8bab18
Fix warnings stemming from code called only from macros
dvdplm 7c78c84
Skip all failing tests
dvdplm ad68b3c
Document the single-test-skipping madness
dvdplm dfaee44
Merge branch 'master' into dp/chore/new-ethereum-consensus-tests
dvdplm c93f96e
Update tests to latest commit on the `develop` branch
dvdplm c9ae32e
Rename test skipping types to reflect actual purpose
dvdplm 1a4c417
Switch to skipping individual tests in currents.json
dvdplm ff47886
Fix rpc test by curve fitting to new json test source file
dvdplm ef7675f
Add refs to all issues for fixing failing&skipped json tests
dvdplm 1756291
Sort out the need for Clone for tests
dvdplm 8d80635
[json-tests] populate state from genesis pod state (#11083)
70c45b1
Update ethcore/src/json_tests/chain.rs
dvdplm 025e323
Add issue numbers to TODOs
dvdplm 56a1069
Merge branch 'dp/chore/new-ethereum-consensus-tests' of github.com:pa…
dvdplm fa9f02a
Apply @ordians fix for wrong state_root
dvdplm 8716813
Warn on invalid RLP
dvdplm eae76c6
Remove the `ci-skip-tests` feature
dvdplm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Submodule tests
updated
from 725dbc to d4f86e
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,57 @@ | ||
{ | ||
"block": [], | ||
"state": [] | ||
"block": [ | ||
{ | ||
"reference": "Issue https://github.com/paritytech/parity-ethereum/issues/11073 (also see https://github.com/paritytech/parity-ethereum/pull/10923)", | ||
"failing": "stRevertTest", | ||
"subtests": [ | ||
"RevertPrecompiledTouch_d0g0v0_Byzantium", | ||
"RevertPrecompiledTouch_d0g0v0_Constantinople", | ||
"RevertPrecompiledTouch_d0g0v0_ConstantinopleFix", | ||
"RevertPrecompiledTouch_d0g0v0_EIP158", | ||
"RevertPrecompiledTouch_d3g0v0_ConstantinopleFix", | ||
"RevertPrecompiledTouchCC_d0g0v0_Byzantium", | ||
"RevertPrecompiledTouchCC_d0g0v0_Constantinople", | ||
"RevertPrecompiledTouchCC_d0g0v0_EIP158", | ||
"RevertPrecompiledTouchDC_d0g0v0_Byzantium", | ||
"RevertPrecompiledTouchDC_d0g0v0_Constantinople", | ||
"RevertPrecompiledTouchDC_d0g0v0_EIP158", | ||
"RevertPrecompiledTouchExactOOG_d7g1v0_ConstantinopleFix", | ||
"RevertPrecompiledTouchExactOOG_d31g1v0_ConstantinopleFix", | ||
"RevertPrecompiledTouch_storage_d3g0v0_ConstantinopleFix", | ||
"RevertPrecompiledTouch_storage_d0g0v0_ConstantinopleFix" | ||
] | ||
} | ||
], | ||
"state": [ | ||
{ | ||
"reference": "Issue https://github.com/paritytech/parity-ethereum/issues/11078 (also see https://github.com/paritytech/parity-ethereum/pull/10923)", | ||
"failing": "stRevertTest", | ||
"subtests": { | ||
"RevertPrecompiledTouch_storage": { | ||
"subnumbers": ["1", "2"], | ||
"chain": "St. Peter's (test)" | ||
} | ||
} | ||
}, | ||
{ | ||
"reference": "Issue https://github.com/paritytech/parity-ethereum/issues/11079 (also see https://github.com/paritytech/parity-ethereum/pull/10923)", | ||
"failing": "stRevertTest", | ||
"subtests": { | ||
"RevertPrecompiledTouchExactOOG": { | ||
"subnumbers": ["61", "64"], | ||
"chain": "St. Peter's (test)" | ||
} | ||
} | ||
}, | ||
{ | ||
"reference": "Issue https://github.com/paritytech/parity-ethereum/issues/11080 (also see https://github.com/paritytech/parity-ethereum/pull/10923)", | ||
"failing": "stRevertTest", | ||
"subtests": { | ||
"RevertPrecompiledTouch": { | ||
"subnumbers": ["1", "2"], | ||
"chain": "St. Peter's (test)" | ||
} | ||
} | ||
} | ||
] | ||
} |
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if it should be called only in case of empty constructors