aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-02-25Make the "did NOT asm.js'ify" error message moreDan Gohman
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2014-02-25Begin using the Emscripten toolchain in clang.Dan Gohman
With the Emscripten toolchain, we can make clang do more of what we need directly rather than in the wrapper scripts.
2014-02-25Update the tests to use asmjs-unknown-emscripten.Dan Gohman
2014-02-25add fuzz testcaseAlon Zakai
2014-02-24update fuzz testers for fastcomp by defaultAlon Zakai
2014-02-24Merge branch 'fastcomp-by-default' into incomingAlon Zakai
2014-02-25Fix emscripten_get_callstack to work on Firefox 30 after it implemented ↵Jukka Jylänki
column information in callstack info. See https://bugzilla.mozilla.org/show_bug.cgi?id=762556 . Fixes test browser.test_emscripten_log on Firefox 30.
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 ↵Alon Zakai
disable it, when a compiler setting is not fastcomp-compatible
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
add two modes for legacy non-fastcomp -O2 with and without asm
2014-02-21turn fastcomp on by default, disabling can be done with EMCC_FAST_COMPILER=0 ↵Alon Zakai
in the env
2014-02-21Merge pull request #2139 from TV4Fun/memfixesAlon Zakai
Fix errors in locale and allocate, and a few other tweaks
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
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