aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-02-24Merge branch 'fastcomp-by-default' into incomingAlon Zakai
2014-02-25Fix emscripten_get_callstack to work on Firefox 30 after it implemented colum...Jukka Jylänki
2014-02-24deprecate jcacheAlon Zakai
2014-02-22update year to 2014Haneef Mubarak
2014-02-22add EM_ASM_ which allows sending values without returning anythingAlon Zakai
2014-02-21make test_outline limits a little more flexibleAlon Zakai
2014-02-21fix test_scriptaclassAlon Zakai
2014-02-21fix test_files_m: do not put a variable called 'data' in the global scopeAlon Zakai
2014-02-21fix s_x_x testsAlon Zakai
2014-02-21RUNTIME_TYPE_INFO is not supported in fastcompAlon Zakai
2014-02-21add non-fastcomp other.test_emcc runAlon Zakai
2014-02-21make non-fastcomp tests in browser run in non-fastcomp modeAlon Zakai
2014-02-21deprecate toy gc implAlon Zakai
2014-02-21make non-fastcomp tests in other run in non-fastcomp modeAlon Zakai
2014-02-21fix sanity.test_relooperAlon Zakai
2014-02-21point to wiki page on fastcomp when using fastcomp but backend is not presentAlon Zakai
2014-02-21assume fastcomp in fastcomp sanity testAlon Zakai
2014-02-21add message pointing people to the fastcomp wiki page that explains how to di...Alon Zakai
2014-02-21make canvas proxy test less flakyAlon Zakai
2014-02-21adjust main test modes for fastcomp: remove asm2x86 except for one test, and ...Alon Zakai
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ...Alon Zakai
2014-02-21Merge pull request #2139 from TV4Fun/memfixesAlon Zakai
2014-02-20tolerate negative values of precision in printf, fallback to default precisionAlon Zakai
2014-02-20enable indirectbr tests in fastcompAlon Zakai
2014-02-20add fuzz testcase with noalias surrounding an i64 that must be legalizedAlon Zakai
2014-02-20fuzzing improvementsAlon Zakai
2014-02-20update browser.test_matrix_identityAlon Zakai
2014-02-20fix sanity testsAlon Zakai
2014-02-19Formatting fix and add testJoel Croteau
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
2014-02-19add atomicrmw sub testAlon Zakai
2014-02-19Fix Windows EMCC invocations to call 'python emcc' in a few places instead of...Jukka Jylänki
2014-02-18add toupper_l testAlon Zakai
2014-02-18add a version of emscripten_set_main_loop where the main loop takes an argume...Alon Zakai
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 calls,...Alon Zakai
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 emscripten_get_compi...Alon Zakai
2014-02-14add fuzz testcaseAlon Zakai
2014-02-14improve fuzzing to detect asm validation errorsAlon Zakai