aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-04-29ERROR_ON_UNRESOLVED_SYMBOLS optionAlon Zakai
2013-04-29update benchmarksAlon Zakai
2013-04-28do not swallow exceptions in invoke_* that are not C++ exceptions or longjmpAlon Zakai
2013-04-26update benchmarks to have 0 be just start upAlon Zakai
2013-04-26update test_emccAlon Zakai
2013-04-26fix test_llvm_nativizerAlon Zakai
2013-04-26fix test_runtimelink_multiAlon Zakai
2013-04-26refactor missing symbol testsAlon Zakai
2013-04-26fix test_warn_undefinedAlon Zakai
2013-04-26fix test_lifeAlon Zakai
2013-04-26fix auto-returns after aborts in float-returning functions, and enable ↵Alon Zakai
poppler in asm
2013-04-26* Added comments on edited code.Éloi Rivard
2013-04-26* Removed some freetype ASM_JS warnings.Éloi Rivard
2013-04-25standardize benchmark inputsAlon Zakai
2013-04-25informative error on bad function pointer call with ASSERTIONS=1Alon Zakai
2013-04-25test for dangerous function pointer casts in asmAlon Zakai
2013-04-25fix test_lifeAlon Zakai
2013-04-25fix llvm_uadd_with_overflow_i64 in the case of 0 higher bitsAlon Zakai
2013-04-25Add browser.test_preload_caching to unit tests. Replace modified-time check ↵Alan Kligman
with uuid check for cached packages, and remove HEAD XHR.
2013-04-24Merge pull request #1088 from juj/branchless_i64_opsAlon Zakai
Remove 'if()' branches from i64 add and subtract code.
2013-04-24warn on missing functionsAlon Zakai
2013-04-24update testsAlon Zakai
2013-04-24auto-generate library stubs that abort for missing library functions, and ↵Alon Zakai
implement DEAD_FUNCTIONS that way
2013-04-23disable s_x_x in test_libcextraAlon Zakai
2013-04-23Merge pull request #1063 from waywardmonkeys/musl-libc1.3.7Alon Zakai
Add wchar and multibyte libc functions
2013-04-23fix memory corruption in setjmp/asm.js; fixes #1087Alon Zakai
2013-04-23Improve test/cases/uadd_overflow_64_ta2.ll to check that the tricky addition ↵Jukka Jylänki
case 0xFFFFFFFFFFFFFFFF + 0x0000000100000001 is handled correctly.
2013-04-23add test for repeated longjmp to a single setjmpAlon Zakai
2013-04-23clear errors on calling dead functionsAlon Zakai
2013-04-22use invoke when doing a setjmp-guarding call via a function pointerAlon Zakai
2013-04-22show clear error message instead of 987 when too many setjmp callsAlon Zakai
2013-04-22In test_time, be more relaxed about the time wait condition - thread ↵Jukka Jylänki
scheduling/system contention may interfere with the wait and produce a longer wait than 2 seconds.
2013-04-22fix argument hardcodingAlon Zakai
2013-04-22Move wchar,mb stuff to libcextra.Bruce Mitchener
2013-04-21Add new passgameobject_ptr embind benchmark to test smartptr routing in and ↵Jukka Jylänki
out of functions.
2013-04-19support for Runtime.addFunction in asm.jsAlon Zakai
2013-04-19add erf dep and testingAlon Zakai
2013-04-19add testing for gl in asm2gAlon Zakai
2013-04-19clean up benchmark argsAlon Zakai
2013-04-19enable freetype in asm (except for -O1 which hits a js engine bug)Alon Zakai
2013-04-19hide embind test output unless an error occurredAlon Zakai
2013-04-19fix test_asm_pgoAlon Zakai
2013-04-19fix test_websockets_gethostbynameAlon Zakai
2013-04-19update browser.test_runtimelinkAlon Zakai
2013-04-19update test_jcacheAlon Zakai
2013-04-19update test_relooperAlon Zakai
2013-04-19update test_closure_compilerAlon Zakai
2013-04-19update testsAlon Zakai
2013-04-19enable ASM_JS=1 in -O1+, and start to update testingAlon Zakai
2013-04-19always hardcode arguments in benchmarksAlon Zakai