aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2011-12-21benchmarks fixAlon Zakai
2011-12-21disable fasta_t2 benchmark for nowAlon Zakai
2011-12-21fix test_structbyvalAlon Zakai
2011-12-21fix o1.test_exceptionsAlon Zakai
2011-12-21Merge branch 'master' into incomingAlon Zakai
2011-12-21fix test_luaAlon Zakai
2011-12-21move test for issue 39 into test_casesAlon Zakai
2011-12-21remove closure test, enable closure in test_files to achieve the same goal in...Alon Zakai
2011-12-21add internal option to let emcc not compile inputs to bc. fixes test_casesAlon Zakai
2011-12-21fix post_build usage in ll tests, fixes popplerAlon Zakai
2011-12-21fix sqliteAlon Zakai
2011-12-21fix unistd testsAlon Zakai
2011-12-21fix test_scriptaclassAlon Zakai
2011-12-21An implementation of bsearch(3).David Yip
2011-12-20really fix openjpegAlon Zakai
2011-12-20fix openjpegAlon Zakai
2011-12-20fix fs_base and freetypeAlon Zakai
2011-12-20fix test_emscripten_apiAlon Zakai
2011-12-20fix test_dlfcn_varargsAlon Zakai
2011-12-20fix test_debugAlon Zakai
2011-12-20fix test_closure_compilerAlon Zakai
2011-12-20fix various post_build calls into the new formatAlon Zakai
2011-12-20Merge branch 'master' into incomingAlon Zakai
2011-12-20stdbool.hAlon Zakai
2011-12-20Merge branch 'master' into incomingAlon Zakai
2011-12-20fix feof, plus testAlon Zakai
2011-12-20refactoring and fixes for running more tests in new o1 and o2 modesAlon Zakai
2011-12-20fix test system bug in s_*_*Alon Zakai
2011-12-20refactor test system, replace ta2 runs with o1 (-O1 with SAFE_HEAP) and o2 (-...Alon Zakai
2011-12-20add t2 benchmark of fasta (which seems the most hurt by t2)Alon Zakai
2011-12-20hoist multiples into branchings right before themAlon Zakai
2011-12-19nicer output in emcc when there are source code errors, plus testAlon Zakai
2011-12-19fix closure compiler warning in emcc and add sanity testAlon Zakai
2011-12-18finish sanity checksAlon Zakai
2011-12-18sanity checksAlon Zakai
2011-12-18comment removalAlon Zakai
2011-12-17remove test_reminderAlon Zakai
2011-12-17use emcc in structbyval and safe_heap testsAlon Zakai
2011-12-17allow picking the js engine for benchmarkingAlon Zakai
2011-12-17support for std::endl and cout << intsAlon Zakai
2011-12-16fix for poppler testAlon Zakai
2011-12-16improve linking in emcc, can now build zlib, openjpeg, freetypeAlon Zakai
2011-12-16support for .ll files as inputs to emccAlon Zakai
2011-12-16fix bug with accessing memory beyond TOTAL_MEMORY through sbrkAlon Zakai
2011-12-16completely automatic malloc inclusion in emccAlon Zakai
2011-12-16Merge branch 'master' into emccbydefaultAlon Zakai
2011-12-15atofAlon Zakai
2011-12-15Merge branch 'master' into emccbydefaultAlon Zakai
2011-12-15js optimizer pass to simplify certain bit opsAlon Zakai
2011-12-15rewrite variable analysis code. eliminate unused variables without side effec...Alon Zakai