aboutsummaryrefslogtreecommitdiff
path: root/tests/test_other.py
AgeCommit message (Expand)Author
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
2013-12-30Merge pull request #1946 from juj/default_obj_extjuj
2013-12-29Define behavior that 'emcc -c a.c -o dir/' shall compile and generate object ...Jukka Jylänki
2013-12-26fix js libraries in fastcomp; fixes #1948Alon Zakai
2013-12-24properly check for libx.so.1.2.3 types when deciding what to link in statical...Alon Zakai
2013-12-23do not link in dynamic libraries when compiling to bitcode in intermediate st...Alon Zakai
2013-12-21Update test other.test_demangle to pass after the previous commit which added...Jukka Jylänki
2013-12-20Merge pull request #1922 from coolwanglu/embed_dot_filesAlon Zakai
2013-12-19make test_outline more lenientAlon Zakai
2013-12-14test changes for fastcompAlon Zakai
2013-12-14--exclude-fileLu Wang
2013-12-10quote keys in library objects when necessary; fixes #1908Alon Zakai
2013-11-25support C/C++ suffixes in capital formAlon Zakai
2013-11-22Fix other.test_dependency_file on Windows.Jukka Jylänki
2013-11-20test for static linking when using --js-libraryAlon Zakai
2013-11-19Added test for change for issue #1732.Dominic Wong
2013-11-15Merge pull request #1814 from juj/fix_test_static_linkAlon Zakai
2013-11-15Fix other.test_static_link on Windows by using CMake instead of configure to ...Jukka Jylänki
2013-11-15Fix other.test_preprocess on Linux after regressing it in the previous commit...Jukka Jylänki
2013-11-14simplify other.test_emcc check for micro-opts, to not be so finickyAlon Zakai
2013-11-14Adjust other.test_preprocess to not include a path delimiter in the string th...Jukka Jylänki
2013-11-13don't show both errors and warnings on undefined symbolsAlon Zakai
2013-11-13test for multiple undefined symbolsAlon Zakai
2013-11-13warn on missing symbols by default; fixes #1794Alon Zakai
2013-11-13Use CMake to build zlib in test other.test_outline on Windows. This test did ...Jukka Jylänki
2013-11-13Write src.cpp in unit test in binary mode so that line endings are stored as ...Jukka Jylänki
2013-11-12ignore first L when demangling, literalness is irrelevant to the main nameAlon Zakai
2013-11-12demangle constructorsAlon Zakai