aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-06-16support --proxy-to-worker with js target, emitting 2 files for client and workerAlon Zakai
2014-06-16fix browser.test_glgears_proxyAlon Zakai
2014-06-16cubegeom proxy testAlon Zakai
2014-06-16trigger reftest from requestAnimationFrame, for worker-proxied codeAlon Zakai
2014-06-16Merge branch 'incoming' into proxyGLAlon Zakai
2014-06-13drawElements, prepare for cubegeom proxy testAlon Zakai
2014-06-13standardize glut idle timeout to minimum 4ms, so it is consistent in workers ↵Alon Zakai
and on the main thread, where 4ms is in the HTML5 spec
2014-06-13fix requestAnimationFrame polyfill in proxied workersAlon Zakai
2014-06-12test for long-running proxied glAlon Zakai
2014-06-12add gl proxying reftestAlon Zakai
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
Emscripten sdl set event handler
2014-06-10Merge pull request #2412 from juj/test_js_libraries_in_coreAlon Zakai
Test js libraries in core
2014-06-10We don't seem to have tests for --js-library in core suite, so move ↵Jukka Jylänki
other.test_js_libraries to the core test suite so that it gets tested in all modes.
2014-06-09Merge pull request #2406 from juj/typedarray_memfsAlon Zakai
Typedarray memfs
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 ↵Alon Zakai
messes up line numbers; fixes #2410
2014-06-06Merge pull request #2403 from guillaumeblanc/incomingAlon Zakai
Fixes glfwGetProcAddress calls that were causing a ReferenceError except...
2014-06-06Merge pull request #2409 from Daft-Freak/preloaded_image_dataAlon Zakai
Add emscripten_get_preloaded_image_data
2014-06-06add testCharlie Birks
2014-06-06Adds unit test for glfwGetProcAddress.Guillaume Blanc
2014-06-05prepare for gl proxy testAlon Zakai
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
performance. Add testing for -s MEMFS_APPEND_TO_TYPED_ARRAYS=1 option.
2014-06-05Use typed arrays instead of normal JS arrays to back files in the MEMFS ↵Jukka Jylänki
filesystem for improved performance, especially when backing to IDBFS.
2014-06-04Merge branch 'cmake_response_files' of ↵Jukka Jylänki
https://github.com/mhenschel/emscripten into mhenschel-cmake_response_files Conflicts: AUTHORS
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
Musl stdio
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; ↵Alon Zakai
closes #2389
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
Upstream from imvu
2014-05-29Fix a bug where a returned handle to a derived JS object would not always ↵Chad Austin
correctly increment the reference count of the underlying smart pointer.
2014-05-28add emscripten_align typedefs for #2378Alon Zakai
2014-05-28Merge branch 'master' of github.com:JasonGreen/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-05-28glTex[Sub]Image* should not throw an exception, but should cause a ↵Jason Green
GL_INVALID_ENUM error on unrecognized formats or types
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