aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-02-03stop gles test from rendering after a while, to not eat up CPU until it is ↵Alon Zakai
manually stopped
2012-02-03enable full optimizations with bindings generatorAlon Zakai
2012-02-02optimize makeGet/SetValue to do 16-bit reads/writes when possibleAlon Zakai
2012-02-02fix negative i64 comparisonsAlon Zakai
2012-02-02accept empty bitcode files as valid bitcode filesAlon Zakai
2012-02-02fix for handling of suffixes in emccAlon Zakai
2012-02-02fix bug with using an implicit label in a phi more than onceAlon Zakai
2012-02-01llvm inlining support (disabled by default; enabled in benchmarks)Alon Zakai
2012-02-01use ta2 in benchmark suiteAlon Zakai
2012-02-01re-enable support for non-fixed i64 bitshiftsAlon Zakai
2012-02-01fix test_poppler and test_iostreamllvm-optsAlon Zakai
2012-02-01update remindersAlon Zakai
2012-02-01use floats in fasta benchmark (which in ta1 we were essentially doing anyhow)Alon Zakai
2012-02-01fix fasta bug that shows up in clangAlon Zakai
2012-01-31fix usage of llvm opt level in emcc, and test_emcc fixesAlon Zakai
2012-01-31Merge branch 'master' into llvmoptsAlon Zakai
2012-01-31fix test_typeinfoAlon Zakai
2012-01-31unfolding in legalizer for load and storeAlon Zakai
2012-01-31Merge pull request #201 from ehsan/test_popplerpre-llvm-optsAlon Zakai
Make test_poppler pass on Mac
2012-01-31Merge pull request #200 from ehsan/openjpeg_testAlon Zakai
Make test_openjpeg pass on Mac
2012-01-31Merge pull request #198 from ehsan/import_shared_properlyAlon Zakai
Import shared.py properly
2012-01-31updated python build for automatic tests (now built with the bundled headers)Alon 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
We need to do this dance because shared.py reassigns the global Settings object to point to a new class, but because Python is lexically scoped, the Settings global name in tests/runner.py would not get updated to point to the new name, which would cause changes to Settings.FOO_BAR in runner.py not be reflected in Settings.serialize() and therefore not being passed down to emcc.
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
Fix string global name when use as a function parameter
2012-01-30Merge pull request #192 from ehsan/em_configAlon Zakai
Enable the EM_CONFIG environment variable to override ~/.emscripten
2012-01-29enable poppler in o1 and o2, and some test_emcc fixesAlon Zakai
2012-01-29legalization for and, or, xorAlon Zakai
2012-01-29fix eliminator bug with eliminating over loopsAlon Zakai
2012-01-29Test string constant when passed as char(&)[] variablejulien.hamaide
2012-01-28remove unneeded remindersAlon Zakai
2012-01-28Merge branch 'master' into llvmoptsAlon Zakai
2012-01-28Enable the EM_CONFIG environment variable to override ~/.emscriptenEhsan Akhgari
This commit fixes issue #180.
2012-01-28improve legalizer test and fix remaining pieces; test now passesAlon Zakai
2012-01-28preparations for legalizing zextAlon Zakai
2012-01-28legalize truncAlon Zakai
2012-01-28Merge branch 'master' into glgearsEhsan Akhgari
2012-01-28legalize shlAlon Zakai
2012-01-28improve legalizer testAlon Zakai
2012-01-27first working part of legalizing storesAlon Zakai
2012-01-27Disable the animation in the test to make it more robustEhsan 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