aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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 outlining...Alon Zakai
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 in...Alon Zakai
2013-07-19Merge pull request #1402 from imvu/embind-updates-pull-requestAlon Zakai
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-17consolidate simplifyExpressions to one pass that happens before closure, wher...Alon Zakai
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
2013-07-17Fix a bunch of things that break under closure advanced optimizations. Now, ...Chad Austin
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-16add smaller outline testcaseAlon Zakai
2013-07-16rename outline test filesAlon Zakai
2013-07-16clean up global Building.* changes in test runner, fixes intermittent failure...Alon Zakai
2013-07-16fix test_freealutAlon Zakai
2013-07-15Merge pull request #1388 from inolen/unlink_fixesAlon Zakai
2013-07-15 - rmdir / unlink no longer follow the final symlinkAnthony Pesch
2013-07-15update s_x_x.test_linespecificAlon Zakai
2013-07-15fix both number of arguments and return type based on implementation informat...Alon Zakai
2013-07-15when we are calling an implemented function, call it using the signature it i...Alon Zakai
2013-07-15Merge pull request #1385 from fhd/zoom-if-360Alon Zakai
2013-07-16Just zoom the surface if the angle is divisible by 360Felix H. Dahlke
2013-07-15Merge branch 'self-dlopen' of github.com:int3/emscripten into incomingAlon Zakai
2013-07-15Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.Jez Ng
2013-07-15implement llrint properly; fixes #1380Alon Zakai
2013-07-15Implement strptimeSoeren Balko
2013-07-14Merge pull request #1381 from inolen/tty_fixesAlon Zakai
2013-07-14 - moved std stream isTerminal property to object so all streams can seeAnthony Pesch
2013-07-13open should not set EISDIR when opening an existing directory with O_CREATAnthony Pesch
2013-07-13Merge pull request #1374 from inolen/posix_fallocate_fixAlon Zakai
2013-07-13Merge pull request #1372 from inolen/dirent_fixesAlon Zakai
2013-07-13Merge pull request #1376 from inolen/utime_fixesAlon Zakai
2013-07-13don't check write permissions in utimeAnthony Pesch
2013-07-12check write permission in posix_fallocateAnthony Pesch
2013-07-12minor fixes to return codes of closedir, telldirAnthony Pesch
2013-07-11Filter out unnamed_addr globals from symbol table.Jez Ng
2013-07-11Implement self-dlopen.Jez Ng
2013-07-10Merge pull request #1365 from int3/syobonAlon Zakai
2013-07-10Add sdl_gfx_primitives.c to git.Jez Ng
2013-07-10Merge pull request #1364 from int3/syobonAlon Zakai
2013-07-10Cast signedness in library_SDL functions.Jez Ng
2013-07-10Add (failing) test for gfx primitives.Jez Ng