aboutsummaryrefslogtreecommitdiff
path: root/tools/jsrun.py
AgeCommit message (Collapse)Author
2014-05-05Add support to function run_js() in jsrun.py to assert against a given ↵Jukka Jylänki
process return code. This uncovers issues in other.test_embind which were not caught before. See #2335.
2013-11-19hackish emscript_fast toolchain integrationsAlon Zakai
2013-09-26Use the logging framework instead of print, to be consistent and as the ↵Jukka Jylänki
logging framework prints out messages unbuffered which is more responsive on Windows. Add debug logging facility to track waits on external processes when EM_BUILD_VERBOSE >= 3. This helps pinpointing if the build hangs on some tool dying/live/deadlocking, and where it might occur. Implement process.pid on WindowsPopen replacement so that EM_BUILD_VERBOSE=3 works on it as well.
2013-09-03fix asm validation of side modulesAlon Zakai
2013-08-29 - added tests for tcgetattr / tcsetattrAnthony Pesch
- made test_stdin async to work in the node environment - clearerr should reset both eof and error indicators - fgetc was incorrectly setting the eof indicator. in cases where fread had errored with EAGAIN it was setting eof. I removed the set entirely, as there is no need for fgetc to even worry about it, fread will set the correct value in any case
2013-08-19use -- for jscAlon Zakai
2013-03-04Move run_js into jsrun.py (work towards breaking emscripten.py's dependency ↵Chad Austin
on shared, which requires .emscripten at import time)