aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Collapse)Author
2013-03-08Added test that tests the basic functionality of SDL_Mixer including pausing ↵Michael Bishop
and resuming both the Sound channels and Music channel.
2013-03-08deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1Alon Zakai
2013-03-08disable test_openjpeg in s_x_xAlon Zakai
2013-03-07Merge pull request #930 from waywardmonkeys/update-catch-undefAlon Zakai
-fcatch-undefined-behavior is deprecated.
2013-03-07support llvm_ctpop_*; fixes #918Alon Zakai
2013-03-07Merge pull request #931 from xxuejie/stdlib_strtodAlon Zakai
Implement strtod in native C code as part of libc.
2013-03-07add test for animation in FULL_ES2Alon Zakai
2013-03-06Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ↵1.2.9Xuejie "Rafael" Xiao
side, this can fix double precision bug in original strtod implementation.
2013-03-06Merge pull request #929 from waywardmonkeys/remove-test-OsAlon Zakai
Remove test_Os now that emcc supports -Os.
2013-03-06Merge pull request #848 from manuels/incomingAlon Zakai
Add getopt and getopt_long (libc) support
2013-03-07Implement llabs().Bruce Mitchener
2013-03-06-fcatch-undefined-behavior is deprecated.Bruce Mitchener
Use -fsanitize=undefined.
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
Perror formatting fix
2013-03-01optimize processing of things like false & constant, add getFastValue in ↵Alon Zakai
makeSignOp, and add fuzz tests that now pass
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
must have gotten lost in the rebasing operation ...
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
Implement SDL_TEXTINPUT
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
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