aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-02 17:08:41 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-02 17:08:41 -0800
commit60e3e4622a70a562f7faba0d00f5638214bba29d (patch)
tree25447178b9de6cd324550179498c9157afacf2b2
parenta3632a129dad24511ecbd5694637d592c301a142 (diff)
enable test_segfault in fastcomp
-rw-r--r--tests/test_core.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index 979cda74..d7e2bbcb 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -1480,7 +1480,6 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co
def test_segfault(self):
if self.emcc_args is None: return self.skip('SAFE_HEAP without ta2 means we check types too, which hide segfaults')
- if os.environ.get('EMCC_FAST_COMPILER') == '1' and '-O2' not in self.emcc_args: return self.skip('todo in non-jsopts-enabled fastcomp')
Settings.SAFE_HEAP = 1