aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-11-03use bit shifts in multiplications where possibleAlon Zakai
2011-11-02fix atoiAlon Zakai
2011-11-02scanf improvementsAlon Zakai
2011-11-01do 10 runs in benchmarksAlon Zakai
2011-10-31fix eliminator bug of running on functions it shouldn'tAlon Zakai
2011-10-30add fingerprint data to benchmarksAlon Zakai
2011-10-30use only existing js engines in test runnerAlon Zakai
2011-10-29add working test for <vector>Alon Zakai
2011-10-28fixes for busted openjpeg and poppler testsAlon Zakai
2011-10-28profiling option from C++Alon Zakai
2011-10-26build fixesAlon Zakai
2011-10-26refactoring fixesAlon Zakai
2011-10-26refactor do_emscriptenAlon Zakai
2011-10-26refactor some build stuffAlon Zakai
2011-10-26refactor library building/cachingAlon Zakai
2011-10-24Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-24move get_library into sharedAlon Zakai
2011-10-22move save_dir and save_js settingsAlon Zakai
2011-10-21fix test_closure_compiler for ta2Alon Zakai
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