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