aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vm_test.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-08-25 21:03:39 +0800
committerGitHub <noreply@github.com>2017-08-25 21:03:39 +0800
commit9d0c51fb0f9f4c2db02f12d485bb78f9c177b397 (patch)
tree8decfb111ffe4d1c409f56e2d0dd660f01e77e19 /tests/vm_test.go
parent27a5622e995d762683dd1a79423d83fcf3e62ccf (diff)
parent08f27428b4e97c339a220b7155ad13f4ef5a6767 (diff)
downloaddexon-9d0c51fb0f9f4c2db02f12d485bb78f9c177b397.tar
dexon-9d0c51fb0f9f4c2db02f12d485bb78f9c177b397.tar.gz
dexon-9d0c51fb0f9f4c2db02f12d485bb78f9c177b397.tar.bz2
dexon-9d0c51fb0f9f4c2db02f12d485bb78f9c177b397.tar.lz
dexon-9d0c51fb0f9f4c2db02f12d485bb78f9c177b397.tar.xz
dexon-9d0c51fb0f9f4c2db02f12d485bb78f9c177b397.tar.zst
dexon-9d0c51fb0f9f4c2db02f12d485bb78f9c177b397.zip
Merge pull request #15039 from karalabe/metropolis-contract-clash
core, tests: implement Metropolis EIP 684
Diffstat (limited to 'tests/vm_test.go')
-rw-r--r--tests/vm_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/vm_test.go b/tests/vm_test.go
index f35abeb11..c9f5e225e 100644
--- a/tests/vm_test.go
+++ b/tests/vm_test.go
@@ -27,7 +27,6 @@ func TestVM(t *testing.T) {
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")