aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-07-22make environ work by itself; fixes #2557Alon Zakai
2014-07-22update test_envAlon Zakai
2014-07-22EMCC_ONLY_FORCED_STDLIBS optionAlon Zakai
2014-07-22remove no longer needed bad_exception hack; fixes #2560; 1.21.6Alon Zakai
2014-07-22emscripten_force_exit optionAlon Zakai
2014-07-21disable some exceptions tests in s_x_xAlon Zakai
2014-07-21make test_exceptions_white_list more robustAlon 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-21update sanity.test_emcc_cachingAlon Zakai
2014-07-21build enough of libcxxabi to support bad_typeid without undefined symbols; 1....Alon Zakai
2014-07-18add missing zconf.h in test suiteAlon Zakai
2014-07-18testcase for #2539Alon Zakai
2014-07-18update csmith driverAlon Zakai
2014-07-17use compiler opts in -E, to use our target, system dirs, etc.; fixes #2534Alon Zakai
2014-07-17clean up some old commentsAlon Zakai
2014-07-17handle errors in rename betterAlon Zakai
2014-07-17strsignal; 1.21.4; fixes #2532Alon Zakai
2014-07-16disable test_emscripten_api in s_x_xAlon Zakai
2014-07-16move deps on malloc/free to deps_info, where they belongAlon Zakai
2014-07-16Clean up code from prabindh's pull request.Jukka Jylänki
2014-07-16Added tests for invalid parameters and terminators, to test functionality of ...Prabindh Sundareson
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-15make PATH.resolve return an error result on paths with '' portionsAlon Zakai
2014-07-15Merge pull request #2390 from fadams/add-network-callbacksjuj
2014-07-14c-define __EMSCRIPTEN_major__, __EMSCRIPTEN_minor__, __EMSCRIPTEN_tiny__ as t...Alon Zakai
2014-07-14fix other.test_sconsAlon Zakai
2014-07-12Clean up extra littering includes in Bullet build file to avoid noise. Upstre...Jukka Jylänki
2014-07-12Fix test other.test_cmake to build after updates to CMake system.Jukka Jylänki
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-10allow cwrap calls to not specify argTypes if no args; fixes #2511Alon Zakai
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-10build libcxxabi exception.cpp; 1.21.3Alon Zakai
2014-07-10Now that CMake CHECK_INCLUDE_FILE() macro works, don't unconditionally includ...Jukka Jylänki
2014-07-10Fix a long-standing CMake toolchain issue where the toolchain was not able to...Jukka Jylänki
2014-07-10When using emconfigure/emcmake to invoke cmake toolchain, don't pass in EMMAK...Jukka Jylänki
2014-07-09remove obsolete test_async_exitAlon Zakai
2014-07-09move check for noExitRuntime into exit(), and fix up testsAlon Zakai
2014-07-08Merge pull request #2503 from waywardmonkeys/remove-commented-out-and-todosAlon Zakai
2014-07-08emit returncode in shell; fixes #1371Alon Zakai
2014-07-08remove some TODOs and commented-out test codeChad Austin
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 test runner checking for mem init file, when it is emptyAlon Zakai
2014-07-03fix other.test_module_exports_with_closureAlon Zakai
2014-07-03fix browser.test_uuid to use the temp test dir normallyAlon Zakai