add 4 failed 32bit GST to skip list

This commit is contained in:
andri lim 2019-08-17 21:50:51 +07:00 committed by zah
parent 1ed6322c2f
commit fe45235d76
1 changed files with 6 additions and 0 deletions

View File

@ -105,6 +105,12 @@ func slowTest*(folder: string, name: string): bool =
func failIn32Bits(folder, name: string): bool =
return name in @[
"sha3_bigSize.json", # from vm_test
# crash with OOM
"static_Return50000_2.json",
"randomStatetest185.json",
"randomStatetest159.json",
"randomStatetest48.json"
]
func allowedFailInCurrentBuild(folder, name: string): bool =