aboutsummaryrefslogtreecommitdiff
path: root/tests/test_other.py
AgeCommit message (Expand)Author
2014-06-11add test for d2768d2eeAlon Zakai
2014-06-10We don't seem to have tests for --js-library in core suite, so move other.tes...Jukka Jylänki
2014-06-04Merge branch 'cmake_response_files' of https://github.com/mhenschel/emscripte...Jukka Jylänki
2014-06-03fix other.test_emcc_nonfastcompAlon Zakai
2014-06-02add test for shell code not optimized in -profiling buildsAlon Zakai
2014-05-29NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()Alon Zakai
2014-05-28add test for building shared and static libraries with cmakeMarkus Henschel
2014-05-27clean up shell code using uglify, in optimized builds, when not using closureAlon Zakai
2014-05-23Add whitelist of supported link flagsRyan Sturgell
2014-05-20Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incomingAlon Zakai
2014-05-12warn on bad exports, fixes #2338Alon Zakai
2014-05-09remove some warnings on moving files to directoriesAlon Zakai
2014-05-07Add support for archive groups.Ryan Sturgell
2014-05-05Add support to function run_js() in jsrun.py to assert against a given proces...Jukka Jylänki
2014-05-02switch other.test_embind to fastcomp and only ASM_JSAlon Zakai
2014-04-29support -o with precompiled headers; fixes #2320Alon Zakai
2014-04-25support disabling ALIASING_FUNCTION_POINTERS in fastcompAlon Zakai
2014-04-25Merge pull request #2287 from chadaustin/embind-fastcomp-asm.jsAlon Zakai
2014-04-24check function table masks in safe heap modeAlon Zakai
2014-04-24enable embind/asm.js tests.Chad Austin
2014-04-10fix test_static_link zlib for new muslAlon Zakai
2014-04-09Merge pull request #2276 from juj/test_odin_validationAlon Zakai
2014-04-09update test_implicit_func after musl updates; fixes #2277Alon Zakai
2014-04-10When we build native OSX executables with Clang, we must tell Clang which OSX...Jukka Jylanki
2014-04-09Skip other.test_odin_validation if SpiderMonkey is not present, since it is a...Jukka Jylänki
2014-04-03fix other.test_implicit_funcAlon Zakai
2014-04-03Merge pull request #2232 from abergmeier/empkg_prerequisitesAlon Zakai
2014-03-30Add test for warning about abspath and selectively disabling it.Andreas Bergmeier
2014-03-28fix the case where emcc's input and output is a bitcode fileAlon Zakai
2014-03-27remove stack parameter from js optimizer traverse(), to avoid overhead when n...Alon Zakai
2014-03-26make llvm-lit test emit verbose outputAlon Zakai
2014-03-26handle --default-object-ext properly, and other emcc fixesAlon Zakai
2014-03-25add dependency file testingAlon Zakai
2014-03-25let emcc directly access bitcode files when possible, to emit proper .d files...Alon Zakai
2014-03-24--emit-symbol-map optionAlon Zakai
2014-03-22do not warn on missing emscripten_ functionsAlon Zakai
2014-03-17flip a non-existent else block in simplifyIfs, if adding such a block can helpAlon Zakai
2014-03-17flip in simplifyElses if it can helpAlon Zakai
2014-03-17fuse if-elses where the relooper did not emit a label clearingAlon Zakai
2014-03-17fuse elses to remove unnecessary label settings and checks, after we simplifi...Alon Zakai
2014-03-17simplify nested ifs with identical elsesAlon Zakai
2014-03-17add test_simplify_ifsAlon Zakai
2014-03-17simplifyIfs js optimizer passAlon Zakai
2014-03-14add -profiling optionAlon Zakai
2014-03-14test for bad triple warningAlon Zakai
2014-03-11improve demangler a littleAlon Zakai
2014-03-10add test for odin validationAlon Zakai
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