aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-14 23:05:03 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-14 23:05:03 -0800
commit325ae617ee22ba9f92d7c514d2333d283ff32e65 (patch)
treeb85cfaa3dea131ee28c73ffe136e9a42c14645dd
parenta43a736f86de54a6b61195debef14c9a54e97efc (diff)
emcc todos
-rw-r--r--tests/runner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 297f4507..5812c36e 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -5027,9 +5027,12 @@ Options that are modified or new in %s include:
self.assertContained('side got: hello from main, over', self.run_llvm_interpreter(['combined.bc']))
# TODO: compile .ll inputs to emcc into .bc
+ # TODO: dlmalloc in emcc (just pass the arg to emscripten.py)
# TODO: test normal project linking, static and dynamic: get_library should not need to be told what to link!
# TODO: when ready, switch tools/shared building to use emcc over emmaken
# TODO: when this is done, more test runner to test these (i.e., test all -Ox thoroughly)
+ # TODO: emscripten tutorial with emcc
+ # TODO: deprecate llvm optimizations etc. in emscripten.py.
# Finally, do some web browser tests
def run_browser(html_file, message):