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
/
runner.py
Age
Commit message (
Expand
)
Author
2012-04-24
clean up gl emulation flush, remove unneeded and incorrect bindings
Alon Zakai
2012-04-23
clean up cubegeom
Alon Zakai
2012-04-23
Merge pull request #381 from SiggyBar/library
Alon Zakai
2012-04-23
finish current immediate+shader work, add sdlglshader test
Alon Zakai
2012-04-23
improve new browser test syntax
Alon Zakai
2012-04-23
stop disabling spidermonkey -n in test runner
Alon Zakai
2012-04-23
start of nicer browser test boilerplate
Alon Zakai
2012-04-23
Fix to strtod_l and add test case for strtold.
Sigmund Vik
2012-04-22
improve sqlite test
Alon Zakai
2012-04-22
wip cubegeometry test
Alon Zakai
2012-04-21
support extraction of i64 values in ta2, and partial support for llvm_uadd_wi...
Alon Zakai
2012-04-19
add single-color immediate mode test (with wrong color, but better than nothing)
Alon Zakai
2012-04-19
zext sign correction for bitcasting from <32 bits to i64
Alon Zakai
2012-04-19
clearer warnings on casts that change the number of function parameters
Alon Zakai
2012-04-17
add emscripten_async_call
Alon Zakai
2012-04-17
fix closure issues with exception handling, and add test coverage
Alon Zakai
2012-04-16
fix sscanf handling of ends of %s
Alon Zakai
2012-04-16
Build the lzma-native binary if needed
Ehsan Akhgari
2012-04-15
add working test_sdl_ogl_p
Alon Zakai
2012-04-15
add disabled sdl_ogl_p test as the next target
Alon Zakai
2012-04-14
support js arrays as inputs in ccall
Alon Zakai
2012-04-13
--js-library option to make it easy to add additional library_*.js files
Alon Zakai
2012-04-13
Merge remote-tracking branch 'upstream/incoming' into glmatrix
Ehsan Akhgari
2012-04-13
Enable test_sdl_ogl
Ehsan Akhgari
2012-04-13
Make more browser tests work for Windows.
Sigmund Vik
2012-04-12
add glReadPixels and sdl/gl test for it
Alon Zakai
2012-04-12
prepare for sdl/ogl test
Alon Zakai
2012-04-12
fix EM_SAVE_DIR
Alon Zakai
2012-04-12
Merge pull request #374 from SiggyBar/build-env-2
Alon Zakai
2012-04-11
make test_worker completely automatic
Alon Zakai
2012-04-11
make test_html a reftest
Alon Zakai
2012-04-11
update test_structbyval
Alon Zakai
2012-04-11
clean up gears tests
Alon Zakai
2012-04-11
A more accurate output message in test case in sanity.test_emcc
Sigmund Vik
2012-04-11
Make it easier to use emscripten from a build system.
Sigmund Vik
2012-04-11
close browser test windows in almost all tests, making the browser tests much...
Alon Zakai
2012-04-10
fix sanity.test_emcc_caching
Alon Zakai
2012-04-09
init runtime immediately, so that even with noInitialRun we can still call fi...
Alon Zakai
2012-04-09
experimental support for inline js
Alon Zakai
2012-04-09
Restore the es2gears animation
Ehsan Akhgari
2012-04-09
clarify test runner instructions
Alon Zakai
2012-04-08
clean up linker a.out|exe stubs
Alon Zakai
2012-04-08
support for sdl scancodes
Alon Zakai
2012-04-07
handle identical basenames in emcc properly; fixes #287
Alon Zakai
2012-04-06
restore support for noInitialRun
Alon Zakai
2012-04-05
update test_emcc for windows
Alon Zakai
2012-04-05
Merge pull request #355 from SiggyBar/windows
Alon Zakai
2012-04-05
add final glbook test
Alon Zakai
2012-04-05
fix ccall test to make sure we export the functions properly to closure
Alon Zakai
2012-04-05
Merge pull request #353 from ehsan/stddev_extension
Alon Zakai
[next]