aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGustav Simonsson <gustav.simonsson@gmail.com>2015-04-23 05:15:52 +0800
committerGustav Simonsson <gustav.simonsson@gmail.com>2015-04-23 05:16:19 +0800
commit49da462e92fd597ba6242231b9dc0809e683862b (patch)
tree5e18ad0907320997a28c848a7740e680a5fa7fd6 /tests
parent4e0a2c8e8cf418528742500dff8e6916e4fd1bc5 (diff)
downloadgo-tangerine-49da462e92fd597ba6242231b9dc0809e683862b.tar
go-tangerine-49da462e92fd597ba6242231b9dc0809e683862b.tar.gz
go-tangerine-49da462e92fd597ba6242231b9dc0809e683862b.tar.bz2
go-tangerine-49da462e92fd597ba6242231b9dc0809e683862b.tar.lz
go-tangerine-49da462e92fd597ba6242231b9dc0809e683862b.tar.xz
go-tangerine-49da462e92fd597ba6242231b9dc0809e683862b.tar.zst
go-tangerine-49da462e92fd597ba6242231b9dc0809e683862b.zip
Include ZeroByteAtTheEnd and RandomByteAtTheEnd tests
Diffstat (limited to 'tests')
-rw-r--r--tests/block_test.go9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/block_test.go b/tests/block_test.go
index 30178ef6f..9343a3de9 100644
--- a/tests/block_test.go
+++ b/tests/block_test.go
@@ -34,14 +34,7 @@ func TestBcInvalidHeaderTests(t *testing.T) {
func TestBcInvalidRLPTests(t *testing.T) {
t.Skip("Skipped in lieu of performance fixes.")
- snafus := []string{
- // TODO: why does these fail?
- "TRANSCT__ZeroByteAtTheEnd",
- "TRANSCT__RandomByteAtTheEnd",
- "BLOCK__ZeroByteAtTheEnd",
- "BLOCK__RandomByteAtTheEnd",
- }
- runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", snafus, t)
+ runBlockTestsInFile("files/BlockTests/bcInvalidRLPTest.json", []string{}, t)
}
func TestBcJSAPITests(t *testing.T) {