aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-05be more careful about printing out assertion messages, not all metadata is ↵Alon Zakai
always present
2012-11-06Add another loud error message containing the actual command line when ↵Jukka Jylänki
calling make in shared.py.
2012-11-05If configure in shared.py fails with an exception, print out the command ↵Jukka Jylänki
line that was attempted.
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-05Merge pull request #657 from Blechhirn/LLD_for_sscanfAlon Zakai
Added %lld support to __scanString
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-04simplify default settingsAlon Zakai
2012-11-04fix test_timeAlon Zakai
2012-11-04handle windows line endings in js optimizer splittingAlon Zakai
2012-11-03log out js optimizer split sizesAlon Zakai
2012-11-03run bullet and sqlite tests with more js enginesAlon Zakai
2012-11-03fix exit code on sanity failsAlon Zakai
2012-11-03fix windows line endingsAlon Zakai
2012-11-02improve js Benchmarker utilityAlon Zakai
2012-11-02commented out refactoring of makeRoundingAlon Zakai
2012-11-02fix s_0_0.test_sscanfAlon Zakai
2012-11-01restore lost emscripten_resume_main_loopAlon 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-01send sendmsg chunks all together in one socket sendAlon Zakai
2012-11-01write source of message in recvmsgAlon Zakai
2012-11-01Add myself to AUTHORS.Joel Martin
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-31sleep in native emscripten_set_main_loopAlon Zakai
2012-10-31fix sendmsg return valueAlon Zakai
2012-10-31fix sendmsg and recvmsg handling of iovAlon Zakai
2012-10-31improve enet test c filesAlon Zakai
2012-10-31fix uio.hAlon Zakai
2012-10-31include uio.h in socket.h so iovec is definedAlon Zakai
2012-10-31emscripten_cancel_main_loop in nativeAlon Zakai
2012-10-31send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older ↵Alon Zakai
browsers
2012-10-31comment on debugging in test runnerAlon Zakai
2012-10-31Merge pull request #665 from caiiiycuk/sscanfAlon Zakai
Fix sscanf white space bug
2012-10-31rename worker_t to worker_handleAlon Zakai
2012-10-31clear error message when browser createObjectURL does not return a string as ↵Alon Zakai
the spec says it should
2012-10-31warn in SDL_CreateThread about the problem with SDL threadsAlon Zakai
2012-10-31Fix sscanf whitespace bugAleksander Guryanov
Add test for sscanf
2012-10-30refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDEAlon Zakai
2012-10-30tell closure its input is ECMASCRIPT5Alon Zakai
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-30update websockify to latest trunkAlon Zakai
2012-10-30fix test textAlon Zakai
2012-10-29more non-clang configure fixes for configure testsAlon Zakai
2012-10-29more non-clang configure work and debugging toolsAlon Zakai