aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-02-26show signature in dyncall errors, and simplify approachAlon Zakai
2013-02-26testing for glGetBooleanvAlon Zakai
2013-02-26Merge pull request #871 from ysangkok/chrome-fixAlon Zakai
bin xhr sync test: add OPTIONS verb so that CORS works in Chrome. also use OOP
2013-02-26SAFE_DYNCALLS optionAlon Zakai
2013-02-26do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ↵Alon Zakai
needed internally
2013-02-26adjust cache sizes a little more and update testsAlon Zakai
2013-02-25adjust chunk sizes to better handle large numbers of cores and large amounts ↵Alon Zakai
of forwarded data
2013-02-25fix more gl testsAlon Zakai
2013-02-25use preserveDrawingBuffer in gl tests to make them work on latest firefoxAlon Zakai
2013-02-25always replace Math.imul in non-precise i32 mul mode, and disable test for ↵Alon Zakai
that in asm since asm alaways assumes precision
2013-02-25EMCC_FORCE_STDLIBS optionAlon Zakai
2013-02-25fuzzer improvementsAlon Zakai
2013-02-25fuzz error messageAlon Zakai
2013-02-24creduce supportAlon Zakai
2013-02-24do not emit direct multiplies of <32 bit in asm, asm only has 32-bit multiplyAlon Zakai
2013-02-24support multiple js engines in fuzzer, and asm.jsAlon Zakai
2013-02-24add OPTIONS verb so that CORS works in Chrome. also use OOPJanus Troelsen
2013-02-23csmith driver fixAlon Zakai
2013-02-23handle nonportable/unaligned code in csmithAlon Zakai
2013-02-23move csmith driverAlon Zakai
2013-02-23fix fuzzbug regarding signed 64-bit extensionAlon Zakai
2013-02-23update i32 mul testsAlon Zakai
2013-02-22asmify memcmpAlon Zakai
2013-02-22csmith driver tweakingAlon Zakai
2013-02-22fix jsfuncchunking bugAlon Zakai
2013-02-22always warn on undefs in asm, since it breaks validationAlon Zakai
2013-02-22remove overly-strict assertion in websockets testAlon Zakai
2013-02-22wipe out previous vao-related state when binding a vaoAlon Zakai
2013-02-22save client states in vertex array objectsAlon Zakai
2013-02-22fix test_i32_mul_semipreciseAlon Zakai
2013-02-21Merge pull request #851 from rogerbraun/sscanf-fixAlon Zakai
Handle %c in sscanf.
2013-02-21add option to save JS of all tests runAlon Zakai
2013-02-21Handle %c in sscanf.Roger Braun
2013-02-20build base type_info class with libcxxabi, fixes #862Alon Zakai
2013-02-20add more glGetIntegerv constantsAlon Zakai
2013-02-20glGetPointervAlon Zakai
2013-02-20vertex array object support in gl emulationAlon Zakai
2013-02-19support realloc in corruption checkerAlon Zakai
2013-02-19handle malloc(0) and free(0) in corruption checkerAlon Zakai
2013-02-19hardcode arguments in benchmark js files, for easier debugging on themAlon Zakai
2013-02-19fix test_debugAlon Zakai
2013-02-19remove unneeded sign correction from dlmalloc benchmarkAlon Zakai
2013-02-18run closure in -O3, it makes sense there with the other unsafe optimizationsAlon Zakai
2013-02-18tune csmith driverAlon Zakai
2013-02-18csmith driver scriptAlon Zakai
2013-02-18fix test_closure_compilerAlon Zakai
2013-02-18remove LLVM debug info in -O1+, since the optimizer removes it anyhowAlon Zakai
2013-02-18fix test_emccAlon Zakai
2013-02-17improve corruption checksAlon Zakai
2013-02-17memory corruption checkerAlon Zakai