aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-04-17some support for SDL_PeepEventsAlon Zakai
2012-04-17add emscripten_async_callAlon Zakai
2012-04-17fix closure issues with exception handling, and add test coverageAlon Zakai
2012-04-16fix sscanf handling of ends of %sAlon Zakai
2012-04-16Build the lzma-native binary if neededEhsan Akhgari
2012-04-15add working test_sdl_ogl_pAlon Zakai
2012-04-15add disabled sdl_ogl_p test as the next targetAlon Zakai
2012-04-15fix sdl_ogl.c for native buildsAlon Zakai
2012-04-14fix makeSetValue on complex structural types, fixes #386Alon Zakai
2012-04-14support js arrays as inputs in ccallAlon Zakai
2012-04-14fix for test_sdl_oglAlon Zakai
2012-04-14retrieve pixel data from IMG_Load, for maximum compatibilityAlon Zakai
2012-04-14support for GL_TRIANGLE_STRIPAlon Zakai
2012-04-13--js-library option to make it easy to add additional library_*.js filesAlon Zakai
2012-04-13sdl pageup/downAlon Zakai
2012-04-13Merge remote-tracking branch 'upstream/incoming' into glmatrixEhsan Akhgari
Conflicts: src/library_gl.js
2012-04-13Enable test_sdl_oglEhsan Akhgari
2012-04-13Lock and unlock the surface to access the raw pixel dataEhsan Akhgari
2012-04-13Make more browser tests work for Windows.Sigmund Vik
2012-04-12add glReadPixels and sdl/gl test for itAlon Zakai
2012-04-12prepare for sdl/ogl testAlon Zakai
2012-04-12files for sdl/ogl immediate mode testAlon Zakai
2012-04-12fix EM_SAVE_DIRAlon Zakai
2012-04-12nicer browser test harness textAlon Zakai
2012-04-12Merge pull request #374 from SiggyBar/build-env-2Alon Zakai
Make it easier to use emscripten from a build system.
2012-04-11make test_worker completely automaticAlon Zakai
2012-04-11make test_html a reftestAlon Zakai
2012-04-11update test_structbyvalAlon Zakai
2012-04-11clean up gears testsAlon Zakai
2012-04-11A more accurate output message in test case in sanity.test_emccSigmund Vik
2012-04-11Make it easier to use emscripten from a build system.Sigmund Vik
- Allow the configuration to be specified directly in the EM_CONFIG environment variable instead of in a config file. The config file approach has some shortcomings when using emscripten from a build system (e.g. it uses a single global config file so it is hard to configure emscripten in different ways from different build trees). The presence of newlines in the EM_CONFIG string variable is used to decide if the configuration is stored directly in the environment variable or it is used to specify the config file (is this too much of a hack?). - Skip check_sanity() and check_engine() based on the presence of the config file. When running from a build system, it is the build system's responsibility that everything is set up correctly. Maybe a new environment variable EM_SKIP_CHECKS or something like that might be better to decide whether or not to run these checks? - Do not assume that the SPIDERMONKEY_ENGINE environment variable is set. - Add EM_CACHE environment variable that can be used to control where emscripten should store built libraries.
2012-04-11show some progress in browser test harnessAlon Zakai
2012-04-11close browser test windows in almost all tests, making the browser tests ↵Alon Zakai
much more automatic
2012-04-10fix sdl pitch bugAlon Zakai
2012-04-10fix sanity.test_emcc_cachingAlon Zakai
2012-04-09init runtime immediately, so that even with noInitialRun we can still call ↵Alon Zakai
filesystem-using functions and they will work
2012-04-09experimental support for inline jsAlon Zakai
2012-04-09Merge pull request #370 from brson/fremAlon Zakai
Support frem instruction
2012-04-09Merge pull request #367 from ehsan/gears_animation_reftestAlon Zakai
Gears animation reftest
2012-04-09allow anonmyous empty structsAlon Zakai
2012-04-09Support frem instructionBrian Anderson
2012-04-09Restore the es2gears animationEhsan Akhgari
This makes sure that the GLUT-based animation infrastructure continues to work in the future.
2012-04-09clarify test runner instructionsAlon Zakai
2012-04-08fix sdl pixelformatAlon Zakai
2012-04-08clean up linker a.out|exe stubsAlon Zakai
2012-04-08add support for quoted labels; fixes #360Alon Zakai
2012-04-08support for sdl scancodesAlon Zakai
2012-04-07handle dollar in alias namesAlon Zakai
2012-04-07handle identical basenames in emcc properly; fixes #287Alon Zakai
2012-04-06restore support for noInitialRunAlon Zakai