aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-11-23fix glBufferSubDataAlon Zakai
2012-11-22fix setjmp/longjmp to notice if we actually setjmped in the invocation of the...Alon Zakai
2012-11-22fix o2.test_openjpegAlon Zakai
2012-11-22fix test_js_optimizerAlon Zakai
2012-11-22test for mixed jcache resultsAlon Zakai
2012-11-22fix ll func identifying for chunking purposes, and add testing of jcache on a...Alon Zakai
2012-11-22more carefully split out functions in js optimizerAlon Zakai
2012-11-21more jcache testing, and add newlines to ensure chunk separationAlon Zakai
2012-11-21finish js optimizer caching and add testsAlon Zakai
2012-11-21test for inlineasm with outputsAlon Zakai
2012-11-21fix emscript funcs caching and add testingAlon Zakai
2012-11-21cache emscript function chunksAlon Zakai
2012-11-21add chunking test for using multiple coresAlon Zakai
2012-11-21improve chunkify to consider previous chunkings when cachingAlon Zakai
2012-11-21more jcache testingAlon Zakai
2012-11-21fix and test pre cachingAlon Zakai
2012-11-21emscripten_run_script_stringAlon Zakai
2012-11-20Merge pull request #724 from xxuejie/add_erfAlon Zakai
2012-11-20warn on very large structural types that slow us downAlon Zakai
2012-11-20fix sscanf bug and clean up code; fixes #723Alon Zakai
2012-11-19Add erf and erfc implementationsXuejie Xiao
2012-11-19fix separator in atomic ops; fixes #722Alon Zakai
2012-11-16print out hexadecimal 64-bit values properly, and fix some bugs with I64_PREC...Alon Zakai
2012-11-16add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...Alon Zakai
2012-11-14Refactor Windows replacement for Popen to allow passing stdin to Popen proces...Jukka Jylänki
2012-11-13Merge pull request #710 from juj/cmakeAlon Zakai
2012-11-13replace unicode with bit pattern in test_strcmp_uni, should fix #708Alon Zakai
2012-11-13assert our tests do not leave .ll's behindAlon Zakai
2012-11-14Try to locate emcc in cmake based on the cmake toolchain directory structure ...Jukka Jylänki
2012-11-13temporary fix for test_cmakeAlon Zakai
2012-11-13fix temp dir leaks in sanity checks. #706Alon Zakai
2012-11-13Merge pull request #703 from juj/cmakeAlon Zakai
2012-11-13disable headless test without spidermonkeyAlon Zakai
2012-11-13headless optionAlon Zakai
2012-11-12handle byval varargs; fixes #705Alon Zakai
2012-11-12zoomSurface support; fixes #673Alon Zakai
2012-11-12Update test_cmake to invoke proper cmake toolchain file, and produce error ou...Jukka Jylänki
2012-11-12Added cmake toolchain file for Emscripten and a other.test_cmake to tests its...Jukka Jylänki
2012-11-11hide some ugly output in test_local_linkAlon Zakai
2012-11-11allow skipping tests in test runner with skip:SUITE.TESTAlon Zakai
2012-11-11use internal relooper sourcesAlon Zakai
2012-11-10clear cache and run sanity checks on version bumps, this will help with reloo...1.0.1Alon Zakai
2012-11-10bootstrap relooperautomaticallyAlon Zakai
2012-11-09Merge branch 'relooper2' into incomingAlon Zakai
2012-11-09test fixesAlon Zakai
2012-11-09Merge pull request #686 from juj/win_test_fixesAlon Zakai
2012-11-09adjust clear() to work with other.test_emcc even in EMCC_DEBUG=1 EM_SAVE_DIR=...Alon Zakai
2012-11-09Fixed a result parsing issue in test_pgo on Windows.Jukka Jylänki
2012-11-09Fix \r\n vs \n parsing issue in test runner comparisons.Jukka Jylänki
2012-11-09Convert crlf to lf in other.test_js_optimizer test to pass the test on Windows.Jukka Jylänki