aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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 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-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 w...Alan Kligman
2013-04-24Merge pull request #1088 from juj/branchless_i64_opsAlon Zakai
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 imp...Alon Zakai
2013-04-23disable s_x_x in test_libcextraAlon Zakai
2013-04-23Merge pull request #1063 from waywardmonkeys/musl-libc1.3.7Alon Zakai
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
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 scheduli...Jukka Jylänki
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 o...Jukka Jylänki
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
2013-04-18enable tests/cases/*longjmp* for asmAlon Zakai
2013-04-18exit to caller when setjmp encounters an id that is not ours; enable test_lon...Alon Zakai