aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-01-31Merge pull request #201 from ehsan/test_popplerpre-llvm-optsAlon Zakai
2012-01-31Merge pull request #200 from ehsan/openjpeg_testAlon Zakai
2012-01-31Merge pull request #198 from ehsan/import_shared_properlyAlon Zakai
2012-01-31Merge branch 'import_shared_properly' into test_popplerEhsan Akhgari
2012-01-31Merge branch 'import_shared_properly' into openjpeg_testEhsan Akhgari
2012-01-31Prevent the Settings object from pointing to two separate thingsEhsan Akhgari
2012-01-31Make test_poppler pass on MacEhsan Akhgari
2012-01-30Use the correct shared library name on MacEhsan Akhgari
2012-01-30Make sure that sys/types.h defines old-style C sized typesEhsan Akhgari
2012-01-30Import shared.py properlyEhsan Akhgari
2012-01-30fix test_test_direct_string_constant_usageAlon Zakai
2012-01-30Merge pull request #193 from FishingCactus/string_table2Alon Zakai
2012-01-30Merge pull request #192 from ehsan/em_configAlon Zakai
2012-01-29Test string constant when passed as char(&)[] variablejulien.hamaide
2012-01-28Enable the EM_CONFIG environment variable to override ~/.emscriptenEhsan Akhgari
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-27Pass the absolute file name to the web browserEhsan Akhgari
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-26ntohl etc.Alon 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-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
2012-01-18move libc++ new into dlmalloc in terms of emcc library autolinkingAlon Zakai
2012-01-18move dlmalloc to system/libAlon Zakai
2012-01-18LINKABLE options, disabling dead code elimination for shared libraries and ma...Alon Zakai