aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-08-20Add test for fixAidan Hobson Sayers
2013-08-19round doubles to i64s more carefully, especially small negatives; fixes #1539Alon Zakai
2013-08-19Merge pull request #1482 from j4m3z0r/touch_handlingAlon Zakai
2013-08-19Add test-case for touch-handling in glut.James Gregory
2013-08-19remove another SIGTERMAlon Zakai
2013-08-19disable use of SIGTERM in socket server, does not build in all linuxesAlon Zakai
2013-08-19fix test suite ALL.*Alon Zakai
2013-08-19add 'other' to default test runner modesAlon Zakai
2013-08-19Merge pull request #1528 from inolen/shared_lib_fixesAlon Zakai
2013-08-19re-enabled non-asm.js shared lib supportAnthony Pesch
2013-08-18Merge pull request #1535 from juj/fix_source_map_windowsAlon Zakai
2013-08-18clean up sv sockets for socket testsAnthony Pesch
2013-08-17Fix source map generation on Windows. Fixes #1333.Jukka Jylänki
2013-08-16Merge pull request #1532 from juj/fix_test_runner_returncodeAlon Zakai
2013-08-16allow overriding a gl function with the same name, and keep the original acce...Alon Zakai
2013-08-16generate separate function table wrappers for a single library function alias...Alon Zakai
2013-08-16Fix test runner process exit code to report the number of failing tests, like...Jukka Jylänki
2013-08-15make legacy gl emulation an opt-in option, LEGACY_GL_EMULATIONAlon Zakai
2013-08-15assert in btest on successful compilationAlon Zakai
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 SDL_Pump...Alon Zakai
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
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
2013-08-09updated and temporarily disabled test_sockets_gethostbynameAnthony Pesch
2013-08-09 - removed test_socketsAnthony Pesch
2013-08-09removed pids_to_clean globalAnthony Pesch
2013-08-09 - fixed support for passing source to btestAnthony Pesch
2013-08-09 - moved enet tests and relay scriptAnthony Pesch
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 i...Alon Zakai
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
2013-08-09make range testing more flexible in test_outlineAlon Zakai
2013-08-09 - always throw an exception in exitAnthony Pesch