aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-07-25fix find_bigfuncs.pyAlon Zakai
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-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
2013-07-17consolidate simplifyExpressions to one pass that happens before closure, ↵Alon Zakai
where simplifyNotComps is guaranteed to be valid
2013-07-17enable larger outline testAlon Zakai
2013-07-17Add a test that shows JS objects can be modified if passed by reference into ↵Chad Austin
a C++ function
2013-07-17Fix a bunch of things that break under closure advanced optimizations. Now, ↵Chad Austin
to my knowledge, embind fully supports closure advanced mode.
2013-07-17Rename value_tuple to value_array and value_struct to value_objectChad Austin
2013-07-16enable outline test and add a case for outlining in a while loopAlon Zakai
2013-07-16fix test_static_linkAlon Zakai
2013-07-16fix test_static_linkAlon Zakai
2013-07-16add smaller outline testcaseAlon Zakai
2013-07-16rename outline test filesAlon Zakai
2013-07-16clean up global Building.* changes in test runner, fixes intermittent ↵Alon Zakai
failure in other.test_static_link
2013-07-16fix test_freealutAlon Zakai
2013-07-15Merge pull request #1388 from inolen/unlink_fixesAlon Zakai
misc unlink / rmdir fixes
2013-07-15 - rmdir / unlink no longer follow the final symlinkAnthony Pesch
- rmdir / unlink no longer check write permission on the found object, but on its parent - rmdir should return EBUSY when path matches the root / cwd - unlinking a directory should return EPERM according to POSIX (EISDIR is a Linux convention)
2013-07-15update s_x_x.test_linespecificAlon Zakai