summaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
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-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-22fix argument hardcodingAlon Zakai
2013-04-22Move wchar,mb stuff to libcextra.Bruce Mitchener
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-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-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-18Restore -O2 test on other.test_embind - works ok.Jukka Jylänki
2013-04-17Merge pull request #1075 from michaeljbishop/tightly-packed-stride-testAlon Zakai
2013-04-17Merge pull request #1072 from waywardmonkeys/adjust-asm-constraintsAlon Zakai
2013-04-17enable testing for asm -O1Alon Zakai
2013-04-17Added test for passing two separate arrays of attributes, eachMichael J. Bishop
2013-04-17enable asm in -O1 and prepare to add testingAlon Zakai
2013-04-17Use a generic constraint for test_inlinejs.Bruce Mitchener
2013-04-16Merge pull request #1044 from imvu/embind_updateAlon Zakai
2013-04-16Merge pull request #1038 from juj/fix_test_asm_pgo_windowsAlon Zakai
2013-04-15default memory initializer to off, and add testing coverageAlon Zakai
2013-04-14add more i64Subtract testingAlon Zakai
2013-04-14add i64 testingAlon Zakai
2013-04-13disable memory init file in benchmarksAlon Zakai
2013-04-12coerce arguments to cxa_find_matching_catch; enable remaining asm.js exceptio...Alon Zakai
2013-04-12enable two more exceptions tests in asm.jsAlon Zakai
2013-04-12fix __THREW__ initialization in asm.js invokes; test_exceptions now enabled a...Alon Zakai
2013-04-12Migrate embind tests from IMVU repository to emscripten repository.Jukka Jylanki
2013-04-11add test for addFunctionAlon Zakai
2013-04-11Extend the use of response files to cover the case when emcc invokes emscript...Jukka Jylänki
2013-04-10finish box2d benchmarkAlon Zakai
2013-04-10box2d benchmark fixesAlon Zakai
2013-04-10more work towards box2d benchmarkAlon Zakai
2013-04-10fix sanity.test_emccAlon Zakai
2013-04-10fix test_sscanf_skipAlon Zakai
2013-04-10fix test_popplerAlon Zakai