Skip to content

Commit

Permalink
Update reference tests (hyperledger#2270)
Browse files Browse the repository at this point in the history
Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
  • Loading branch information
matkt authored May 11, 2021
1 parent c682ea4 commit 72360f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
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

0 comments on commit 72360f4

Please sign in to comment.