aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2013-07-15implement llrint properly; fixes #1380Alon Zakai
2013-07-15Implement strptimeSoeren Balko
2013-07-14Merge pull request #1381 from inolen/tty_fixesAlon Zakai
isatty and ttyname fixes
2013-07-14 - moved std stream isTerminal property to object so all streams can seeAnthony Pesch
- made ttyname use isatty to check if fd is tty - hardcoded /dev/tty as tty name is ttyname_r - fixed and changed isatty and ttyname tests to run natively
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
check write permission in posix_fallocate
2013-07-13Merge pull request #1372 from inolen/dirent_fixesAlon Zakai
minor fixes to return codes of closedir, telldir
2013-07-13Merge pull request #1376 from inolen/utime_fixesAlon Zakai
utime fixes
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-10Merge pull request #1365 from int3/syobonAlon Zakai
Add sdl_gfx_primitives.c to git.
2013-07-10Add sdl_gfx_primitives.c to git.Jez Ng
2013-07-10Merge pull request #1364 from int3/syobonAlon Zakai
Bunch of SDL fixes that are needed for running Open Syobon Action.
2013-07-10Cast signedness in library_SDL functions.Jez Ng
2013-07-10Add (failing) test for gfx primitives.Jez Ng
2013-07-10Fix negative surface zooming.Jez Ng
2013-07-09Merge branch 'lint' of github.com:int3/emscripten into incomingAlon Zakai
2013-07-09only remove unneeded arguments based on library sigs for llvm intrinsics ↵Alon Zakai
(which cannot be aliased by user functions)
2013-07-08outline test does not pass yet, disable itAlon Zakai
2013-07-08Avoid using exec where possible.Jez Ng
2013-07-08begin work on outliner pass to break up large functions. part 1: aggressive ↵Alon Zakai
variable elimination, to reduce spilling
2013-07-03fix test_static_link for the case where spidermonkey shell is not in JS_ENGINESAlon Zakai
2013-07-03add working bullet static linking testAlon Zakai
2013-07-03enable working zlib static linking testAlon Zakai
2013-07-03fix test_source_mapAlon Zakai
2013-07-03fix test_openjpegAlon Zakai
2013-07-03add function pointers testAlon Zakai
2013-07-03fix test harnessAlon Zakai
2013-07-03refactor static link test and add todoAlon Zakai
2013-07-03fix relocation of global linkable variables, enable iostream module linking testAlon Zakai
2013-07-03refactor linking of importsAlon Zakai
2013-07-03testing for using libc in a side module, and forcing inclusion of libc ↵Alon Zakai
making it work
2013-07-03finalize floats during relocation in side modulesAlon Zakai
2013-07-03testing for linking with mallocAlon Zakai
2013-07-03simplify heap initializer mergingAlon Zakai
2013-07-03prepare for libc++ linking testAlon Zakai
2013-07-03finish function table merging and enable testingAlon Zakai
2013-07-03wip test for merging function tablesAlon Zakai
2013-07-03apply replacements to module defs, and add testing for merging of ↵Alon Zakai
overlapping global initializers
2013-07-03merge global initializersAlon Zakai
2013-07-03add optional header to test_static_linkAlon Zakai
2013-07-03fix memory initializer counting and add test for merging of two of themAlon Zakai
2013-07-03fix heap merging, add padding and offset adjustment, basic test passes in ↵Alon Zakai
reverse as well
2013-07-03begin work on memory relocationAlon Zakai
2013-07-03refactor testAlon Zakai
2013-07-03first working static linking testAlon Zakai
2013-07-03cleanupAlon Zakai
2013-07-03test improvementsAlon Zakai
2013-07-03refactor and calculate new importsAlon Zakai