aboutsummaryrefslogtreecommitdiff
path: root/tests/test_browser.py
AgeCommit message (Collapse)Author
2014-06-20fix spurious parsing of uniforms in some casesAlon Zakai
2014-06-20enable proxied version of test_gles2_uniform_arraysAlon Zakai
2014-06-20enable browser.test_gles2_uniform_arraysAlon Zakai
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-17simplify proxy testingAlon Zakai
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-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-11Merge pull request #2417 from juj/emscripten_SDL_SetEventHandlerjuj
Emscripten sdl set event handler
2014-06-10Add test for emscripten_SDL_SetEventHandler.Jukka Jylänki
2014-06-05prepare for gl proxy testAlon Zakai
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-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-08add reference slack for test_sdl_rotozoom for ubuntu 14.04/intel gpuAlon Zakai
2014-05-04add more slack to glgears reftestsAlon Zakai
2014-04-14Add interactive and automated testing for SDL touch events.Jukka Jylänki
2014-03-28fix SDL bug where freeing the surface screen did not work properlyAlon Zakai
2014-03-14Add an automated version of the html5 mouse test in browser test suite.Jukka Jylänki
2014-03-10fix mouse wheel deltas for closure compiler in html5 API, and add some ↵Alon Zakai
closure testing; #2214
2014-03-06Merge pull request #2198 from juj/interactive_testsAlon Zakai
Interactive tests
2014-03-06add docs and testing for mem init file being asyncAlon Zakai
2014-03-06Added new test suite 'interactive', which contains those browser tests that ↵Jukka Jylänki
require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests.
2014-03-05throttle glut requestAnimationFrames; fixes #2183Alon Zakai
2014-03-05Merge commit '19312ae' into HEADAlon Zakai
2014-03-04Pass correct args for test_sdl_canvas.Bruce Mitchener
2014-03-03Merge branch 'allow_multiple_worker_responses' of ↵Alon Zakai
github.com:virusdave/emscripten into incoming Conflicts: AUTHORS
2014-03-03Allow multiple worker responses (via messages) if desired.Dave Nicponski
Add unit test for multiple worker responses. Test command: python tests/runner.py browser.test_worker_api_3 Add self to authors file.
2014-02-26Add new fields to EmscriptenFullscreenChangeEvent structure that report the ↵Jukka Jylänki
new pixel sizes of the fullscreen element, as well as the whole screen size. These can be used to read and adjust the rendering canvas size appropriately when transitioning between fullscreen modes. Thanks to Joel Croteau for the suggestion at https://groups.google.com/forum/#!topic/emscripten-discuss/qaTrOXWv1Oc . Bump version to 1.12.3 to update the cache after change to struct_info.json.
2014-02-24Merge branch 'fastcomp-by-default' into incomingAlon Zakai
2014-02-21make non-fastcomp tests in browser run in non-fastcomp modeAlon Zakai
2014-02-21deprecate toy gc implAlon Zakai
2014-02-21make canvas proxy test less flakyAlon Zakai
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ↵Alon Zakai
in the env
2014-02-20update browser.test_matrix_identityAlon Zakai
2014-02-12fix bug on using file packager on subdirs; fixes #2123Alon Zakai
2014-02-12fix test_sdl_canvasAlon Zakai
2014-02-11initialize pixel buffer inside of makeSurface for SDL_SWSURFACEAnthony Pesch
2014-02-10NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilationAlon Zakai
2014-02-10add more slack to test_sdl_canvas_alphaAlon Zakai
2014-02-09deprecate --split option and disable browser tests using it in fastcompAlon Zakai