diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-03 22:44:40 -0500 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-03 22:44:40 -0500 |
commit | 4cc21b3dc4807aee3b9069367a8e6708a52474e1 (patch) | |
tree | ba8c4e18cc4f22d88cbe5eeafbc2274d13f958b1 | |
parent | 7b363c5b3a4f88b4bb82c9691e0f589ac94fd154 (diff) |
shorten test_cubescript for fastcomp now that it passes
-rw-r--r-- | tests/test_core.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_core.py b/tests/test_core.py index ec00c0a5..b3e57490 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -8749,6 +8749,8 @@ void*:16 self.do_run(path_from_root('tests', 'cubescript'), '*\nTemp is 33\n9\n5\nhello, everyone\n*', main_file='command.cpp') + if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('skipping extra parts in fastcomp') + assert 'asm2g' in test_modes if self.run_name == 'asm2g': results = {} |