aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-08-30don't close client sockets by default in echo server enabling TCP teardown ↵Anthony Pesch
to succeed
2013-08-30disable test_stdin in node (temporarily) and v8Alon Zakai
2013-08-30fix test_emscripten_get_nowAlon Zakai
2013-08-30fix use of NODE_JS in test_socketsAlon Zakai
2013-08-30Merge pull request #1557 from inolen/sockfsAlon Zakai
getaddrinfo, freeaddrinfo, getnameinfo support and sockfs
2013-08-30Remove compilation warnings on msvc10 tests. Add missing --preload-file ↵Jukka Jylänki
directives to SDL samples when building from msvc10. Removed the 'new' sample from msvc10 build since it is not designed to be built directly. Fixes https://groups.google.com/forum/#!topic/emscripten-discuss/HVavL5SPUrk
2013-08-30don't re-use ports between different harnessesAnthony Pesch
2013-08-29Merge pull request #1311 from juj/emscripten_get_nowAlon Zakai
emscripten_get_now enabled for SpiderMonkey, optimization and test.
2013-08-29run test_stdin in all JS_ENGINESAnthony Pesch
2013-08-29updated test_stdin to work in SM shellAnthony Pesch
2013-08-29 - added tests for tcgetattr / tcsetattrAnthony Pesch
- made test_stdin async to work in the node environment - clearerr should reset both eof and error indicators - fgetc was incorrectly setting the eof indicator. in cases where fread had errored with EAGAIN it was setting eof. I removed the set entirely, as there is no need for fgetc to even worry about it, fread will set the correct value in any case
2013-08-29Pass relative paths instead of absolute paths in Visual Studio include ↵Jukka Jylänki
directories for the glbook samples in msvc10 tests. Fixes #1568.
2013-08-29emscripten_get_now enabled for SpiderMonkey, optimization and test for shell ↵Jukka Jylänki
and browser.
2013-08-29 - created SOCKFSAnthony Pesch
- added support for node-based listen servers - updated tests to also test against compiled listen servers
2013-08-29 - added raw addr / hostname lookup supportAnthony Pesch
- added getaddrinfo, freeaddrinfo, getnameinfo and gai_strerror stub - added tests for getaddrinfo and getnameinfo - consolidated test_gethostbyname and test_sockets_gethostbyname
2013-08-29 - minor refactoring to new address translation functions to support better ↵Anthony Pesch
"raw" functionality - moved test_inet* tests into sockets test suite
2013-08-28Merge pull request #1567 from rharkeadsk/fix-device-permissionsAlon Zakai
Fix permissions set by FS.createDevice
2013-08-28fix tests that check for code not changing, given the recent sorting of ↵Alon Zakai
functions
2013-08-28Update remaining tests to use registerDevice/mkdevRanger Harke
2013-08-28Update test_unistd_io to use registerDevice/mkdevRanger Harke
2013-08-28Fix permissions set by FS.createDeviceRanger Harke
The read and write permission bits were reversed. A test has been added to ensure that this works.
2013-08-27FS.loadFilesFromDB|saveFilesToDBAlon Zakai
2013-08-27fix test_cases/callwithstructuralAlon Zakai
2013-08-26handle illegal values in structural constants in calls; fixes #1318Alon Zakai
2013-08-26handle structural constants in callsAlon Zakai
2013-08-26re-parse function types after types are fully analyzed, so we get the ↵Alon Zakai
signatures of functions receiving struct types as parameters
2013-08-26make headless test use its own fileAlon Zakai
2013-08-26move test_nostdincxx from other to sanity, because it causes the cache to be ↵Alon Zakai
cleared, and so cannot be safely run in parallel with other tests
2013-08-26Merge pull request #1525 from yukoba/pthread-specificAlon Zakai
Bug fixes of pthread specific
2013-08-26Merge pull request #1507 from ToadKing/sdl-alpha-keysAlon Zakai
SDL alpha keys fix
2013-08-25simplify test_dlfcn_basicAlon Zakai
2013-08-25Merge pull request #1556 from ToadKing/getcanvassizeAlon Zakai
Ability to get current canvas size
2013-08-25emscripten_get_canvas_size testcaseToadKing
2013-08-24test for closure+mem init file in a more focused mannerAlon Zakai
2013-08-24emit memory init files when closure is run, fixes #1547Alon Zakai
2013-08-24Merge pull request #1551 from waywardmonkeys/fix_browser_test_issuesAlon Zakai
Fix browser test issues
2013-08-24improve test_html_source_mapAlon Zakai
2013-08-24Should be fopen, not open.Bruce Mitchener
2013-08-24_GNU_SOURCE definition not needed.Bruce Mitchener
2013-08-24Include stdlib.h when using malloc().Bruce Mitchener
2013-08-24Fix browser.test_float_tex.Bruce Mitchener
This should be getting the size of a float, not a uint.
2013-08-24Fix browser.test_emscripten_async_wget2.Bruce Mitchener
Need to include <stdarg.h> to use va_start / va_end.
2013-08-23add USE_IFRAME define to support compiled serversAnthony Pesch
2013-08-23add inlining test in freetypeAlon Zakai
2013-08-23minor fix to send in partial sockets testAnthony Pesch
2013-08-23fixed server down testAnthony Pesch
2013-08-23EM_ASM option for nicer inline assemblyAlon Zakai
2013-08-23Merge pull request #1548 from waywardmonkeys/missing-checks-unistd-miscAlon Zakai
Missing checks unistd misc
2013-08-23Adding missing output to verify it is correct.Bruce Mitchener
2013-08-22fix test_glut_toucheventsAlon Zakai