소스 검색

Add StateTests/stMemoryStressTest.json but skip for now

Gustav Simonsson 10 년 전
부모
커밋
24de35ef09
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      tests/vm/gh_test.go

+ 6 - 0
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"