Age | Commit message (Expand) | Author |
2013-10-10 | do not assert on output of numeric 0 from a js handler | Alon Zakai |
2013-10-09 | remove no longer needed test disabling | Alon Zakai |
2013-10-09 | use aliasing function pointers in -O1 | Alon Zakai |
2013-10-09 | update other.test_chunking | Alon Zakai |
2013-10-09 | avoid X-(-Y) in js optimizer; fixes #1685 | Alon Zakai |
2013-10-09 | run relooper in -O1, and do not run js opts there | Alon Zakai |
2013-10-08 | Merge pull request #1689 from juj/fix_gl_uniform_arrays | juj |
2013-10-08 | Disable the uniform array test by default. | Jukka Jylänki |
2013-10-08 | Add unit test for GLES2 uniform arrays. | Jukka Jylänki |
2013-10-06 | enable asm validation checks in unistd tests using EM_ASM | Alon Zakai |
2013-10-06 | make EM_ASM use strings on the heap, so it works in asm, and cache the genera... | Alon Zakai |
2013-10-07 | Fix the rotozoom tests | Felix H. Dahlke |
2013-10-05 | change test_module_exports_with_closure to only execute the run_js test when ... | Fraser Adams |
2013-10-05 | replaced tests/Module-exports in path_from_root with 'tests', 'Module-exports... | Fraser Adams |
2013-10-04 | Added test_module_exports_with_closure to tests/test_other.py, run with ./run... | Fraser Adams |
2013-10-03 | disable heap align check in test_files, it mixes poorly with closure | Alon Zakai |
2013-10-03 | update test_emcc | Alon Zakai |
2013-10-03 | emit final missing returns in compiler itself | Alon Zakai |
2013-10-02 | remove obsolete fp80 test | Alon Zakai |
2013-10-02 | move heap align checks to asm2g, keep -O1 pristine | Alon Zakai |
2013-10-02 | fixed problem where module.exports, which is needed by node.js gets incorrect... | Fraser Adams |
2013-10-01 | disable some recently-changed tests in modes where they need inline js or emcc | Alon Zakai |
2013-10-01 | test runner comment | Alon Zakai |
2013-09-30 | update unistd tests to run only on node | Alon Zakai |
2013-09-30 | run test_fs_nodefs_rw only in node | Alon Zakai |
2013-09-30 | update test_outline | Alon Zakai |
2013-09-30 | fix sanity.test_emcc_caching (we now have a cache dir earlier on) | Alon Zakai |
2013-09-30 | add tests for GLUT mouse wheel events | Antoine Lambert |
2013-09-29 | - append to Building.COMPILER_TEST_OPTS for unistd tests | Anthony Pesch |
2013-09-29 | - added basic nodefs r/w test | Anthony Pesch |
2013-09-29 | - added test for FS.syncfs functionality | Anthony Pesch |
2013-09-27 | - updated several unistd tests to test against NODEFS | Anthony Pesch |
2013-09-26 | add slack to test_sdl_canvas_alpha | Alon Zakai |
2013-09-25 | Fix #1668: whiteSpace in _scanString should use only char codes as keys not c... | ngld |
2013-09-25 | Add test case for zero multiplication. | Bruce Mitchener |
2013-09-24 | sdl alpha test | Alon Zakai |
2013-09-24 | Make the tones shorter in duration to have the test harness not timeout (60 s... | Jukka Jylänki |
2013-09-24 | Update the sdl audio beep test to new test_browser.py suite after rebase. | Jukka Jylänki |
2013-09-24 | Allow compiling the sdl_audio_beep.cpp sample outside the browser test harness. | Jukka Jylänki |
2013-09-24 | Make the time periods between beeps longer to be able to distinguish audio qu... | Jukka Jylänki |
2013-09-24 | Improve SDL_OpenAudio support to work with the newest Web Audio API spec, add... | Jukka Jylänki |
2013-09-24 | Fixed some stuff I forgot to change. | ILOVEPIE |
2013-09-24 | Merge pull request #1650 from rharkeadsk/dev/fix-printf-padding | Alon Zakai |
2013-09-24 | do not turn 0*x to 0 in the case of floats, since NaNs break there; fixes #1661 | Alon Zakai |
2013-09-23 | do not leak emcc args changes in test_cases | Alon Zakai |
2013-09-23 | simplify chunk size determination in emscripten.py | Alon Zakai |
2013-09-23 | asm coerce in atomicrmw; fixes #1637 | Alon Zakai |
2013-09-19 | Implement missing 'space' formatting flag | Ranger Harke |
2013-09-19 | Fix bug with forced display of sign on negative integers | Ranger Harke |
2013-09-19 | Fix bug with zero-padded negative integers | Ranger Harke |