aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-02 17:47:56 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-02 17:47:56 -0800
commitd9b630da89c7bdd30f9489e8e69040e7a007c3ba (patch)
tree4616322507e8def3491e6010ce23357cdf2280d6
parent21d1e49088fe23cc9b1360b3f46f9a9d8f71184b (diff)
enable test_intentional_fault in all fastcomp modes
-rw-r--r--tests/test_core.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index ce7cd90d..3ce118df 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -2536,8 +2536,6 @@ The current type of b is: 9
self.do_run_from_file(src, output)
def test_intentional_fault(self):
- if os.environ.get('EMCC_FAST_COMPILER') == '1' and self.run_name == 'default': return self.skip('todo in fastcomp in default')
-
# Some programs intentionally segfault themselves, we should compile that into a throw
src = r'''
int main () {