index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
runner.py
Age
Commit message (
Expand
)
Author
2013-04-23
Merge pull request #1063 from waywardmonkeys/musl-libc
1.3.7
Alon Zakai
2013-04-23
fix memory corruption in setjmp/asm.js; fixes #1087
Alon Zakai
2013-04-23
add test for repeated longjmp to a single setjmp
Alon Zakai
2013-04-23
clear errors on calling dead functions
Alon Zakai
2013-04-22
use invoke when doing a setjmp-guarding call via a function pointer
Alon Zakai
2013-04-22
show clear error message instead of 987 when too many setjmp calls
Alon Zakai
2013-04-22
fix argument hardcoding
Alon Zakai
2013-04-22
Move wchar,mb stuff to libcextra.
Bruce Mitchener
2013-04-19
support for Runtime.addFunction in asm.js
Alon Zakai
2013-04-19
add erf dep and testing
Alon Zakai
2013-04-19
add testing for gl in asm2g
Alon Zakai
2013-04-19
clean up benchmark args
Alon Zakai
2013-04-19
enable freetype in asm (except for -O1 which hits a js engine bug)
Alon Zakai
2013-04-19
hide embind test output unless an error occurred
Alon Zakai
2013-04-19
fix test_asm_pgo
Alon Zakai
2013-04-19
update browser.test_runtimelink
Alon Zakai
2013-04-19
update test_jcache
Alon Zakai
2013-04-19
update test_relooper
Alon Zakai
2013-04-19
update test_closure_compiler
Alon Zakai
2013-04-19
update tests
Alon Zakai
2013-04-19
enable ASM_JS=1 in -O1+, and start to update testing
Alon Zakai
2013-04-19
always hardcode arguments in benchmarks
Alon Zakai
2013-04-18
exit to caller when setjmp encounters an id that is not ours; enable test_lon...
Alon Zakai
2013-04-18
enable test_longjmp4 in asm
Alon Zakai
2013-04-18
throw in longjmp, do not overwrite previous throw data in setThrew, and enabl...
Alon Zakai
2013-04-18
Restore -O2 test on other.test_embind - works ok.
Jukka Jylänki
2013-04-17
Merge pull request #1075 from michaeljbishop/tightly-packed-stride-test
Alon Zakai
2013-04-17
Merge pull request #1072 from waywardmonkeys/adjust-asm-constraints
Alon Zakai
2013-04-17
enable testing for asm -O1
Alon Zakai
2013-04-17
Added test for passing two separate arrays of attributes, each
Michael J. Bishop
2013-04-17
enable asm in -O1 and prepare to add testing
Alon Zakai
2013-04-17
Use a generic constraint for test_inlinejs.
Bruce Mitchener
2013-04-16
Merge pull request #1044 from imvu/embind_update
Alon Zakai
2013-04-16
Merge pull request #1038 from juj/fix_test_asm_pgo_windows
Alon Zakai
2013-04-15
default memory initializer to off, and add testing coverage
Alon Zakai
2013-04-14
add more i64Subtract testing
Alon Zakai
2013-04-14
add i64 testing
Alon Zakai
2013-04-13
disable memory init file in benchmarks
Alon Zakai
2013-04-12
coerce arguments to cxa_find_matching_catch; enable remaining asm.js exceptio...
Alon Zakai
2013-04-12
enable two more exceptions tests in asm.js
Alon Zakai
2013-04-12
fix __THREW__ initialization in asm.js invokes; test_exceptions now enabled a...
Alon Zakai
2013-04-12
Migrate embind tests from IMVU repository to emscripten repository.
Jukka Jylanki
2013-04-11
add test for addFunction
Alon Zakai
2013-04-11
Extend the use of response files to cover the case when emcc invokes emscript...
Jukka Jylänki
2013-04-10
finish box2d benchmark
Alon Zakai
2013-04-10
box2d benchmark fixes
Alon Zakai
2013-04-10
more work towards box2d benchmark
Alon Zakai
2013-04-10
fix sanity.test_emcc
Alon Zakai
2013-04-10
fix test_sscanf_skip
Alon Zakai
2013-04-10
fix test_poppler
Alon Zakai
[next]