aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-09-13Basic support for typed exceptions.max99x
2011-08-28Fix for field size in _scanString().max99x
2011-08-28Fixed negatives in strtod(); implemented strto[l/ul/ll/ull]().max99x
2011-08-27Simplified strdup(); added test for it in test_strings.max99x
2011-08-27Updated the expected output of test_unistd_isatty.max99x
2011-08-27Disabled tests that are now incompatible with _t2;max99x
Disabled test_dlfcn_varargs on _q1; expected failure.
2011-08-26Switched from "var x = function x() {}" to plain "function x() {}" for lib ↵max99x
functions.
2011-08-25Style fixes in response to code review. No change in functionality.max99x
2011-08-25Fixed _formatString()/printf() for USE_TYPED_ARRAYS + test for it.max99x
2011-08-25Added vprintf() test;max99x
Skipping tests that use i64 vars when USE_TYPED_ARRAYS != 0; Fixed incorrectly declared printf() in tests/cases/trunc.ll.
2011-08-25Fixed test_dlfcn_varargs (still failing, but correct expectations).max99x
2011-08-25Added a failing test for calling parent vararg functions inside shared libs.max99x
2011-08-25Fixed usage of parent global vars inside shared libs.max99x
2011-08-24fix bug with not signing/unsigning pointer typesAlon Zakai
2011-08-24Added eliminator test to the runner.max99x
2011-08-23Implemented rand(), rand_r() and srand() using a simple Linear Congruential ↵max99x
Generator.
2011-08-23Added strcoll() and strtoul() and improved strtol().max99x
2011-08-23Merge remote-tracking branch 'upstream/master'max99x
2011-08-21commentAlon Zakai
2011-08-21add missing blockaddr supportAlon Zakai
2011-08-18benchmark fixesAlon Zakai
2011-08-17Merge remote-tracking branch 'upstream/master'max99x
2011-08-17Implemented nl_langinfo().max99x
2011-08-15allow generateStructInfo to work at runtime with structMetadataAlon Zakai
2011-08-14fix bug with storing aggregatesAlon Zakai
2011-08-14test for DISABLE_EXCEPTIONSAlon Zakai
2011-08-14preparation for further ta2 optimizationsAlon Zakai
2011-08-07filesystem workaround for closure compiler, +closure compiler testAlon Zakai
2011-08-07disable part I of scriptaclass due to possible v8 bugAlon Zakai
2011-08-06bindings generator fixes for latest CppHeaderParserAlon Zakai
2011-08-02Polish for dlfcn.h.max99x
2011-08-02Switched file timestamps from Date objects to numbers.max99x
2011-08-02Added --dlmalloc to the Python test.max99x
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