diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-04 08:37:52 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-04 08:37:52 -0800 |
commit | c4ff5f2c3b51f52c226809a14a56a888f673efd1 (patch) | |
tree | 73aeefcf053c58db7ccff76c3f2d6399bd302419 /tests/runner.py | |
parent | 8b0775dcd65bfc0fe7b81c6f86b51f161e49a548 (diff) | |
parent | 0086d64c19c523b949589a86398fda85481ddd4a (diff) |
Merge branch 'incoming'
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 2efe5c35..de35fbe3 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -5276,6 +5276,7 @@ Options that are modified or new in %s include: self.assertContained('side got: hello from main, over', self.run_llvm_interpreter(['combined.bc'])) # TODO: Add an argument for EMCC_JS_PROCESSOR to make it simpler to use, other simplifications there (allow non-py, just run it if not .py) + # Add in files test a clear example of using disablePermissions, and link to it from the wiki # TODO: test normal project linking, static and dynamic: get_library should not need to be told what to link! # TODO: deprecate llvm optimizations, dlmalloc, etc. in emscripten.py. |