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
Age
Commit message (
Expand
)
Author
2014-06-23
Merge branch 'incoming' into proxyGL
Alon Zakai
2014-06-23
proper fix for other.test_argv0_node
Alon Zakai
2014-06-20
prevent shader regex from mixing up lines
Alon Zakai
2014-06-20
fix spurious parsing of uniforms in some cases
Alon Zakai
2014-06-20
some debug output
Alon Zakai
2014-06-20
enable proxied version of test_gles2_uniform_arrays
Alon Zakai
2014-06-20
support also_proxied without reftesting
Alon Zakai
2014-06-20
enable browser.test_gles2_uniform_arrays
Alon Zakai
2014-06-20
[embind tests] Give AbstractClassWithConstructor a virtual destructor.
Bruce Mitchener
2014-06-18
try to fix test_argv0_node for windows
Alon Zakai
2014-06-18
fix test_i64_varargs
Alon Zakai
2014-06-18
Added embind support for std::unique_ptr
Nikolay Vorobyov
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
support argv[0] containing the script node is running; fixes #2431
Alon Zakai
2014-06-17
save non-proxied version when doing both proxied and non proxied browser test
Alon Zakai
2014-06-17
simplify proxy testing
Alon Zakai
2014-06-17
Add test case for empty path
Sathyanarayanan Gunasekaran
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
trigger reftest from requestAnimationFrame, for worker-proxied code
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
add test case for checking file append
Sathyanarayanan Gunasekaran
2014-06-11
add sqlite speed test
Alon Zakai
2014-06-11
add test for d2768d2ee
Alon Zakai
2014-06-11
Merge pull request #2417 from juj/emscripten_SDL_SetEventHandler
juj
2014-06-10
Merge pull request #2412 from juj/test_js_libraries_in_core
Alon Zakai
2014-06-10
We don't seem to have tests for --js-library in core suite, so move other.tes...
Jukka Jylänki
2014-06-09
Merge pull request #2406 from juj/typedarray_memfs
Alon Zakai
2014-06-10
Add test for emscripten_SDL_SetEventHandler.
Jukka Jylänki
2014-06-09
do not modify textual memory initializer when emitting source maps, as it mes...
Alon Zakai
2014-06-06
Merge pull request #2403 from guillaumeblanc/incoming
Alon Zakai
2014-06-06
Merge pull request #2409 from Daft-Freak/preloaded_image_data
Alon Zakai
2014-06-06
add test
Charlie Birks
2014-06-06
Adds unit test for glfwGetProcAddress.
Guillaume Blanc
2014-06-05
prepare for gl proxy test
Alon Zakai
2014-06-05
Fix test_fwrite_0 syntax error in s_ modes after previous change.
Jukka Jylänki
2014-06-05
Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ...
Jukka Jylänki
2014-06-05
Use typed arrays instead of normal JS arrays to back files in the MEMFS files...
Jukka Jylänki
2014-06-04
Merge branch 'cmake_response_files' of https://github.com/mhenschel/emscripte...
Jukka Jylänki
2014-06-04
Add test case for phi node handling in SIMD path
Ningxin Hu
[next]