aboutsummaryrefslogtreecommitdiff
path: root/tests/test_other.py
AgeCommit message (Collapse)Author
2014-06-23proper fix for other.test_argv0_nodeAlon Zakai
2014-06-18try to fix test_argv0_node for windowsAlon Zakai
2014-06-17support argv[0] containing the script node is running; fixes #2431Alon Zakai
2014-06-11add test for d2768d2eeAlon Zakai
2014-06-10We don't seem to have tests for --js-library in core suite, so move ↵Jukka Jylänki
other.test_js_libraries to the core test suite so that it gets tested in all modes.
2014-06-04Merge branch 'cmake_response_files' of ↵Jukka Jylänki
https://github.com/mhenschel/emscripten into mhenschel-cmake_response_files Conflicts: AUTHORS
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
Conflicts: AUTHORS
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
emcc now understands -Wl,--start-group, -Wl,--end-group to group static libraries. Static libraries in a group need not be specified in dependent to dependency order and can have circular dependencies.
2014-05-05Add support to function run_js() in jsrun.py to assert against a given ↵Jukka Jylänki
process return code. This uncovers issues in other.test_embind which were not caught before. See #2335.
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
Enable embind in fastcomp/asm.js
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
other.test_odin_validation
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 ↵Jukka Jylanki
OSX SDK version we are targeting. Add a function CLANG_NATIVE_ARGS() that returns a list of compiler args that need to be appended when building native executables for the current platform, which for OSX automatically find an SDK to target. Make the machinery lazy and cached so that it's not invoked if native executables are not built, and that it's invoked only once when needed. Fixed test other.test_bad_triple on OSX.
2014-04-09Skip other.test_odin_validation if SpiderMonkey is not present, since it is ↵Jukka Jylänki
a SpiderMonkey-specific test.
2014-04-03fix other.test_implicit_funcAlon Zakai
2014-04-03Merge pull request #2232 from abergmeier/empkg_prerequisitesAlon Zakai
Empkg prerequisites
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 ↵Alon Zakai
not needed
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 ↵Alon Zakai
files and avoid unnecessary copies
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 ↵Alon Zakai
simplified ifs
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