aboutsummaryrefslogtreecommitdiff
path: root/tests/test_other.py
AgeCommit message (Expand)Author
2014-07-22EMCC_ONLY_FORCED_STDLIBS optionAlon Zakai
2014-07-21fix looking up a file in a non-dir; fixes #2552Alon Zakai
2014-07-21DEMANGLE_SUPPORT option to use libcxxabi's demangler in stackTrace()Alon Zakai
2014-07-18testcase for #2539Alon Zakai
2014-07-17use compiler opts in -E, to use our target, system dirs, etc.; fixes #2534Alon Zakai
2014-07-17handle errors in rename betterAlon Zakai
2014-07-16move deps on malloc/free to deps_info, where they belongAlon Zakai
2014-07-15fix error on symlinking to an invalid filenameAlon Zakai
2014-07-15error on invalid pathname to symlink targetAlon Zakai
2014-07-15make lookupPath return failure on '', and check for existence in statAlon Zakai
2014-07-14c-define __EMSCRIPTEN_major__, __EMSCRIPTEN_minor__, __EMSCRIPTEN_tiny__ as t...Alon Zakai
2014-07-14fix other.test_sconsAlon Zakai
2014-07-12Fix other.test_cmake to not fail on Ninja generator if EM_BUILD_VERBOSE=3Jukka Jylänki
2014-07-11Merge pull request #2513 from juj/improve_cmake_for_sdl2juj
2014-07-10disallow creating files with empty names, and add testingAlon Zakai
2014-07-10avoid v8 in other.test_outline due to flakinessAlon Zakai
2014-07-10Fix a long-standing CMake toolchain issue where the toolchain was not able to...Jukka Jylänki
2014-07-09move check for noExitRuntime into exit(), and fix up testsAlon Zakai
2014-07-08emit returncode in shell; fixes #1371Alon Zakai
2014-07-05ressurect optimizeShifts (just in js optimizer and tests), with a fix for ens...Alon Zakai
2014-07-04fully fix other.test_module_exports_with_closureAlon Zakai
2014-07-03fix other.test_module_exports_with_closureAlon Zakai
2014-07-03emit memory initialization file by default in -O2+Alon Zakai
2014-06-26by default, require that subcommands actually succeed. there were scenarios ...Chad Austin
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 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