aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
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
2013-02-22asmify memcmpAlon Zakai
2013-02-22fix jsfuncchunking bugAlon Zakai
2013-02-22always warn on undefs in asm, since it breaks validationAlon 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
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-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-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
2013-02-17remove PROFILE option. It adds unacceptable overhead, and all browsers have p...Alon Zakai
2013-02-17remove PGO option. It is only relevant for non-ta2 builds, which are on the w...Alon Zakai
2013-02-17another gl workaroundAlon Zakai
2013-02-17remove no longer needed --closure 0 from some testsAlon Zakai
2013-02-17default closure to off in all optimization levels - we rely on registerize fo...Alon Zakai
2013-02-13prepare jpeg as well as jpgAlon Zakai
2013-02-10force inputs to inttoptr to be i32 if they are i64; fixes #827Alon Zakai
2013-02-08gles workaroundAlon Zakai