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-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
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
setjmp support for asm.js
Alon Zakai
2013-04-18
Restore -O2 test on other.test_embind - works ok.
Jukka Jylänki
2013-04-18
Make embind benchmarks read emscripten_get_now() in msecs.
Jukka Jylänki
2013-04-18
Fix embind to work with --closure 1. The symbols fromWireType and toWireType ...
Jukka Jylänki
2013-04-18
Make select_overload work for member functions
Chad Austin
2013-04-18
calloperator wasn't pulling its own weight. We probably should have a higher...
Chad Austin
2013-04-18
Add support for read-only properties.
Chad Austin
2013-04-18
Improve error messages from embind pointer marshalling and remove TODOs in em...
Jukka Jylänki
2013-04-18
Do slightly fewer iterations of GameObject benchmark to make the test run a b...
Jukka Jylänki
2013-04-18
Removed embind class member this pointer 'instanceof' check when serializing ...
Jukka Jylänki
2013-04-18
Add a new unit test that explicitly checks for the case when two different cl...
Jukka Jylänki
2013-04-18
Match embind tests to reported exception.
Jukka Jylanki
2013-04-18
Remove clang inlining to level the profiling comparison against 'dynamic' run...
Jukka Jylänki
2013-04-18
Add a more concrete realworld benchmark with GameObject/Transform/Vector3 pos...
Jukka Jylänki
[next]