aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Collapse)Author
2012-11-23fix test_failure_error_codeAlon Zakai
2012-11-23Merge pull request #714 from juj/test_failAlon Zakai
test_failure_error_code
2012-11-23fix fminAlon Zakai
2012-11-23fix sscanf n bug, fixes #727Alon Zakai
2012-11-23fix glBufferSubDataAlon Zakai
2012-11-22fix setjmp/longjmp to notice if we actually setjmped in the invocation of ↵Alon Zakai
the function on the stack, so recursive functions can use setjmp/longjmp
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 ↵Alon Zakai
a large program
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
Add erf and erfc implementations
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 ↵Alon Zakai
I64_PRECISE mode 2; fixes #716
2012-11-16add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we ↵Alon Zakai
can't tell at compile time it is needed. helps with #716
2012-11-15Test that a missing file for emcc and em++ should fail with nonzero error ↵Jukka Jylänki
code, and should not produce an output.
2012-11-14Refactor Windows replacement for Popen to allow passing stdin to Popen ↵Jukka Jylänki
process, and poll() and kill(). Fixes tests other.test_fix_closure and other.test_warn_undefined on Windows.
2012-11-13Merge pull request #710 from juj/cmakeAlon Zakai
Try to locate emcc in cmake based on the cmake toolchain directory struc...
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
to avoid having to set EMSCRIPTEN environment variable on unix. Remove the temporary workaround for other.test_cmake, which shouldn't now be needed.
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
Cmake support.
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 ↵Jukka Jylänki
output to console.
2012-11-12Added cmake toolchain file for Emscripten and a other.test_cmake to tests ↵Jukka Jylänki
its functionality.
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 ↵1.0.1Alon Zakai
relooper updates etc.
2012-11-10bootstrap relooperautomaticallyAlon Zakai
2012-11-09Merge branch 'relooper2' into incomingAlon Zakai
2012-11-09test fixesAlon Zakai