aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-06-23proper fix for other.test_argv0_nodeAlon Zakai
2014-06-20[embind tests] Give AbstractClassWithConstructor a virtual destructor.Bruce Mitchener
2014-06-18try to fix test_argv0_node for windowsAlon Zakai
2014-06-18fix test_i64_varargsAlon Zakai
2014-06-18Added embind support for std::unique_ptrNikolay Vorobyov
2014-06-17support argv[0] containing the script node is running; fixes #2431Alon Zakai
2014-06-17Add test case for empty pathSathyanarayanan Gunasekaran
2014-06-11add test case for checking file appendSathyanarayanan Gunasekaran
2014-06-11add sqlite speed testAlon Zakai
2014-06-11add test for d2768d2eeAlon Zakai
2014-06-11Merge pull request #2417 from juj/emscripten_SDL_SetEventHandlerjuj
2014-06-10Merge pull request #2412 from juj/test_js_libraries_in_coreAlon Zakai
2014-06-10We don't seem to have tests for --js-library in core suite, so move other.tes...Jukka Jylänki
2014-06-09Merge pull request #2406 from juj/typedarray_memfsAlon Zakai
2014-06-10Add test for emscripten_SDL_SetEventHandler.Jukka Jylänki
2014-06-09do not modify textual memory initializer when emitting source maps, as it mes...Alon Zakai
2014-06-06Merge pull request #2403 from guillaumeblanc/incomingAlon Zakai
2014-06-06Merge pull request #2409 from Daft-Freak/preloaded_image_dataAlon Zakai
2014-06-06add testCharlie Birks
2014-06-06Adds unit test for glfwGetProcAddress.Guillaume Blanc
2014-06-05Fix test_fwrite_0 syntax error in s_ modes after previous change.Jukka Jylänki
2014-06-05Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ...Jukka Jylänki
2014-06-05Use typed arrays instead of normal JS arrays to back files in the MEMFS files...Jukka Jylänki
2014-06-04Merge branch 'cmake_response_files' of https://github.com/mhenschel/emscripte...Jukka Jylänki
2014-06-04Add test case for phi node handling in SIMD pathNingxin Hu
2014-06-03fix other.test_emcc_nonfastcompAlon Zakai
2014-06-02Merge pull request #2364 from juj/musl_stdioAlon Zakai
2014-06-02fix very large doubles; fixes #2392Alon Zakai
2014-06-02add test for shell code not optimized in -profiling buildsAlon Zakai
2014-05-29show an error in tests/hello_world_file.cpp if we can't open the file; closes...Alon Zakai
2014-05-29NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()Alon Zakai
2014-05-28Merge pull request #2388 from waywardmonkeys/upstream-from-imvuAlon Zakai
2014-05-29Fix a bug where a returned handle to a derived JS object would not always cor...Chad Austin
2014-05-28add emscripten_align typedefs for #2378Alon Zakai
2014-05-28Merge branch 'master' of github.com:JasonGreen/emscripten into incomingAlon Zakai
2014-05-28glTex[Sub]Image* should not throw an exception, but should cause a GL_INVALID...Jason Green
2014-05-28fix case of exceptions whitelist being emptyAlon Zakai
2014-05-28add test for building shared and static libraries with cmakeMarkus Henschel
2014-05-28fix slow2asm.test_dlfcn_selfAlon Zakai
2014-05-28fix asm2.test_memorygrowthAlon Zakai
2014-05-27fix ccall regex for minified code, and add testingAlon Zakai
2014-05-27clean up shell code using uglify, in optimized builds, when not using closureAlon Zakai
2014-05-27testcase for #2314Alon Zakai
2014-05-27set MAX_SETJMPS to fastcomp; 1.18.41.18.4Alon Zakai
2014-05-23enable test_longjmp_repeat in fastcompAlon Zakai
2014-05-23fix bug in setjmp limit testing; helps #2379Alon Zakai
2014-05-23Add whitelist of supported link flagsRyan Sturgell
2014-05-23Test s_0_0.test_dlfcn_stacks needs ta2.Jukka Jylänki
2014-05-23Fix test test_sscanf to be spec-conformant in the treatment of scanf format s...Jukka Jylänki
2014-05-23Disable testing the x86 triple i386-pc-linux-gnu in asm2.test_cube2hash, that...Jukka Jylänki