aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-12-12 17:01:21 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-12-12 17:01:21 -0800
commit3e061d95104b88d6209d892bbda24e18a1539073 (patch)
treee64e17fc6eebcfaa836bcd3c9f6df998d7741567 /tests
parent6aeb0a49627a5fb08eddc0ffc425fb77ba283ac9 (diff)
disable another test in fastcomp
Diffstat (limited to 'tests')
-rw-r--r--tests/test_core.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index e5330e19..50167fe9 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -1328,6 +1328,8 @@ class T(RunnerCore): # Short name, to make it more fun to use manually on the co
self.do_run_from_file(src, output)
def test_async_exit(self):
+ if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('todo in fastcomp')
+
open('main.c', 'w').write(r'''
#include <stdio.h>
#include <stdlib.h>