aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-01-29fix eliminator bug with eliminating over loopsAlon Zakai
2012-01-28remove unneeded remindersAlon Zakai
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-28Merge branch 'master' into glgearsEhsan Akhgari
2012-01-27Make the test automated!Ehsan Akhgari
2012-01-27Add a human assisted test for the OpenGL ES implementationEhsan Akhgari
2012-01-27Merge branch 'webbrowser_mac' into glgearsEhsan Akhgari
2012-01-27test fixesAlon Zakai
2012-01-27Pass the absolute file name to the web browserEhsan Akhgari
2012-01-27option for _ta2 in test_cases which is only run in ta2Alon Zakai
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
2012-01-27remove autodebugger test concrete outputs, they differ on different machinesAlon Zakai
2012-01-27Merge pull request #187 from ehsan/handle_broken_lliAlon Zakai
2012-01-27Remove the unneeded assertionsEhsan Akhgari
2012-01-27Fix the copy-paste messEhsan Akhgari
2012-01-27Use explicit output for test_autodebugEhsan Akhgari
2012-01-27Don't run lli at all, and run llvm-nm if needed instead of itEhsan Akhgari
2012-01-27Make the test runner handle broken lli's correctlyEhsan Akhgari
2012-01-27reminderAlon Zakai
2012-01-26ntohl etc.Alon Zakai
2012-01-25Merge branch 'master' into llvmoptsAlon Zakai
2012-01-25update tests to look for .a instead of .a.bcAlon Zakai
2012-01-25Add tests for div() and sincos(), and also implement and test sincosfEhsan Akhgari
2012-01-24add reminderAlon Zakai
2012-01-24fix i64 mode 1 bitshifts, and improve printing of i64 mode 1sAlon Zakai
2012-01-23re-enable SAFE_HEAP in select tests when doing default, o1 or o2, to catch al...Alon Zakai
2012-01-23remindersAlon Zakai
2012-01-23fix test_linespecificAlon Zakai
2012-01-23todoAlon Zakai
2012-01-23support unaligned reads/writes in ta2; fixes test_cubescriptAlon Zakai
2012-01-23remove test for old js profiler optionAlon Zakai
2012-01-23fix test_pgoAlon Zakai
2012-01-23fix test_typeinfoAlon Zakai
2012-01-23simplify llvm opt picking code, and allow up to level 3Alon Zakai
2012-01-21do not generate annotations when disassembling bitcodeAlon Zakai
2012-01-21test fixesAlon Zakai
2012-01-21skip tests that optimize bitcode, then pass to emcc which includes libcxx, be...Alon Zakai
2012-01-21test fixes, and fail on trying to use q1 with libcxxAlon Zakai
2012-01-21modify llvm opt choices in test runner build, so it uses test case code modif...Alon Zakai
2012-01-21force emcc usage in s_* tests that need auto-inclusion of libcxx or dlmallocAlon Zakai
2012-01-20remove dead function eliminator, which is no longer neededAlon Zakai
2012-01-20Merge branch 'master' into libcxxAlon Zakai
2012-01-20wipe the emscripten cache in benchmarks tooAlon Zakai
2012-01-20Make the test runner script executableEhsan Akhgari
2012-01-19make the autodebugger also note when we enter functionsAlon Zakai
2012-01-19add LINKABLE in all dlfcn testsAlon Zakai
2012-01-19fix test runner bug with not having a current directoryAlon Zakai
2012-01-19fix test_emcc_cachingAlon Zakai
2012-01-19clean up libcxx testAlon Zakai
2012-01-18fix test_iostream codeAlon Zakai