aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-08-16 22:12:46 +0800
committerPéter Szilágyi <peterke@gmail.com>2017-08-17 21:50:36 +0800
commit1bbd400899304152b15a0fcd3cf1946442171c29 (patch)
tree60ce1ff6d9390d860403aafafdb72ed72ab9bf72 /tests
parentf9fb70d2eeebfc27d3a4f8ae3ea93c67d7fb0e6b (diff)
downloadgo-tangerine-1bbd400899304152b15a0fcd3cf1946442171c29.tar
go-tangerine-1bbd400899304152b15a0fcd3cf1946442171c29.tar.gz
go-tangerine-1bbd400899304152b15a0fcd3cf1946442171c29.tar.bz2
go-tangerine-1bbd400899304152b15a0fcd3cf1946442171c29.tar.lz
go-tangerine-1bbd400899304152b15a0fcd3cf1946442171c29.tar.xz
go-tangerine-1bbd400899304152b15a0fcd3cf1946442171c29.tar.zst
go-tangerine-1bbd400899304152b15a0fcd3cf1946442171c29.zip
tests: skip the bad tests from colliding account touches
Diffstat (limited to 'tests')
-rw-r--r--tests/state_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/state_test.go b/tests/state_test.go
index ab6dc423f..7e5516e7e 100644
--- a/tests/state_test.go
+++ b/tests/state_test.go
@@ -40,6 +40,9 @@ func TestState(t *testing.T) {
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")
st.walk(t, stateTestDir, func(t *testing.T, name string, test *StateTest) {
for _, subtest := range test.Subtests() {