aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm_test.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-08-25 16:00:51 +0800
committerGitHub <noreply@github.com>2017-08-25 16:00:51 +0800
commit27a5622e995d762683dd1a79423d83fcf3e62ccf (patch)
tree49e6fc917ada2c4a5c3be6b96c7f73581d218c69 /tests/vm_test.go
parent8596fc59740e3563be5095b0d8c64411331605f0 (diff)
parentb872961ec82ec88a7ac6ef331cfb3eb685ce2c00 (diff)
downloaddexon-27a5622e995d762683dd1a79423d83fcf3e62ccf.tar
dexon-27a5622e995d762683dd1a79423d83fcf3e62ccf.tar.gz
dexon-27a5622e995d762683dd1a79423d83fcf3e62ccf.tar.bz2
dexon-27a5622e995d762683dd1a79423d83fcf3e62ccf.tar.lz
dexon-27a5622e995d762683dd1a79423d83fcf3e62ccf.tar.xz
dexon-27a5622e995d762683dd1a79423d83fcf3e62ccf.tar.zst
dexon-27a5622e995d762683dd1a79423d83fcf3e62ccf.zip
Merge pull request #15028 from karalabe/metropolis-iceage
consensus, core, tests: implement Metropolis EIP 649
Diffstat (limited to 'tests/vm_test.go')
-rw-r--r--tests/vm_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/vm_test.go b/tests/vm_test.go
index 5289ba355..f35abeb11 100644
--- a/tests/vm_test.go
+++ b/tests/vm_test.go
@@ -26,6 +26,10 @@ func TestVM(t *testing.T) {
t.Parallel()
vmt := new(testMatcher)
vmt.fails("^vmSystemOperationsTest.json/createNameRegistrator$", "fails without parallel execution")
+
+ vmt.skipLoad(`^vmPerformanceTest.json`) // log format broken
+ vmt.skipLoad(`^vmInputLimits(Light)?.json`) // log format broken
+
vmt.skipShortMode("^vmPerformanceTest.json")
vmt.skipShortMode("^vmInputLimits(Light)?.json")