aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-06-23Merge branch 'incoming' into proxyGLAlon Zakai
2014-06-23proper fix for other.test_argv0_nodeAlon Zakai
2014-06-20prevent shader regex from mixing up linesAlon Zakai
2014-06-20fix spurious parsing of uniforms in some casesAlon Zakai
2014-06-20some debug outputAlon Zakai
2014-06-20enable proxied version of test_gles2_uniform_arraysAlon Zakai
2014-06-20support also_proxied without reftestingAlon Zakai
2014-06-20enable browser.test_gles2_uniform_arraysAlon Zakai
2014-06-20[embind tests] Give AbstractClassWithConstructor a virtual destructor.Bruce Mitchener
This is required for the IMVU build as it errors on this.
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-17fix reftesting on proxy testsAlon Zakai
2014-06-17proxy glDeleteTexture, glIsTexture; enable proxied browser.test_cube_explosionAlon Zakai
2014-06-17vertexAttrib4fv; enable proxied test_cubegeom_color2Alon Zakai
2014-06-17proxy bufferSubData; enable proxied test_cubegeom_normal_dapAlon Zakai
2014-06-17bind all unbound attributes right before link; enable proxied ↵Alon Zakai
cubegeom_normal test
2014-06-17support argv[0] containing the script node is running; fixes #2431Alon Zakai
2014-06-17save non-proxied version when doing both proxied and non proxied browser testAlon Zakai
2014-06-17simplify proxy testingAlon Zakai
2014-06-17Add test case for empty pathSathyanarayanan Gunasekaran
Test case credits to wilkie from - https://github.com/kripken/emscripten/issues/2235
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