aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)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; ↵Alon Zakai
1.21.5; fixes #2547
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
egl context creation. This also adds a RED clear color for the default viewport so that the GL output can be visually observed
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
Feature to enable asynchronous event driven network event handling
2014-07-14c-define __EMSCRIPTEN_major__, __EMSCRIPTEN_minor__, __EMSCRIPTEN_tiny__ as ↵Alon Zakai
the 3 parts of the emscripten version; fixes #2343
2014-07-14fix other.test_sconsAlon Zakai
2014-07-12Clean up extra littering includes in Bullet build file to avoid noise. ↵Jukka Jylänki
Upstreaming progress at https://github.com/bulletphysics/bullet3/pull/197
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
Improve cmake for sdl2
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 ↵Jukka Jylänki
include getopt() to openjpeg CMake build, but let it get detected via CMake.
2014-07-10Fix a long-standing CMake toolchain issue where the toolchain was not able ↵Jukka Jylänki
to specify a default suffix (.js) for generated executables and the suffix that was set got silently erased. Previously the default suffix was empty "", which meant all user CMakeLists.txt files had to explicitly specify the suffix. Fixing this adds support for CMake built-in check_function_exists() detection macro which is used e.g. by SDL2 CMakeLists.txt path. To build html files, add the directive 'SET(CMAKE_EXECUTABLE_SUFFIX ".html")' like before.
2014-07-10When using emconfigure/emcmake to invoke cmake toolchain, don't pass in ↵Jukka Jylänki
EMMAKEN_JUST_CONFIGURE=1, since that breaks CMake configuration because CMake expects to be able to build identically at config and build time. This fixes CMake check_include_file() with Emscripten. Add tests to make sure that it doesn't regress.
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
remove some TODOs and commented-out test code
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 ↵Alon Zakai
ensuring at most one value with unknown lower bits; #2481
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