good morning!!!!

Skip to content
Snippets Groups Projects
Commit 24de35ef authored by Gustav Simonsson's avatar Gustav Simonsson
Browse files

Add StateTests/stMemoryStressTest.json but skip for now

parent 5c70333a
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment