aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-09-13faster shortcuts for sign/unsignAlon Zakai
2011-09-13update autooptimize testAlon Zakai
2011-09-13disable roundings in sqliteAlon Zakai
2011-09-13optimize sqliteAlon Zakai
2011-09-13improve sqlite testAlon Zakai
2011-09-12fix sqlite porting bugAlon Zakai
2011-09-13Merge remote-tracking branch 'upstream/master'max99x
Conflicts: src/intertyper.js tests/runner.py
2011-09-13Basic support for typed exceptions.max99x
2011-09-11improve sqlite testAlon Zakai
2011-09-10clean up sqlite testAlon Zakai
2011-09-10sqlite testAlon Zakai
2011-09-10force shifts on i64s to remain integersAlon Zakai
2011-09-10better autodebugger support for floatsAlon Zakai
2011-09-09rename test_error ; all tests passAlon Zakai
2011-09-08Merge branch 'master' into llvm-svnAlon Zakai
2011-09-08disable some not-yet-relevant testsAlon Zakai
2011-09-08make sure the current working directory is valid in do_emscripten; fixes ↵Alon Zakai
python failure
2011-09-06vtable customization in bindings generator, +misc infra improvements to help ↵Alon Zakai
test it
2011-09-06handle llvm funcs in aliasesAlon Zakai
2011-09-04disable -indvars on q1Alon Zakai
2011-09-04some debug stuff for dlmallocAlon Zakai
2011-09-04some updates for q1Alon Zakai
2011-09-04fix llvm opts for 3.0Alon Zakai
2011-09-04stubs for lifecycle intrinsics, and do not generate calls to stubsAlon Zakai
2011-09-03fix expect bug in library, fixes dlmalloc testAlon Zakai
2011-09-03Merge branch 'master' into llvm-svnAlon Zakai
2011-09-03simplify emmaken with EMMAKEN_JUST_CONFIGURE, and use llvm-ld instead of ↵Alon Zakai
llvm-link for better compatibility
2011-09-02disable libcxx due to llvm bug, and improve skip() printingAlon Zakai
2011-09-02remove hardcoded result from autodebug test (autogenerated is enough)Alon Zakai
2011-09-02remove (the deprecated) llvm-gccAlon Zakai
2011-08-30Merge pull request #75 from max99x/masterAlon Zakai
Eliminator update, strtox(), Closure compatibility and other fixes
2011-08-30make it easier to run specific benchmarksAlon Zakai
2011-08-30enable some tests since spidermonkey bug 675269 is resolvedAlon Zakai
2011-08-29make FAST_MEMORY and TOTAL_MEMORY easier to use; fix slowdown in dlmalloc ↵Alon Zakai
benchmark
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