aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-02-19emit fuzz errors with the right suffixAlon Zakai
2014-02-19add function with $ in its name testcaseAlon Zakai
2014-02-19Merge pull request #2140 from juj/python_emccAlon Zakai
Fix Windows EMCC invocations to call 'python emcc' in a few places instead of just 'emcc'.
2014-02-19add atomicrmw sub testAlon Zakai
2014-02-19Fix Windows EMCC invocations to call 'python emcc' in a few places instead ↵Jukka Jylänki
of just 'emcc'.
2014-02-18add toupper_l testAlon Zakai
2014-02-18add a version of emscripten_set_main_loop where the main loop takes an ↵Alon Zakai
argument; fixes #2114
2014-02-18fix function types of main loop funcs in sockets testsAlon Zakai
2014-02-18enable other.test_link_s in fastcompAlon Zakai
2014-02-18useful info in ASSERTIONS=1 and 2 in fastcomp for bad function pointer ↵Alon Zakai
calls, and update other.test_dangerous_func_cast to test that
2014-02-18define COMPILER_TEST_OPTS in benchmark suite, so libraries get optimizedAlon Zakai
2014-02-18fast test_longjmp_repeat in fastcompAlon Zakai
2014-02-17enable test_scriptaclass in fastcompAlon Zakai
2014-02-17support reserved function pointers in fastcompAlon Zakai
2014-02-17enable a fuzztest that now works in fastcompAlon Zakai
2014-02-17enable test_float32_precise in fastcompAlon Zakai
2014-02-17check all i64 functions for whether we need to include precise i64 codeAlon Zakai
2014-02-16support memory growth in (non-validating) asm.jsAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and ↵Alon Zakai
emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime
2014-02-14add fuzz testcaseAlon Zakai
2014-02-14improve fuzzing to detect asm validation errorsAlon Zakai
2014-02-14suppress native warnings in fuzzer, csmith emits manyAlon Zakai
2014-02-14reduce some fuzzer outputAlon Zakai
2014-02-14fix fuzz checkerAlon Zakai
2014-02-14add testcase for i1 constants being properly unsignedAlon Zakai
2014-02-14improve c++ fuzzingAlon Zakai
2014-02-14emit both c++ and c in fuzzerAlon Zakai
2014-02-13enable legalizer_ta2 testcase in fastcompAlon Zakai
2014-02-13i96_ashr testcaseAlon Zakai
2014-02-13fix target in hello_world.llAlon Zakai
2014-02-13fix fuzzer test runner cleanupsAlon Zakai
2014-02-13fuzz tester tweaksAlon Zakai
2014-02-12test python with lto for more coverageAlon Zakai
2014-02-12make openjpeg extra tests on EMCC_DEBUG more lenientAlon Zakai
2014-02-12fix bug on using file packager on subdirs; fixes #2123Alon Zakai
2014-02-12update sanity.test_emcc_cachingAlon Zakai
2014-02-12fix test_sdl_canvasAlon Zakai
2014-02-12Merge pull request #2118 from inolen/sdl_lazy_init_fixAlon Zakai
initialize pixel buffer inside of makeSurface for SDL_SWSURFACE
2014-02-12add another longjmp testcaseAlon Zakai
2014-02-11initialize pixel buffer inside of makeSurface for SDL_SWSURFACEAnthony Pesch
2014-02-11add longjmp testcase for keeping stuff together and in proper dominance orderAlon Zakai
2014-02-11optimize redundant frounds in -O3Alon Zakai
2014-02-11update test_safe_dyncallsAlon Zakai
2014-02-10Merge pull request #2091 from sunfishcode/incomingAlon Zakai
Use -mllvm -disable-llvm-optzns.
2014-02-10NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilationAlon Zakai
2014-02-10don't forget to set ai_next in getaddrinfo, and use emcc in test_getaddrinfo ↵Alon Zakai
as it now needs libc
2014-02-10Suppress useless warnings in the tests.Dan Gohman
The tests are intentionally adding absolute include paths, so add -Wno-warn-absolute-paths to suppress warnings about them.
2014-02-10Merge pull request #2071 from rfk/rfk/fix-test-longjmp-throw-asm3Alon Zakai
Fix asm3.test_longjmp_throw
2014-02-10Merge pull request #2099 from waywardmonkeys/upstream-from-imvuAlon Zakai
Upstream from imvu
2014-02-10add more slack to test_sdl_canvas_alphaAlon Zakai