aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-07-29make i24_mem test ta2 onlyAlon Zakai
2013-07-29fix test_scriptaclassAlon Zakai
2013-07-29buffer streams that cannot be rewound in fscanf; fixes #1436Alon Zakai
2013-07-29fix reftest runner for var Module approachAlon Zakai
2013-07-29Merge pull request #1370 from inolen/ungetc_fixesAlon Zakai
misc ungetc fixes
2013-07-26Merge pull request #1393 from fhd/sdl-surface-refcountAlon Zakai
Implement SDL_Surface refcounting
2013-07-26flatten if-chains into smaller chains, chunking reduces the overhead of ↵Alon Zakai
flattening them out entirely
2013-07-26Merge pull request #1425 from inolen/module_globalAlon Zakai
eliminate default Module global
2013-07-25fix outlining for all debug levels and add testingAlon Zakai
2013-07-25fix bug in aggressive variable elimination and re-enable itAlon Zakai
2013-07-25support outlining with minificationAlon Zakai
2013-07-25disable aggressiveVariableElimination for nowAlon Zakai
2013-07-25do not outline sp assignments, because we need sp to perform an outline callAlon Zakai
2013-07-25fix find_bigfuncs.pyAlon Zakai
2013-07-25Don't leak the last surface and improve SDL_surface refcount testFelix H. Dahlke
2013-07-24flatten if chains in outliner, and be more careful to avoid outlining ↵Alon Zakai
through an outline call
2013-07-24fix EXPORT_ALL in asm modeAlon Zakai
2013-07-24eliminate default Module globalAnthony Pesch
2013-07-24Merge pull request #1386 from michaeljbishop/sdl_rwopsAlon Zakai
Add support for `SDL_RWFromConstMem()` for .ogg files.
2013-07-24do invoke_* on LLVM invokes using function pointers; fixes #1423Alon Zakai
2013-07-24Merge pull request #1394 from inolen/stat_testsAlon Zakai
added lchmod, new tests, fixed for mknod return values
2013-07-24properly handle loads of i24s and similar illegal valuesAlon Zakai
2013-07-23properly handle generation of instances of structures ending in [0 x ..]Alon Zakai
2013-07-23fix test_sscanf_6, which was reading uninitialized memoryAlon Zakai
2013-07-23do not outline through an outline callAlon Zakai
2013-07-23fix test_glgetattachedshadersAlon Zakai
2013-07-23Merge branch 'master' of github.com:ToadKing/emscripten into incomingAlon Zakai
2013-07-23update testToadKing
2013-07-23fix test_files* after the changes to stderrAlon Zakai
2013-07-23fix structure size when it has a [0 x ..] at the end - that should add nothingAlon Zakai
2013-07-22change error message to assertToadKing
add testcase for glGetAttachedShaders
2013-07-22Merge pull request #1424 from sbalko/strftime-implAlon Zakai
Implement strftime
2013-07-22Merge pull request #1406 from inolen/printerr_fixesAlon Zakai
fixed stderr output to use printErr
2013-07-21notice varargs when creating library function wrappersAlon Zakai
2013-07-22Implement strftime (incl. tests)Soeren Balko
2013-07-21add browser audio option for test runnerAlon Zakai
2013-07-21clean up test codeAlon Zakai
2013-07-21add more outline testingAlon Zakai
2013-07-20save all versions in test_outlineAlon Zakai
2013-07-20simplify heuristics for restarting in outlinerAlon Zakai
2013-07-20add more outliner testingAlon Zakai
2013-07-20recursively outline when the total cost is not too high, and adjust ↵Alon Zakai
outlining parameters
2013-07-20 - added lchmodAnthony Pesch
- fixed up errno values for mknod - split up stat tests into test_stat, test_stat_chmod, test_stat_mknod
2013-07-19handle %Nc in sscanf; fixes #1407Alon Zakai
2013-07-19simplify and correct the logic for falling back to the entry ident when an ↵Alon Zakai
invalid label id shows up; fixes #1399
2013-07-19Merge pull request #1402 from imvu/embind-updates-pull-requestAlon Zakai
Embind updates pull request
2013-07-19ensure a final return after inlining, if necessaryAlon Zakai
2013-07-19enable first working zlib outlining testAlon Zakai
2013-07-18preparations for outline test on zlibAlon Zakai
2013-07-18fixed stderr output to use printErrAnthony Pesch