Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-09 | Fix \r\n vs \n parsing issue in test runner comparisons. | Jukka Jylänki | |
2012-11-09 | Convert crlf to lf in other.test_js_optimizer test to pass the test on Windows. | Jukka Jylänki | |
2012-11-09 | Adjust an assert check in other.test_emcc to be more relaxed on the ↵ | Jukka Jylänki | |
generated LLVM output. On Windows, the text outputted by LLVM varied somewhat, so testing for string containment instead works better. | |||
2012-11-08 | Fix a few other cases like previous commit where a possibly failing test ↵ | Jukka Jylänki | |
could leak temporarily set environment variables. | |||
2012-11-08 | Fix test_conftest_s_flag_passing (__main__.other) from leaking behind an ↵ | Jukka Jylänki | |
environment variable EMMAKEN_JUST_CONFIGURE=1 if the test fails. This would cause all subsequent tests in the test runner to also fail. | |||
2012-11-08 | support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ↵ | Alon Zakai | |
terminator | |||
2012-11-08 | fix test_emcc | Alon Zakai | |
2012-11-07 | test debug info removal in -O1+ | Alon Zakai | |
2012-11-07 | improve memory growth error | Alon Zakai | |
2012-11-07 | Merge pull request #677 from juj/test_emconfig | Alon Zakai | |
Trim line endings in test_emconfig since they vary per-platform. | |||
2012-11-07 | fix sanity test | Alon Zakai | |
2012-11-07 | use COMPILER_TEST_OPTS in emcc tests | Alon Zakai | |
2012-11-07 | coverage for EMCC_DEBUG=1 and 2 | Alon Zakai | |
2012-11-07 | strip debug info in -O1 and above by default, unless -g is specified when ↵ | Alon Zakai | |
converting to JS, since (1) js optimizations strip it anyhow, and (2) it slows down compilation | |||
2012-11-07 | test coverage for splitting each function out into an emscript chunk | Alon Zakai | |
2012-11-06 | fix test_linespecific and test_pgo | Alon Zakai | |
2012-11-06 | fix test_debug | Alon Zakai | |
2012-11-06 | build freetype separately for opt, without debug metadata, to add more ↵ | Alon Zakai | |
testing for chunking in emscript | |||
2012-11-06 | remove -g in -O2, for more test coverage | Alon Zakai | |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai | |
2012-11-06 | Trim line endings in test_emconfig since they vary per-platform. | Jukka Jylänki | |
2012-11-05 | add some debug output to test_pgo | Alon Zakai | |
2012-11-05 | skip test_llvm_nativizer if no gnu as present | Alon Zakai | |
2012-11-05 | fix fread/fwrite returns values on error; fixes #675 | Alon Zakai | |
2012-11-05 | Added %lld support to __scanString | Manuel Wellmann | |
Also extended makeSetValue for the i64/typed_array=2 case. | |||
2012-11-04 | enable node in test_cases | Alon Zakai | |
2012-11-04 | comment on multicore in test runner | Alon Zakai | |
2012-11-04 | fix test_runtimelink_multi when no spidermonkey present | Alon Zakai | |
2012-11-04 | fix test_time | Alon Zakai | |
2012-11-03 | run bullet and sqlite tests with more js engines | Alon Zakai | |
2012-11-01 | Merge pull request #669 from kanaka/incoming-ws | Alon Zakai | |
Update websockify, fix websocket tests, refactor websocket harness. | |||
2012-11-01 | enable working enet test | Alon Zakai | |
2012-11-01 | commented code to run test runner browser tests in another browser | Alon Zakai | |
2012-11-01 | Update websockify, fix websocket tests, refactor websocket harness. | Joel Martin | |
- pull in websockify c00c0eed from https://github.com/kanaka/websockify with one-shot socket listener cleanup and other misc updates. - import the WebSocketProxy class directly and launch it one-shot using the run_once parameter rather than spawning a separate websockify via shell. - create a python version of socket_server.sh and in the harness and remove socket_server.sh. - refactor clean_pids to use a two phase cleanup where it sends a SIGTERM (to give the parent the chance to cleanup children) and then send a SIGTERM 1 second later. This still has risk of leaving child processes around (for example, the nc process in the original socket_server.sh which would also hold onto the listen port). Conflicts: tests/runner.py | |||
2012-10-31 | improve enet test c files | Alon Zakai | |
2012-10-31 | comment on debugging in test runner | Alon Zakai | |
2012-10-31 | Fix sscanf whitespace bug | Aleksander Guryanov | |
Add test for sscanf | |||
2012-10-30 | support growing the socket data buffer, and enable working bigdata socket test | Alon Zakai | |
2012-10-30 | use binary data in websockets | Alon Zakai | |
2012-10-30 | fix test text | Alon Zakai | |
2012-10-29 | fix bug with locking an sdl surface not reading the canvas pixel data ↵ | Alon Zakai | |
properly; fixes #664 | |||
2012-10-29 | adjust memory size in tests | Alon Zakai | |
2012-10-29 | disable jansson test because it fails | Alon Zakai | |
2012-10-29 | do not use process pool for js optimizer when not enough cores or on windows ↵ | Alon Zakai | |
(issue 663) | |||
2012-10-28 | split out js_optimizer python portion into an independent module | Alon Zakai | |
2012-10-28 | Merge pull request #651 from larsxschneider/json_parser | Alon Zakai | |
Fix -O1 warning and use proper pointers for Jansson library. | |||
2012-10-27 | memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which ↵ | Alon Zakai | |
case the eliminator runs in safe mode | |||
2012-10-27 | add memory-growth safe eliminator mode | Alon Zakai | |
2012-10-26 | test for EMCC_DEBUG mode not generating different code | Alon Zakai | |
2012-10-26 | add EMCC_DEBUG=1 in o2.test_openjpeg for more coverage | Alon Zakai | |