aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-11-05add some debug output to test_pgoAlon Zakai
2012-11-05skip test_llvm_nativizer if no gnu as presentAlon Zakai
2012-11-05fix fread/fwrite returns values on error; fixes #675Alon Zakai
2012-11-05Added %lld support to __scanStringManuel Wellmann
Also extended makeSetValue for the i64/typed_array=2 case.
2012-11-04enable node in test_casesAlon Zakai
2012-11-04comment on multicore in test runnerAlon Zakai
2012-11-04fix test_runtimelink_multi when no spidermonkey presentAlon Zakai
2012-11-04fix test_timeAlon Zakai
2012-11-03run bullet and sqlite tests with more js enginesAlon Zakai
2012-11-01Merge pull request #669 from kanaka/incoming-wsAlon Zakai
Update websockify, fix websocket tests, refactor websocket harness.
2012-11-01enable working enet testAlon Zakai
2012-11-01commented code to run test runner browser tests in another browserAlon Zakai
2012-11-01Update 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-31improve enet test c filesAlon Zakai
2012-10-31comment on debugging in test runnerAlon Zakai
2012-10-31Fix sscanf whitespace bugAleksander Guryanov
Add test for sscanf
2012-10-30support growing the socket data buffer, and enable working bigdata socket testAlon Zakai
2012-10-30use binary data in websocketsAlon Zakai
2012-10-30fix test textAlon Zakai
2012-10-29fix bug with locking an sdl surface not reading the canvas pixel data ↵Alon Zakai
properly; fixes #664
2012-10-29adjust memory size in testsAlon Zakai
2012-10-29disable jansson test because it failsAlon Zakai
2012-10-29do not use process pool for js optimizer when not enough cores or on windows ↵Alon Zakai
(issue 663)
2012-10-28split out js_optimizer python portion into an independent moduleAlon Zakai
2012-10-28Merge pull request #651 from larsxschneider/json_parserAlon Zakai
Fix -O1 warning and use proper pointers for Jansson library.
2012-10-27memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which ↵Alon Zakai
case the eliminator runs in safe mode
2012-10-27add memory-growth safe eliminator modeAlon Zakai
2012-10-26test for EMCC_DEBUG mode not generating different codeAlon Zakai
2012-10-26add EMCC_DEBUG=1 in o2.test_openjpeg for more coverageAlon Zakai
2012-10-26remove unGlobalize tests and update othersAlon Zakai
2012-10-26emscripten_get_worker_queue_sizeAlon Zakai
2012-10-26support for %n in sscanfAlon Zakai
2012-10-25fix test_emccAlon Zakai
2012-10-25Fix -O1 warning and use proper pointers for Jansson library.Lars Schneider
See details: https://github.com/kripken/emscripten/pull/636#issuecomment-9456782
2012-10-23integrate eliminator as js optimizer passAlon Zakai
2012-10-23include eliminator as js optimizer passAlon Zakai
2012-10-23rewrite eliminator in jsAlon Zakai
2012-10-22handle no-data worker api calls, and more testsAlon Zakai
2012-10-22worker api closure fixes + additional testingAlon Zakai
2012-10-22Merge branch 'master' into incomingAlon Zakai
2012-10-22switch benchmark suite to -O2+ from -O3Alon Zakai
2012-10-22initial work on worker apiAlon Zakai
2012-10-20check node version is at least 0.6.8, which is the first to not have v8 bug ↵Alon Zakai
1895; enable crankshaft in js optimizer for additional speed
2012-10-19Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loadingAlon Zakai
Chunked binary webworker xhr lazy loading
2012-10-19save benchmarks with different namesAlon Zakai
2012-10-19add argument to emscripten_async_prepare_dataAlon Zakai
2012-10-19emscripten_async_prepare_dataAlon Zakai
2012-10-19add tests for chunked binary web worker xhrJanus
2012-10-18support ALL.test in test runnerAlon Zakai