aboutsummaryrefslogtreecommitdiffstats
path: root/tests/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'tests/init.go')
-rw-r--r--tests/init.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/init.go b/tests/init.go
index e6644ae60..74d9499f1 100644
--- a/tests/init.go
+++ b/tests/init.go
@@ -15,6 +15,11 @@ var (
stateTestDir = filepath.Join(baseDir, "StateTests")
transactionTestDir = filepath.Join(baseDir, "TransactionTests")
vmTestDir = filepath.Join(baseDir, "VMTests")
+
+ blockSkipTests = []string{}
+ transSkipTests = []string{"TransactionWithHihghNonce256"}
+ stateSkipTests = []string{"mload32bitBound_return", "mload32bitBound_return2"}
+ vmSkipTests = []string{}
)
func readJSON(reader io.Reader, value interface{}) error {