aboutsummaryrefslogtreecommitdiff
path: root/tests/test_other.py
AgeCommit message (Expand)Author
2014-03-06only include necessary system libraries amongst each other based on explicit ...Alon Zakai
2014-03-05run llvm-lit on JS codegen testsAlon Zakai
2014-03-05some test_outline updatesAlon Zakai
2014-03-03improve testing for statically incorrect callsAlon Zakai
2014-03-03forward assertions setting into backend, and test checking for invalid # of a...Alon Zakai
2014-03-03enable errors on implicit functions by default; fixes #2175Alon Zakai
2014-03-03update other.test_emccAlon Zakai
2014-03-02fix ASSERTIONS output on bad function pointer callsAlon Zakai
2014-03-01fix other.test_dangerous_func_castAlon Zakai
2014-03-01add test for #2175Alon Zakai
2014-03-01mention ASSERTIONS in abort() callsAlon Zakai
2014-03-01improve assertions message on function pointer errorsAlon Zakai
2014-02-27make NO_EXIT_RUNTIME work properly with llvm ltoAlon Zakai
2014-02-27run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers entire...Alon Zakai
2014-02-27improve other.test_os_ozAlon Zakai
2014-02-27support -Os and -Oz as arguments to emccAlon Zakai
2014-02-26pass NO_EXIT_RUNTIME flag to fastcomp and add testAlon Zakai
2014-02-25make other.test_outline a little more flexibleAlon Zakai
2014-02-24Merge branch 'fastcomp-by-default' into incomingAlon Zakai
2014-02-22update year to 2014Haneef Mubarak
2014-02-21make test_outline limits a little more flexibleAlon Zakai
2014-02-21add non-fastcomp other.test_emcc runAlon Zakai
2014-02-21make non-fastcomp tests in other run in non-fastcomp modeAlon Zakai
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ...Alon Zakai
2014-02-18enable other.test_link_s in fastcompAlon Zakai
2014-02-18useful info in ASSERTIONS=1 and 2 in fastcomp for bad function pointer calls,...Alon Zakai
2014-02-11optimize redundant frounds in -O3Alon Zakai
2014-02-05disable other.test_chunking in fastcomp, since it's irrelevantAlon Zakai
2014-02-04WARN_UNALIGNED option for fastcompAlon Zakai
2014-02-03proper fix for simplifying f32-int bitcastsAlon Zakai
2014-01-27finish precompiled headers test; fixes #2045Alon Zakai
2014-01-26support precompiled headers; fixes #2045Alon Zakai
2014-01-23Add dedicated testcases for registerizeHarder pass.Ryan Kelly
2014-01-21update other.test_emccAlon Zakai
2014-01-18Merge pull request #2007 from abergmeier/cmake_test_ninjajuj
2014-01-16don't override Module.print and printErr if the user specified themAlon Zakai
2014-01-16Split name-minification into a separate pass from registerization.Ryan Kelly
2014-01-14fix aggressiveVariableElimination bug and add testingAlon Zakai
2014-01-14Replace printing to stderr with logging warning.Andreas Bergmeier
2014-01-13Add support for Ninja and Eclipse+Ninja testing in test_cmake.Andreas Bergmeier
2014-01-09prevent calling run more than once; fixes #1992Alon Zakai
2014-01-08fix and enable other.test_simd on fastcompAlon Zakai
2014-01-07update other.test_simd test for llvm 3.3 and 3.4Alon Zakai
2014-01-07Merge branch 'add-libuuid' of github.com:fadams/emscripten into incomingAlon Zakai
2014-01-06other.test_emcc fixes for fastcompAlon Zakai
2014-01-02Added crypto quality random number generators for Node.js and browser environ...Fraser Adams
2013-12-31implementation of libuuidFraser Adams
2013-12-30disable some other.* tests in fastcompAlon Zakai
2013-12-30fix --save-bc in fastcompAlon Zakai
2013-12-30fix other.test_crunchAlon Zakai