From 08f27428b4e97c339a220b7155ad13f4ef5a6767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Szil=C3=A1gyi?= Date: Fri, 25 Aug 2017 12:30:51 +0300 Subject: core, tests: implement Metropolis EIP 684 --- tests/state_test.go | 2 -- tests/testdata | 2 +- tests/vm_test.go | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/state_test.go b/tests/state_test.go index 00067c61a..3d7b29012 100644 --- a/tests/state_test.go +++ b/tests/state_test.go @@ -37,10 +37,8 @@ func TestState(t *testing.T) { // Expected failures: st.fails(`^stCodeSizeLimit/codesizeOOGInvalidSize\.json/(Frontier|Homestead|EIP150)`, "code size limit implementation is not conditional on fork") - st.fails(`^stRevertTest/RevertDepthCreateAddressCollision\.json/EIP15[08]/[67]`, "bug in test") st.fails(`^stRevertTest/RevertPrecompiledTouch\.json/EIP158`, "bug in test") st.fails(`^stRevertTest/RevertPrefoundEmptyOOG\.json/EIP158`, "bug in test") - st.fails(`^stRevertTest/RevertDepthCreateAddressCollision\.json/Byzantium/[67]`, "bug in test") st.fails(`^stRevertTest/RevertPrecompiledTouch\.json/Byzantium`, "bug in test") st.fails(`^stRevertTest/RevertPrefoundEmptyOOG\.json/Byzantium`, "bug in test") diff --git a/tests/testdata b/tests/testdata index cd2c3f1b3..1d30b4795 160000 --- a/tests/testdata +++ b/tests/testdata @@ -1 +1 @@ -Subproject commit cd2c3f1b3acb98c0d1501b06a4a54629d8794d79 +Subproject commit 1d30b4795664f64b1b157971754e14a10cfd9115 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") -- cgit v1.2.3