Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reference tests #2270

Merged
merged 4 commits into from
May 11, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,17 @@ public class VMReferenceTest extends AbstractRetryingTest {

/** The path where all of the VM test configuration files live. */
private static final String[] TEST_CONFIG_FILE_DIR_PATHS = {
"VMTests/vmArithmeticTest",
"VMTests/vmBitwiseLogicOperation",
"VMTests/vmBlockInfoTest",
"VMTests/vmEnvironmentalInfo",
"VMTests/vmIOandFlowOperations",
"VMTests/vmLogTest",
// "VMTests/vmPerformance",
"VMTests/vmPushDupSwapTest",
"VMTests/vmRandomTest",
"VMTests/vmSha3Test",
"VMTests/vmTests",
"VMTests/vmSystemOperations"
"LegacyTests/Constantinople/VMTests/vmArithmeticTest",
"LegacyTests/Constantinople/VMTests/vmBitwiseLogicOperation",
"LegacyTests/Constantinople/VMTests/vmBlockInfoTest",
"LegacyTests/Constantinople/VMTests/vmEnvironmentalInfo",
"LegacyTests/Constantinople/VMTests/vmIOandFlowOperations",
"LegacyTests/Constantinople/VMTests/vmLogTest",
"LegacyTests/Constantinople/VMTests/vmPushDupSwapTest",
"LegacyTests/Constantinople/VMTests/vmRandomTest",
"LegacyTests/Constantinople/VMTests/vmSha3Test",
"LegacyTests/Constantinople/VMTests/vmTests",
"LegacyTests/Constantinople/VMTests/vmSystemOperations"
};

// The ignored test cases fall into two categories:
Expand Down
2 changes: 1 addition & 1 deletion ethereum/referencetests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ task ('validateReferenceTestSubmodule') {
description = "Checks that the reference tests submodule is not accidentally changed"
doLast {
def result = new ByteArrayOutputStream()
def expectedHash = '3f25e873a442700d0024168c54a45f6a9d2dec6e'
def expectedHash = 'bb662629b6da3a4ebea3f7cebf02d6c4870c2871'
def submodulePath = java.nio.file.Path.of("${rootProject.projectDir}", "ethereum/referencetests/src/test/resources").toAbsolutePath()
try {
exec {
Expand Down
2 changes: 1 addition & 1 deletion ethereum/referencetests/src/test/resources
Submodule resources updated 7220 files