aboutsummaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-21 15:13:03 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-21 15:13:03 -0800
commit005950752c6e0c42e847b080f6d81a05e1bcb38c (patch)
tree56805f2f682e5b3932682a49603c39759a44e3ec /tests/test_core.py
parent15f6d2d20bafaffe5eb559f42ff05fa296a10dcb (diff)
RUNTIME_TYPE_INFO is not supported in fastcomp
Diffstat (limited to 'tests/test_core.py')
-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 75ecec84..2d389fbc 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -5872,6 +5872,8 @@ def process(filename):
self.do_run(src, '|hello|43|world|41|', post_build=post)
def test_typeinfo(self):
+ if os.environ.get('EMCC_FAST_COMPILER') != '0': return self.skip('fastcomp does not support RUNTIME_TYPE_INFO')
+
if self.emcc_args is not None and self.emcc_args != []: return self.skip('full LLVM opts optimize out all the code that uses the type')
Settings.RUNTIME_TYPE_INFO = 1