aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-03-10properly implement isattyAlon Zakai
2012-03-10allow Module.stdin,out,err to provide defaults for streamsAlon Zakai
2012-03-06add sign correction to llvmswitch test, needed for s_x_xAlon Zakai
2012-03-06standardize switch comparisons on signed valuesAlon Zakai
2012-03-05handle signedness properly in 64-bit div, mul, remAlon Zakai
2012-03-05fix i64 comparisonsAlon Zakai
2012-03-01remove old debugging lineAlon Zakai
2012-02-26--pre-js and --post-js optionsAlon Zakai
2012-02-26remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only thereAlon Zakai
2012-02-26do not use -std-compile-opts, which is not really meant to be usedAlon Zakai
2012-02-25support more mathops in legalizerAlon Zakai
2012-02-25do not erase the cache in the test runner (only do it in sanity checks)Alon Zakai
2012-02-24--ignore-dynamic-linking option in emccAlon Zakai
2012-02-24--embed-file option in emccAlon Zakai
2012-02-23support -L/-l syntax in emccAlon Zakai
2012-02-23cwrap (like ccall, but returns a wrapper function)Alon Zakai
2012-02-22use libcxxabi for dynamic_castAlon Zakai
2012-02-22fix test_typed_exceptionsAlon Zakai
2012-02-21Merge pull request #265 from adetaylor/polymorphic-exception-handlingAlon Zakai
2012-02-20handle bitcasts of doubles to i64s and vice versa properlyAlon Zakai
2012-02-20generate signed legalized 32-bit chunksAlon Zakai
2012-02-20Polymorphic exception handling.Adrian Taylor
2012-02-19add llvm dir to benchmark fingerprintAlon Zakai
2012-02-18ccallAlon Zakai
2012-02-18add test for atexit's still being called when exit is calledAlon Zakai
2012-02-18basic support for setjmp/longjmpAlon Zakai
2012-02-16fix bug with legalized i64 rounded additionAlon Zakai
2012-02-15handle singleton .a filesAlon Zakai
2012-02-15support compiling .so files directly in emccAlon Zakai
2012-02-14Merge pull request #246 from adetaylor/atexit-fixAlon Zakai
2012-02-14disable files benchmark for nowAlon Zakai
2012-02-13actually return the valid pointer in dynamic castAlon Zakai
2012-02-12Adding test that atexit calls things in the right order.Adrian Taylor
2012-02-11fix test_emccAlon Zakai
2012-02-11fix test_readdirAlon Zakai
2012-02-11only support i64 mode 1 in ta2Alon Zakai
2012-02-11reminderAlon Zakai
2012-02-11remove variable eliminator in analyzer; we do that in the eliminator in -O1 a...Alon Zakai
2012-02-10Merge pull request #232 from FishingCactus/opengles_wipAlon Zakai
2012-02-09enforce strict order in multiple libraries generated in the test runner: the ...Alon Zakai
2012-02-09fix for bug with using old full pathnames when loading builds from cache in t...Alon Zakai
2012-02-09Test for readdir fixjulien.hamaide
2012-02-09disable non-emcc runs in test_uncaught_exceptionAlon Zakai
2012-02-09Always pick the JS implementation of uncaught_exceptionEhsan Akhgari
2012-02-09Merge pull request #238 from ehsan/uncaught_exceptionAlon Zakai
2012-02-09Test for std::uncaught_exceptionEhsan Akhgari
2012-02-09Merge pull request #228 from ehsan/use_ar_upstreamAlon Zakai
2012-02-08Merge pull request #231 from ehsan/test_emcc_fixesAlon Zakai
2012-02-08Fix test_emccEhsan Akhgari
2012-02-08re-enable now working test_istreamAlon Zakai