diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-06 11:23:37 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-06 11:23:37 -0800 |
commit | c6cba031d9a745413f082ac9d46fe61d2fc62413 (patch) | |
tree | 45856d307507afced47cc289bb4d6dabb0c784ca /emcc | |
parent | dd8b36bd9640522a597bc6aeebdfd7966e87cfa1 (diff) |
other.test_emcc fixes for fastcomp
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1210,6 +1210,7 @@ try: assert shared.Settings.NAMED_GLOBALS == 0, 'named globals not supported in fastcomp' assert shared.Settings.PGO == 0, 'pgo not supported in fastcomp' assert shared.Settings.TARGET_LE32 == 1, 'fastcomp requires le32' + assert shared.Settings.USE_TYPED_ARRAYS == 2, 'fastcomp assumes ta2' assert not bind, 'embind not supported in fastcomp yet' if jcache: logging.warning('jcache is not supported in fastcomp (you should not need it anyhow), disabling') |