aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Collapse)Author
2011-07-31fix rounding issue with getloadavg test and ta2Alon Zakai
2011-07-31Merge remote-tracking branch 'upstream/master'max99x
2011-07-31Fixed ctype to force testing of __ctype_b_loc.max99x
2011-07-30workarounds for js engine bugsAlon Zakai
2011-07-30Added various library functions, mostly as stubs, aliases or TODOs;max99x
Now every function used by CPython is implemented or marked with a TODO.
2011-07-30Fixed ctype.h implementation; added test for it.max99x
2011-07-30Merge remote-tracking branch 'upstream/master'max99x
2011-07-29make sure we have one test without -gAlon Zakai
2011-07-29Merge pull request #57 from max99x/masterkripken
Filesystem, unistd, and others
2011-07-30Merge remote-tracking branch 'upstream/master'max99x
2011-07-30Merge branch 'master' of github.com:max99x/emscriptenmax99x
2011-07-30Minor polish in response to review comments.max99x
2011-07-29js engine and emmaken fixesAlon Zakai
2011-07-29updates for latest spidermonkey trunkAlon Zakai
2011-07-29Implemented support for environment variables.max99x
2011-07-29Implemented sys/utsname.h.max99x
2011-07-28Implemented most of stdio.h and updated all references.max99x
2011-07-28Added a --disable-cms argument to the poppler test to avoid using lcms.max99x
2011-07-25improve function overloading in bindings generatorAlon Zakai
2011-07-23support for binding static functionsAlon Zakai
2011-07-24Added _formatString() special-case for null values (similar to glibc).max99x
2011-07-23support for default arguments in bindingsAlon Zakai
2011-07-23Fixed a silly global variable leakage in a test.max99x
2011-07-23Added unistd tests; fixed a lot of unistd bugs and deficiencies.max99x
2011-07-22Added FS.analyzePath() which will simplify some library functions.max99x
2011-07-21Implemented <poll.h>.max99x
2011-07-21Implemented <fcntl.h>.max99x
2011-07-20Fixed various metadata parsing error and activated -g by default in settings ↵max99x
and emmaken.
2011-07-19Implemented <sys/statvfs.h>.max99x
2011-07-18Merge remote-tracking branch 'upstream/master'max99x
2011-07-17let generateStructInfo process nested structsAlon Zakai
2011-07-18Added tests for <sys/stat.h>.max99x
2011-07-16Implemented utime.h.max99x
2011-07-16Implemented dirname() and basename() from libgen.h.max99x
2011-07-16Initial part of the filesystem implementation. Basic folder access done.max99x
2011-07-15option to provide type info at run timeAlon Zakai
2011-07-14Removed errno global since it's implemented via __errno_location().max99x
2011-07-14Added errno and glibc-defined error codes; implemented strerror().max99x
2011-07-13Making the infinity test sign-agnostic (clang compatibility).max99x
2011-07-13Micro-improvement for the infinity test.max99x
2011-07-13Fixed finite() and isinf(), added tests for it.max99x
2011-07-13Switched from argparse to optparse in emscripten.py, for older Python.max99x
2011-07-13Merge branch 'master' of github.com:max99x/emscriptenmax99x
2011-07-12fscanfAlon Zakai
2011-07-11clear errors for exceptions inside emscripten.py from test runnerAlon Zakai
2011-07-09bindings generator cleanupAlon Zakai
2011-07-09Merge pull request #47 from max99x/masterkripken
Emscripten.py rewrite
2011-07-09Polish for emscripten.py and its tests.max99x
2011-07-08Merge remote-tracking branch 'upstream/master'max99x
2011-07-08Added hyperbolic math functions;max99x
Fixed trailing zero stripping in formatString().