aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-04-15Fix browser.test_sdl_touch to pass touch coordinates inside the canvas rectan...Jukka Jylänki
2014-04-14Merge pull request #2285 from juj/sdl2-touch-api-additionsAlon Zakai
2014-04-14Merge pull request #2286 from chadaustin/embind-code-size-reductionAlon Zakai
2014-04-14Merge pull request #2291 from juj/spidermonkey_noneAlon Zakai
2014-04-14Merge pull request #2290 from juj/fix_test_atomic_cxxAlon Zakai
2014-04-14Store CMAKE_AR and CMAKE_RANLIB in CMake CACHE so that the values persist to ...Jukka Jylänki
2014-04-14Allow setting SPIDERMONKEY_ENGINE=None in .emscripten to simplify test runner...Jukka Jylanki
2014-04-14Remove undefined behavior reading 32-bit variables as 64-bit in printf format...Jukka Jylanki
2014-04-14Add interactive and automated testing for SDL touch events.Jukka Jylänki
2014-04-13Always require an explicit name for shared_ptr and wrapper type bindingsChad Austin
2014-04-13Add a way to opt out of compiler-generated type names for smart pointers and ...Chad Austin
2014-04-13embind doesn't always need the full std::type_info record. if EMSCRIPTEN_HAS...Chad Austin
2014-04-10fix test_static_link zlib for new muslAlon Zakai
2014-04-10disable test_atomic_cxx in non-fastcompAlon Zakai
2014-04-10improve test traversal toolAlon Zakai
2014-04-10finish 64-bit atomics; fixes #2273Alon Zakai
2014-04-10enable test_atomic_cxx on everything but 64-bit operations; #2273Alon Zakai
2014-04-09start on c++11 atomics implementation and test; #2273Alon 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-08testcase traverse toolAlon Zakai
2014-04-07Merge pull request #2256 from juj/more_musl1.14.1Alon Zakai
2014-04-03fix other.test_implicit_funcAlon Zakai
2014-04-03Merge pull request #2232 from abergmeier/empkg_prerequisitesAlon Zakai
2014-04-02add missing test file for #2263 / #2258Alon Zakai
2014-04-01fix mkdir on a path ending in a slash; fixes #2263 and #2258Alon Zakai
2014-03-31testcase for returning nanAlon Zakai
2014-03-31Merge pull request #2264 from imvu/incoming-with-fastcomp-asm.js-emval-2Alon Zakai
2014-03-31testcase for fixable bad function casts with extra paramsAlon Zakai
2014-03-31commentAlon Zakai
2014-03-31add testing for EM_ASM_ARGSAlon Zakai
2014-03-31update test_idbfs_sync to use EM_ASM with input arguments, which is more idio...Alon Zakai
2014-03-30Add test for warning about abspath and selectively disabling it.Andreas Bergmeier
2014-03-28Make val::call<> compatible with asm.jsChad Austin
2014-03-28Fix passing memory_views in varargsChad Austin
2014-03-28Allow passing memory_views in varargsChad Austin
2014-03-28make val::new_ compatible with asm.jsChad Austin
2014-03-28make val::as<> compatible with asm.jsChad Austin
2014-03-28tests for val::as on strings and val tooChad Austin
2014-03-28Add some unit tests that verify we can pass all kinds of primitive types thro...Chad Austin
2014-03-29Skip s_0_0.test_strndup, s_0_0.test_strstr, s_0_0.test_unistd_ttyname tests s...Jukka Jylänki
2014-03-28Fix test_strndup. The signature of strndup takes in a size_t for length, so p...Jukka Jylänki
2014-03-28fix the case where emcc's input and output is a bitcode fileAlon Zakai
2014-03-28add fastcomp env var to library builds in test runner, to fix errors in slow2...Alon Zakai
2014-03-28fix SDL bug where freeing the surface screen did not work properlyAlon Zakai
2014-03-28add fuzz testcase for nested i24 constantExprsAlon Zakai
2014-03-27fix test_files_m on latest spidermonkey, which shows more warningsAlon Zakai
2014-03-27remove stack parameter from js optimizer traverse(), to avoid overhead when n...Alon Zakai