aboutsummaryrefslogtreecommitdiff
path: root/tests/test_browser.py
AgeCommit message (Expand)Author
2014-06-11Merge pull request #2417 from juj/emscripten_SDL_SetEventHandlerjuj
2014-06-10Add test for emscripten_SDL_SetEventHandler.Jukka Jylänki
2014-06-05Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ...Jukka Jylänki
2014-05-28glTex[Sub]Image* should not throw an exception, but should cause a GL_INVALID...Jason Green
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 closur...Alon Zakai
2014-03-06Merge pull request #2198 from juj/interactive_testsAlon Zakai
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 r...Jukka Jylänki
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 github.com:virusdave/emscri...Alon Zakai
2014-03-03Allow multiple worker responses (via messages) if desired.Dave Nicponski
2014-02-26Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...Jukka Jylänki
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
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
2014-02-09enable test_sdl_audio_beeps in fastcompAlon Zakai
2014-02-09add -O1 testing to browser.test_cubegeom_procAlon Zakai
2014-02-08add test for getProcAddress that requires we allow collisions in the main nam...Alon Zakai
2014-02-05optimize out fround calls on clients that do not support froundAlon Zakai
2014-01-24Merge pull request #2035 from juj/html5_events1.9.4Alon Zakai
2014-01-24Rename library_events to library_html5 and other suggested renamings. Add bet...Jukka Jylänki
2014-01-23rename filePackageURL to filePackagePrefixURLAlon Zakai
2014-01-23allow adding a custom prefix to file package downloads, so they can happen fr...Alon Zakai
2014-01-22Merge pull request #1905 from juj/glGetTexEnvAlon Zakai
2014-01-22fix some sdl typos that error on safe heap in asm mode, and add test coverage...Alon Zakai
2014-01-22Implement C-based events library for various HTML5 APIs.Jukka Jylänki
2014-01-22Add test for s3tc.c rendering when GL_FFP_ONLY flag is set.Jukka Jylänki
2014-01-14fix double start bug #1992 in browser as wellAlon Zakai
2014-01-14Add GLEW 1.10.0 emulationJari Vetoniemi
2014-01-14Add test for glGetTexEnv implementation. Fix output of GL_TEXTURE_ENV_COLOR c...Jukka Jylänki
2014-01-07Merge branch 'add-libuuid' of github.com:fadams/emscripten into incomingAlon Zakai
2014-01-06changed != to !== in a couple of places. Added fix to prevent closure minifyi...Fraser Adams
2014-01-03disable/update various browser tests for fastcompAlon Zakai
2014-01-03convert test_sdl_canvas to btestAlon Zakai