aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-03-01do not emit code in a label after a returnfailAlon Zakai
2013-03-01abort on loads from absolute addresses, just like savesAlon Zakai
2013-03-01make intentional faults work in asmAlon Zakai
2013-03-01add another testcaseAlon Zakai
2013-03-01handle calls to aliases in asmAlon Zakai
2013-02-28add testing for registerize running in asm.js mode (but not with -g)Alon Zakai
2013-02-28do not emit floats from getFastValue divisions, can break asmAlon Zakai
2013-02-28fix test_exceptionsAlon Zakai
2013-02-28test fixesAlon Zakai
2013-02-28fix test_white_list_exceptionAlon Zakai
2013-02-28fix test_uncaught_exceptionAlon Zakai
2013-02-28fix test_exit_stackAlon Zakai
2013-02-28fix test_exceptionsAlon Zakai
2013-02-28test updatesAlon Zakai
2013-02-28inline by default, now that lto is off by defaultAlon Zakai
2013-02-28disable llvm lto except for -O3, due to issues we have been seeingAlon Zakai
2013-02-27fix and enable gles2 testsAlon Zakai
2013-02-27comment out hardcoded debug pathsAlon Zakai
2013-02-27Merge pull request #889 from ehsan/sdl_textinputAlon Zakai
2013-02-27add the rest of the gles2 emulation testsAlon Zakai
2013-02-27Implement SDL_TEXTINPUTEhsan Akhgari
2013-02-27add preparations for gles2 emulation testsAlon Zakai
2013-02-27csmith driver debug outputAlon Zakai
2013-02-27FORCE_GL_EMULATION optionAlon Zakai
2013-02-27properly emit calls to gl passthroughs with 0 params, and test for glErrorAlon Zakai
2013-02-27finish EMCC_OPTIMIZE_NORMALLY testAlon Zakai
2013-02-27test for EMCC_OPTIMIZE_NORMALLYAlon Zakai
2013-02-26Merge pull request #857 from caiiiycuk/writefdsAlon Zakai
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
2013-02-26SAFE_DYNCALLS optionAlon Zakai
2013-02-26do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...Alon Zakai
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
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 th...Alon Zakai
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