aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
2013-08-07fix static linker parsing bugAlon Zakai
2013-08-07Ensure the linker pulls in static libraries containing exported functions.Nick Bray
Previously, an exported function contained in a library would not be found by the linker if the library did not contain symbols transitively reachable from main.
2013-08-07Add fcvt, ecvt, gcvt functions.Bruce Mitchener
2013-08-07Add -Wno-warn-absolute-paths cmdline option to allow hiding the absolute ↵Jukka Jylänki
-I/-L path warning for codebases that understand they are crosscompiling and aren't referring to native system headers.
2013-08-07fix for test_sdl_image_compressedAnthony Pesch
2013-08-06Updated test_sdl_image to more extensively test relative pathsAnthony Pesch
2013-08-06enclose noInitialRun in parentheses to make closure happyAnthony Pesch
2013-08-06test outlining with -O2, but without size checksAlon Zakai
2013-08-06allow outlining of single statementsAlon Zakai
2013-08-06add infrastructure to test multiple optimization levels in test_outlineAlon Zakai
2013-08-06use compiler test opts in cache name for libraries, to increase coverage and ↵Alon Zakai
avoid problems where depending on the order of tests results can be different
2013-08-06Merge pull request #1348 from mnaamani/inetAlon Zakai
handle IPv6 addresses in inet_ntop and inet_pton
2013-08-06Merge pull request #1458 from inolen/vfsAlon Zakai
initial vfs work
2013-08-06handle IPv6 addresses in inet_ntop and inet_ptonMokhtar Naamani
2013-08-05Removed USE_OLD_FSAnthony Pesch
2013-08-05fix test_fgetc_ungetcAlon Zakai
2013-08-05fix test_fgetc_ungetcAlon Zakai
2013-08-05remove nativizer test outputAlon Zakai
2013-08-05enable permissions checks after initializationAnthony Pesch
2013-08-05Updated rename testsAnthony Pesch
2013-08-05always use canonical temp dir in benchmarks, to let multiple tests reuse the ↵Alon Zakai
same built libraries
2013-08-05add more slack to test_sdl_rotozoomAlon Zakai
2013-08-05strip color correction from pngs, so that the browser reftests are ↵Alon Zakai
consistent across machines
2013-08-04Include signal.h when using signals.Bruce Mitchener
2013-08-02add slack to some more browser reftestsAlon Zakai
2013-08-02reftest infrastructureAlon Zakai
2013-08-02make some gl tests more forgivingAlon Zakai
2013-08-02update cube browser tests to use reftestsAlon Zakai
2013-08-02fix sanity testsAlon Zakai
2013-08-02convert test_cubegeom_pre to reftestAlon Zakai
2013-08-02improve testcaseAlon Zakai