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
2013-04-28
do not swallow exceptions in invoke_* that are not C++ exceptions or longjmp
Alon Zakai
2013-04-26
update benchmarks to have 0 be just start up
Alon Zakai
2013-04-26
update test_emcc
Alon Zakai
2013-04-26
fix test_llvm_nativizer
Alon Zakai
2013-04-26
fix test_runtimelink_multi
Alon Zakai
2013-04-26
refactor missing symbol tests
Alon Zakai
2013-04-26
fix test_warn_undefined
Alon Zakai
2013-04-26
fix test_life
Alon Zakai
2013-04-26
fix auto-returns after aborts in float-returning functions, and enable popple...
Alon Zakai
2013-04-26
* Added comments on edited code.
Éloi Rivard
2013-04-26
* Removed some freetype ASM_JS warnings.
Éloi Rivard
2013-04-25
standardize benchmark inputs
Alon Zakai
2013-04-25
informative error on bad function pointer call with ASSERTIONS=1
Alon Zakai
2013-04-25
test for dangerous function pointer casts in asm
Alon Zakai
2013-04-25
fix test_life
Alon Zakai
2013-04-25
fix llvm_uadd_with_overflow_i64 in the case of 0 higher bits
Alon Zakai
2013-04-25
Add browser.test_preload_caching to unit tests. Replace modified-time check w...
Alan Kligman
2013-04-24
Merge pull request #1088 from juj/branchless_i64_ops
Alon Zakai
2013-04-24
warn on missing functions
Alon Zakai
2013-04-24
update tests
Alon Zakai
2013-04-24
auto-generate library stubs that abort for missing library functions, and imp...
Alon Zakai
2013-04-23
disable s_x_x in test_libcextra
Alon Zakai
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
Improve test/cases/uadd_overflow_64_ta2.ll to check that the tricky addition ...
Jukka Jylänki
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
In test_time, be more relaxed about the time wait condition - thread scheduli...
Jukka Jylänki
2013-04-22
fix argument hardcoding
Alon Zakai
2013-04-22
Move wchar,mb stuff to libcextra.
Bruce Mitchener
2013-04-21
Add new passgameobject_ptr embind benchmark to test smartptr routing in and o...
Jukka Jylänki
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
fix test_websockets_gethostbyname
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
enable tests/cases/*longjmp* for asm
Alon Zakai
2013-04-18
exit to caller when setjmp encounters an id that is not ours; enable test_lon...
Alon Zakai
[next]