aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2013-03-06Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9Xuejie "Rafael" Xiao
2013-03-06Merge pull request #929 from waywardmonkeys/remove-test-OsAlon Zakai
2013-03-06Merge pull request #848 from manuels/incomingAlon Zakai
2013-03-07Implement llabs().Bruce Mitchener
2013-03-06Remove test_Os now that emcc supports -Os.Bruce Mitchener
2013-03-05make -Os like -O2 but also disable inliningAlon Zakai
2013-03-05add lto in benchmarksAlon Zakai
2013-03-05Add support for getopt/getopt_longmanuels
2013-03-04fix some test failuresChad Austin
2013-03-04fix test_structbyvalAlon Zakai
2013-03-04emscripten_jcache_printfAlon Zakai
2013-03-04rename test to avoid grep for 'error' to see itAlon Zakai
2013-03-03disable test_dlmalloc, it is not comparable to native due to syscalls anyhowAlon Zakai
2013-03-03remove no-longer-needed INIT_STACKAlon Zakai
2013-03-02Merge pull request #883 from MichaelRiss/perrorFixAlon Zakai
2013-03-01optimize processing of things like false & constant, add getFastValue in make...Alon Zakai
2013-03-01make intentional faults work in asmAlon Zakai
2013-02-28add testing for registerize running in asm.js mode (but not with -g)Alon 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-28added missing test caseMichael Riss
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-27FORCE_GL_EMULATION optionAlon Zakai
2013-02-27finish EMCC_OPTIMIZE_NORMALLY testAlon Zakai
2013-02-27test for EMCC_OPTIMIZE_NORMALLYAlon Zakai
2013-02-26show signature in dyncall errors, and simplify approachAlon 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-24add OPTIONS verb so that CORS works in Chrome. also use OOPJanus Troelsen
2013-02-23fix fuzzbug regarding signed 64-bit extensionAlon Zakai
2013-02-23update i32 mul testsAlon Zakai