aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-09-04Added test which shows broken GL emulation when:Michael J. Bishop
2013-09-04Remove default filename suffix specification in CMake toolchain, since test_o...Jukka Jylänki
2013-09-04Have test_cmake also test that running 'emconfigure cmake' works, in addition...Jukka Jylänki
2013-09-04Remove the need to pass CMAKE_MODULE_PATH to CMake by weakly setting it in th...Jukka Jylänki
2013-09-04Fix other.test_cmake when EM_BUILD_VERBOSE is not defined.Jukka Jylänki
2013-09-04Add a test to ensure that EMSCRIPTEN=1 variable is set in CMake when building.Jukka Jylänki
2013-09-04Delete Emscripten_unix.cmake, the previous commit makes that obsolete!Jukka Jylänki
2013-09-04Utilize EM_BUILD_VERBOSE in other.test_cmake.Jukka Jylänki
2013-09-04Improve CMake toolchain file to use response files. Avoid the compiler detect...Jukka Jylänki
2013-09-03updated unistd and fs_base tests to use new FS APIsAnthony Pesch
2013-09-03add browser module testAlon Zakai
2013-09-03support -E in emccAlon Zakai
2013-09-03do not eliminate supposedly stub functions in side modules, as they may be im...Alon Zakai
2013-09-03wip test_dlfcn_mallocsAlon Zakai
2013-09-03add test_dlfcn_funcsAlon Zakai
2013-09-03do not require LINKABLE in DLOPEN_SUPPORTAlon Zakai
2013-09-03rename testAlon Zakai
2013-09-03clean up dlfcn testsAlon Zakai
2013-09-03fix test_dlfcn_unique_sig in non-asmAlon Zakai
2013-09-03fix non-asm dlfcn setup codeAlon Zakai
2013-09-03added test_dlfcn_stack_forwardAnthony Pesch
2013-09-03added dlopen test to test function pointers with signatures not found in the ...Anthony Pesch
2013-09-03fix asm validation of side modulesAlon Zakai
2013-09-03fix test_dlfcn_selfAlon Zakai
2013-09-03update test_dlfcn_varargsAlon Zakai
2013-09-03update test_dlfcn_varargsAlon Zakai
2013-09-03update test_dlfcn_aliasAlon Zakai
2013-09-03update test_dlfcn_data_and_fptrAlon Zakai
2013-09-03support function pointer calls across asm modules by passing them all through...Alon Zakai
2013-09-03refactor test_dlfcn_qsortAlon Zakai
2013-09-03refactor dlfcn test codeAlon Zakai
2013-09-03track maximum function index when using dlopen supportAlon Zakai
2013-09-03disable memory init file in test_dlfcn_basicAlon Zakai
2013-09-03enable test_dlfcn_basic for asm modulesAlon Zakai
2013-08-31remove temporary enet fix, and define gethostbyname_r in a header, so that we...Alon Zakai
2013-08-31 - temp fix for test_enetAnthony Pesch
2013-08-30don't close client sockets by default in echo server enabling TCP teardown to...Anthony Pesch
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
2013-08-30Remove compilation warnings on msvc10 tests. Add missing --preload-file direc...Jukka Jylänki
2013-08-30don't re-use ports between different harnessesAnthony Pesch
2013-08-29Merge pull request #1311 from juj/emscripten_get_nowAlon Zakai
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
2013-08-29Pass relative paths instead of absolute paths in Visual Studio include direct...Jukka Jylänki
2013-08-29emscripten_get_now enabled for SpiderMonkey, optimization and test for shell ...Jukka Jylänki
2013-08-29 - created SOCKFSAnthony Pesch