aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
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
2012-11-09Adjust an assert check in other.test_emcc to be more relaxed on the generated...Jukka Jylänki
2012-11-08Fix a few other cases like previous commit where a possibly failing test coul...Jukka Jylänki
2012-11-08Fix test_conftest_s_flag_passing (__main__.other) from leaking behind an envi...Jukka Jylänki
2012-11-08support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ...Alon Zakai
2012-11-08fix test_emccAlon Zakai
2012-11-07test debug info removal in -O1+Alon Zakai
2012-11-07improve memory growth errorAlon Zakai
2012-11-07Merge pull request #677 from juj/test_emconfigAlon Zakai
2012-11-07fix sanity testAlon Zakai
2012-11-07use COMPILER_TEST_OPTS in emcc testsAlon Zakai
2012-11-07coverage for EMCC_DEBUG=1 and 2Alon Zakai
2012-11-07strip debug info in -O1 and above by default, unless -g is specified when con...Alon Zakai
2012-11-07test coverage for splitting each function out into an emscript chunkAlon Zakai
2012-11-06fix test_linespecific and test_pgoAlon Zakai
2012-11-06fix test_debugAlon Zakai
2012-11-06build freetype separately for opt, without debug metadata, to add more testin...Alon Zakai
2012-11-06remove -g in -O2, for more test coverageAlon Zakai
2012-11-06Trim line endings in test_emconfig since they vary per-platform.Jukka Jylänki
2012-11-05add some debug output to test_pgoAlon Zakai
2012-11-05skip test_llvm_nativizer if no gnu as presentAlon Zakai
2012-11-05fix fread/fwrite returns values on error; fixes #675Alon Zakai
2012-11-05Added %lld support to __scanStringManuel Wellmann
2012-11-04enable node in test_casesAlon Zakai
2012-11-04comment on multicore in test runnerAlon Zakai