diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-01-03 17:28:14 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-01-03 17:28:14 -0800 |
commit | 56610cf496a124108701181163492b8961db924d (patch) | |
tree | e42eb35d9afe2a5a800cf01543d6c4340ce61d5a | |
parent | de466a25b02cf684dd0abfc6514d3270d6d1dfb6 (diff) |
todo comment
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index ce31783d..2efe5c35 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -5275,8 +5275,8 @@ Options that are modified or new in %s include: assert os.path.exists('combined.bc'), '\n'.join(output) 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) # TODO: test normal project linking, static and dynamic: get_library should not need to be told what to link! - # TODO: when this is done, more test runner to test these (i.e., test all -Ox thoroughly) # TODO: deprecate llvm optimizations, dlmalloc, etc. in emscripten.py. # Finally, do some web browser tests |