diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-22 10:27:28 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 13:01:59 -0700 |
commit | e997f18e445e5d1b323ef6ef830e8b38a96c42b2 (patch) | |
tree | c20ef887c091058ad8d408b871cf734c934a3eb9 | |
parent | c812fd650031ffbaae1ef272d1c50ce457ab0bff (diff) |
add heap alignment checks to asm1
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index baa95127..d96e6803 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -9236,7 +9236,7 @@ TT = %s exec('o2 = make_run("o2", compiler=CLANG, emcc_args=["-O2", "-s", "ASM_JS=0", "-s", "JS_CHUNK_SIZE=1024"])') # asm.js - exec('asm1 = make_run("asm1", compiler=CLANG, emcc_args=["-O1"])') + exec('asm1 = make_run("asm1", compiler=CLANG, emcc_args=["-O1", "-s", "CHECK_HEAP_ALIGN=1"])') exec('asm2 = make_run("asm2", compiler=CLANG, emcc_args=["-O2"])') exec('asm2g = make_run("asm2g", compiler=CLANG, emcc_args=["-O2", "-g", "-s", "ASSERTIONS=1", "--memory-init-file", "1"])') |