index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_browser.py
Age
Commit message (
Expand
)
Author
2014-07-22
emscripten_force_exit option
Alon Zakai
2014-07-03
fix browser.test_uuid to use the temp test dir normally
Alon Zakai
2014-07-03
more comprehensive testing for runtime misuse (either before initialized or a...
Alon Zakai
2014-07-03
guard against code execution before runtime is initialized and after it is ex...
Alon Zakai
2014-07-01
fix browser.test_mem_init
Alon Zakai
2014-06-30
add assertions on the runtime being ready before using ccall/cwrap
Alon Zakai
2014-06-30
assert on memory initializer region not being written to before it is applied
Alon Zakai
2014-06-30
Merge pull request #2460 from gsathya/clean_canvas_size
juj
2014-06-30
Don't increment result, return 1 on success or 0 on failure
Sathyanarayanan Gunasekaran
2014-06-28
update browser.test_aniso
Alon Zakai
2014-06-27
Refactor sdl_canvas_size
Sathyanarayanan Gunasekaran
2014-06-26
trigger reftest from canvas rendering from workers; enable proxied test_sdl_i...
Alon Zakai
2014-06-20
fix spurious parsing of uniforms in some cases
Alon Zakai
2014-06-20
enable proxied version of test_gles2_uniform_arrays
Alon Zakai
2014-06-20
enable browser.test_gles2_uniform_arrays
Alon Zakai
2014-06-17
fix reftesting on proxy tests
Alon Zakai
2014-06-17
proxy glDeleteTexture, glIsTexture; enable proxied browser.test_cube_explosion
Alon Zakai
2014-06-17
vertexAttrib4fv; enable proxied test_cubegeom_color2
Alon Zakai
2014-06-17
proxy bufferSubData; enable proxied test_cubegeom_normal_dap
Alon Zakai
2014-06-17
bind all unbound attributes right before link; enable proxied cubegeom_normal...
Alon Zakai
2014-06-17
simplify proxy testing
Alon Zakai
2014-06-16
support --proxy-to-worker with js target, emitting 2 files for client and worker
Alon Zakai
2014-06-16
fix browser.test_glgears_proxy
Alon Zakai
2014-06-16
cubegeom proxy test
Alon Zakai
2014-06-16
Merge branch 'incoming' into proxyGL
Alon Zakai
2014-06-13
drawElements, prepare for cubegeom proxy test
Alon Zakai
2014-06-13
standardize glut idle timeout to minimum 4ms, so it is consistent in workers ...
Alon Zakai
2014-06-13
fix requestAnimationFrame polyfill in proxied workers
Alon Zakai
2014-06-12
test for long-running proxied gl
Alon Zakai
2014-06-12
add gl proxying reftest
Alon Zakai
2014-06-11
Merge pull request #2417 from juj/emscripten_SDL_SetEventHandler
juj
2014-06-10
Add test for emscripten_SDL_SetEventHandler.
Jukka Jylänki
2014-06-05
prepare for gl proxy test
Alon Zakai
2014-06-05
Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ...
Jukka Jylänki
2014-05-28
glTex[Sub]Image* should not throw an exception, but should cause a GL_INVALID...
Jason Green
2014-05-08
add reference slack for test_sdl_rotozoom for ubuntu 14.04/intel gpu
Alon Zakai
2014-05-04
add more slack to glgears reftests
Alon Zakai
2014-04-14
Add interactive and automated testing for SDL touch events.
Jukka Jylänki
2014-03-28
fix SDL bug where freeing the surface screen did not work properly
Alon Zakai
2014-03-14
Add an automated version of the html5 mouse test in browser test suite.
Jukka Jylänki
2014-03-10
fix mouse wheel deltas for closure compiler in html5 API, and add some closur...
Alon Zakai
2014-03-06
Merge pull request #2198 from juj/interactive_tests
Alon Zakai
2014-03-06
add docs and testing for mem init file being async
Alon Zakai
2014-03-06
Added new test suite 'interactive', which contains those browser tests that r...
Jukka Jylänki
2014-03-05
throttle glut requestAnimationFrames; fixes #2183
Alon Zakai
2014-03-05
Merge commit '19312ae' into HEAD
Alon Zakai
2014-03-04
Pass correct args for test_sdl_canvas.
Bruce Mitchener
2014-03-03
Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscri...
Alon Zakai
2014-03-03
Allow multiple worker responses (via messages) if desired.
Dave Nicponski
2014-02-26
Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...
Jukka Jylänki
[next]