Index: test/wasm-spec-tests/wasm-spec-tests.status |
diff --git a/test/wasm-spec-tests/wasm-spec-tests.status b/test/wasm-spec-tests/wasm-spec-tests.status |
index b0d44302c6d0e50bf3ca6094629c08b96895b582..f7197072e35bdbac12075e38d9385c85ed4c7847 100644 |
--- a/test/wasm-spec-tests/wasm-spec-tests.status |
+++ b/test/wasm-spec-tests/wasm-spec-tests.status |
@@ -6,7 +6,7 @@ |
[ALWAYS, { |
#TODO(ahaas): Add additional stack checks on mips. |
# Issue 6318: Stack checks for functions with huge stack frames fail on x64 and ia32 |
- 'tests/skip-stack-guard-page': [PASS, ['arch == mipsel or arch == mips64el or arch == x64 or arch == ia32 or ((arch == ppc or arch == ppc64 or arch == s390 or arch == s390x) and simulator_run)', SKIP]], |
+ 'tests/skip-stack-guard-page': [PASS, ['arch == mipsel or arch == mips64el or arch == x64 or arch == ia32 or ((arch == ppc or arch == ppc64 or arch == s390 or arch == s390x) and simulator_run == True)', SKIP]], |
Michael Achenbach
2017/06/28 20:41:52
Now the comparison with True shouldn't be necessar
|
}], # ALWAYS |
['arch == mipsel or arch == mips64el or arch == mips or arch == mips64', { |