aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-10-21fix test runner bug that caused various failures when running tests together ↵Alon Zakai
(but not alone)
2011-10-21refactor emscripten settings in test runnerAlon Zakai
2011-10-20fix for using data files with closure compilerAlon Zakai
2011-10-20refactor some tools stuffAlon Zakai
2011-10-18move some paths to tools/sharedAlon Zakai
2011-10-18fix test_ctype for newlibAlon Zakai
2011-10-18clarify use of safe heap with ta2Alon Zakai
2011-10-17test for iostream hello worldAlon Zakai
2011-10-16do not save test runner temp dir by defaultAlon Zakai
2011-10-16option to save the test runner temp dirAlon Zakai
2011-10-14flush partially-printed lines during shutdownAlon Zakai
2011-10-13comment for nose and disable emscripten_api test in failing casesAlon Zakai
2011-10-13Merge pull request #95 from jterrace/masterAlon Zakai
Parallelized test suite
2011-10-13fix bug with externsAlon Zakai
2011-10-13Merge branch 'master' of https://github.com/kripken/emscriptenJeff Terrace
2011-10-13Change names of functions make_test, do_test, prep_ll_test, and do_ll_test ↵Jeff Terrace
to take out "test", since nose picks these up as test cases when they shouldn't be
2011-10-12Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-12test for LLVM structures in phiAlon Zakai
2011-10-12Remove debug printsJeff Terrace
2011-10-12Changed test runner to use unique working directories. This enables using ↵Jeff Terrace
nose to run test with concurrency. To do this, run: nosetests --processes=N tests/runner.py where N = the number of cores in your machine.
2011-10-11use eliminator in benchmarksAlon Zakai
2011-10-11improve benchmark outputAlon Zakai
2011-10-10EMSCRIPTEN_COMMENT for source commentsAlon Zakai
2011-10-09restructure usage of llvm opts. customize use of opts in specific benchmarksAlon Zakai
2011-10-08fix dlmalloc speed regressionllvm-svn-pre-3.0llvm-svn-backupAlon Zakai
2011-10-08fix dlmalloc with typed arraysAlon Zakai
2011-10-07convert raytrace to stdio; fixes raytraceAlon Zakai
2011-10-07correct sqlite benchmark numbersAlon Zakai
2011-10-07fix fcntl_miscAlon Zakai
2011-10-07header fixes; fixes popplerAlon Zakai
2011-10-07poppler fixAlon Zakai
2011-10-07stdio.h fixes and a fix that fixes bulletAlon Zakai
2011-10-07fix stdio streams and printing of chars; fixes freetypeAlon Zakai
2011-10-07save output of configure and make in testsAlon Zakai
2011-10-06consolidate dlmalloc.c files; fixes test_dlmalloc_linkedAlon Zakai
2011-10-06move -DEMSCRIPTENAlon Zakai
2011-10-06bundle latest cDefinesAlon Zakai
2011-10-05add some default headers to be parsedAlon Zakai
2011-10-05fix test_fs_baseAlon Zakai
2011-10-05fix test_filesAlon Zakai
2011-10-05fix dlfcn_aliasAlon Zakai
2011-10-05fix bug with path creationAlon Zakai
2011-10-05fix bug with no current working dirAlon Zakai
2011-10-05fix merge conflictsAlon Zakai
2011-10-03fix test_timeAlon Zakai
2011-10-03fix test_statAlon Zakai
2011-10-02fix test_pollAlon Zakai
2011-10-02fix langinfoAlon Zakai
2011-10-02fix fs_baseAlon Zakai
2011-10-02dlmalloc fixesAlon Zakai