diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-07 17:43:36 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-07 17:43:36 -0800 |
commit | 51980b34bf81095d01557253ac556dce7a7ff80f (patch) | |
tree | 6b1a84e5815a275dcfbbd5db3f19f59c532fbd34 /tests/runner.py | |
parent | 9bf835df2c5284341ed8d20f89e7960bf91bb339 (diff) | |
parent | 68d5248ff7152368c95a861560ecbb5c734ab1d7 (diff) |
Merge remote-tracking branch 'wolfviking/incoming' into incoming
Conflicts:
AUTHORS
src/library_browser.js
system/include/emscripten/emscripten.h
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 742ddf1f..7c049ede 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -10236,6 +10236,9 @@ elif 'browser' in str(sys.argv): Popen([PYTHON, EMCC, path_from_root('tests', 'worker_api_2_worker.cpp'), '-o', 'worker.js', '-s', 'BUILD_AS_WORKER=1', '-O2', '--minify', '0', '-s', 'EXPORTED_FUNCTIONS=["_one", "_two", "_three", "_four"]']).communicate() self.btest('worker_api_2_main.cpp', args=['-O2', '--minify', '0'], expected='11') + def test_emscripten_async_wget2(self): + self.btest('http.cpp', expected='0', args=['-I' + path_from_root('tests')]) + pids_to_clean = [] def clean_pids(self): import signal, errno |