aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-08-14Minor fixes for webrtc test.Alan Kligman
2013-08-14Test for webrtc sockets.Alan Kligman
2013-08-13add some slack to glgears testsAlon Zakai
2013-08-13properly parse things like { i8*, { i64, i8* } (i8*)* }, issue #1319Alon Zakai
2013-08-13shuffled around command line processing to fix skippingAnthony Pesch
2013-08-12fixed test skip supportAnthony Pesch
2013-08-12re-add test_sdl_pumpeventsAlon Zakai
2013-08-12Merge branch 'test_split' of github.com:inolen/emscripten into inolen-test_splitAlon Zakai
2013-08-12temporarily remove test_sdl_pumpeventsAlon Zakai
2013-08-12Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hackAnthony Pesch
2013-08-12split out handling SDL events from making C events for them, to make ↵Alon Zakai
SDL_PumpEvents work; fixes #1419
2013-08-12legalize add etc. of < 32-bit illegal values properly; fixes #1505Alon Zakai
2013-08-11initial work on splitting up runner.pyAnthony Pesch
2013-08-10make test runner more lenient in parsing asm.js compilation messageAlon Zakai
2013-08-10Merge pull request #1495 from inolen/websocket_testsAlon Zakai
more websocket test updates
2013-08-10removed bad commentsAnthony Pesch
2013-08-10updated paths to be compatible on non-unix environmentsAnthony Pesch
2013-08-09 - converted all socket tests to use C for the server-sideAnthony Pesch
- added new echo client / server test - updated websock harness and added new CompiledServerHarness to help run tests on multiple backends
2013-08-09updated and temporarily disabled test_sockets_gethostbynameAnthony Pesch
2013-08-09 - removed test_socketsAnthony Pesch
- removed test_sockets_bi_* - removed soon to be redundant test_sockets_select_server_closes_connection
2013-08-09removed pids_to_clean globalAnthony Pesch
2013-08-09 - fixed support for passing source to btestAnthony Pesch
- added force_c option to btest
2013-08-09 - moved enet tests and relay scriptAnthony Pesch
- added support for SOCKK define to override ports when compiling
2013-08-09fix test_exit_stackAlon Zakai
2013-08-09aim for more evenly-sized pieces in outlinerAlon Zakai
2013-08-09clean up stack space allocated by a varargs function call immediately after ↵Alon Zakai
it; fixes #1492
2013-08-09print from exit(), so that explicitly calling it prints out the exit statusAlon Zakai
2013-08-09--js-opts option to turn off js optimizerAlon Zakai
2013-08-09Merge pull request #1489 from inolen/exit_status_fixesAlon Zakai
exit status fixes
2013-08-09make range testing more flexible in test_outlineAlon Zakai
2013-08-09 - always throw an exception in exitAnthony Pesch
- remove default exit status prints - added EXITSTATUS global to enable exit callbacks to determine the status
2013-08-09Merge pull request #1486 from waywardmonkeys/another-signal-h-fixAlon Zakai
Another signal.h fix
2013-08-09document browser sockets test runner optionAlon Zakai
2013-08-09Merge pull request #1477 from inolen/websocket_testsAlon Zakai
misc socket-related library fixes and updated websocket tests
2013-08-09Another fix for including signal.hBruce Mitchener
This is needed to work with musl includes.
2013-08-08make dce check flexibleAlon Zakai
2013-08-08Merge pull request #1470 from inolen/preload_path_fixesAlon Zakai
file preload path fixes
2013-08-08disable test_fcvt in s_0_xAlon Zakai
2013-08-08Merge pull request #1473 from juj/wno-warn-absolute-pathsAlon Zakai
Wno warn absolute paths
2013-08-08support input and output vars in inline jsAlon Zakai
2013-08-08Merge branch 'link_exports' of github.com:ncbray/emscripten into incomingAlon Zakai
2013-08-07 - parameterized sdl_image.c to support different path variationsAnthony Pesch
- converted sdl_image_jpeg to using sdl_image.c
2013-08-07removed unused EMBED_SIDE defineAnthony Pesch
2013-08-07renamed socket testsAnthony Pesch
2013-08-07 - select shouldn't return an error when the socket is valid, but disconnectedAnthony Pesch
- recv should return 0 once the socket has disconnected - send should set ENOTCONN once closed, and EAGAIN while connecting - updated tests to use O_NONBLOCK and better conform to coding standards
2013-08-07ensure test runner cache names are valid filenamesAlon Zakai
2013-08-07Merge pull request #1474 from waywardmonkeys/cvt-functionsAlon Zakai
Cvt functions
2013-08-07fix test_inet4Alon Zakai
2013-08-07fix test_files_mAlon Zakai
2013-08-07fix test_filesAlon Zakai