aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-05 11:27:11 -0500
committerAlon Zakai <alonzakai@gmail.com>2014-02-05 11:27:17 -0500
commite4550588041beb105b0d2e0e04f925519180fd86 (patch)
tree5556d5ab0df6a14b5fd21ad7ae5e51c3adb71731 /tests
parente6d16cdb1a4c99ddb375854ceba00177e6f896b1 (diff)
disable other.test_chunking in fastcomp, since it's irrelevant
Diffstat (limited to 'tests')
-rw-r--r--tests/test_other.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_other.py b/tests/test_other.py
index a6a9c52f..c3aaa9e1 100644
--- a/tests/test_other.py
+++ b/tests/test_other.py
@@ -1808,6 +1808,7 @@ f.close()
assert 'error' not in err, 'Unexpected stderr: ' + err
def test_chunking(self):
+ if os.environ.get('EMCC_FAST_COMPILER') == '1': return self.skip('not relevant for fastcomp, only checks js compiler chunking')
if os.environ.get('EMCC_DEBUG'): return self.skip('cannot run in debug mode')
if os.environ.get('EMCC_CORES'): return self.skip('cannot run if cores are altered')
if multiprocessing.cpu_count() < 2: return self.skip('need multiple cores')