From 24de35ef0983a6f3f6dd16235d92f33c900096aa Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Wed, 22 Apr 2015 15:19:37 +0200 Subject: Add StateTests/stMemoryStressTest.json but skip for now --- tests/vm/gh_test.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests') diff --git a/tests/vm/gh_test.go b/tests/vm/gh_test.go index b63b3192a..2545affe5 100644 --- a/tests/vm/gh_test.go +++ b/tests/vm/gh_test.go @@ -335,6 +335,12 @@ func TestMemory(t *testing.T) { RunVmTest(fn, t) } +func TestMemoryStress(t *testing.T) { + t.Skip("Skipped due to...consuming too much memory :D") + const fn = "../files/StateTests/stMemoryStressTest.json" + RunVmTest(fn, t) +} + func TestQuadraticComplexity(t *testing.T) { t.Skip() // takes too long const fn = "../files/StateTests/stQuadraticComplexityTest.json" -- cgit v1.2.3