Update reference tests (#2270)

Signed-off-by: Karim TAAM <karim.t2am@gmail.com>
pull/2273/head
matkt 4 years ago committed by GitHub
parent c682ea48ec
commit 72360f4cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      ethereum/core/src/test/java/org/hyperledger/besu/ethereum/vm/VMReferenceTest.java
  2. 2
      ethereum/referencetests/build.gradle
  3. 2
      ethereum/referencetests/src/test/resources

@ -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:

@ -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 {

@ -1 +1 @@
Subproject commit 3f25e873a442700d0024168c54a45f6a9d2dec6e
Subproject commit bb662629b6da3a4ebea3f7cebf02d6c4870c2871
Loading…
Cancel
Save