aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-01-24add reminderAlon Zakai
2012-01-24fix i64 mode 1 bitshifts, and improve printing of i64 mode 1sAlon Zakai
2012-01-23re-enable SAFE_HEAP in select tests when doing default, o1 or o2, to catch al...Alon Zakai
2012-01-23remindersAlon Zakai
2012-01-23fix test_linespecificAlon Zakai
2012-01-23todoAlon Zakai
2012-01-23support unaligned reads/writes in ta2; fixes test_cubescriptAlon Zakai
2012-01-23remove test for old js profiler optionAlon Zakai
2012-01-23fix test_pgoAlon Zakai
2012-01-23fix test_typeinfoAlon Zakai
2012-01-23simplify llvm opt picking code, and allow up to level 3Alon Zakai
2012-01-21do not generate annotations when disassembling bitcodeAlon Zakai
2012-01-21test fixesAlon Zakai
2012-01-21skip tests that optimize bitcode, then pass to emcc which includes libcxx, be...Alon Zakai
2012-01-21test fixes, and fail on trying to use q1 with libcxxAlon Zakai
2012-01-21modify llvm opt choices in test runner build, so it uses test case code modif...Alon Zakai
2012-01-21force emcc usage in s_* tests that need auto-inclusion of libcxx or dlmallocAlon Zakai
2012-01-20remove dead function eliminator, which is no longer neededAlon Zakai
2012-01-20Merge branch 'master' into libcxxAlon Zakai
2012-01-20wipe the emscripten cache in benchmarks tooAlon Zakai
2012-01-20Make the test runner script executableEhsan Akhgari
2012-01-19make the autodebugger also note when we enter functionsAlon Zakai
2012-01-19add LINKABLE in all dlfcn testsAlon Zakai
2012-01-19fix test runner bug with not having a current directoryAlon Zakai
2012-01-19fix test_emcc_cachingAlon Zakai
2012-01-19clean up libcxx testAlon Zakai
2012-01-18fix test_iostream codeAlon Zakai
2012-01-18move libc++ new into dlmalloc in terms of emcc library autolinkingAlon Zakai
2012-01-18move dlmalloc to system/libAlon Zakai
2012-01-18LINKABLE options, disabling dead code elimination for shared libraries and ma...Alon Zakai
2012-01-18Merge branch 'master' into libcxxAlon Zakai
2012-01-18add test for dead code elimination, on libcxxAlon Zakai
2012-01-18mman.h header fixAlon Zakai
2012-01-18Add output to mmap testJeff Terrace
2012-01-18automatically use libcxx when neededAlon Zakai
2012-01-18Add a test for mmap using MAP_ANONJeff Terrace
2012-01-18refactor emcc caching testAlon Zakai
2012-01-17cache for dlmalloc and soon libc++Alon Zakai
2012-01-17temporary alter test_iostream output to passAlon Zakai
2012-01-17get test_iostream almost to working stateAlon Zakai
2012-01-17handle atomic operations appearing in libc++Alon Zakai
2012-01-16add TODO test for atomic builtinsAlon Zakai
2012-01-16temporarily add some libcxx source files to test_iostreamAlon Zakai
2012-01-16support for additional_files in single-file test runner runsAlon Zakai
2012-01-16make root writable by default, removing the need to add root.write = trueAlon Zakai
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ne...Alon Zakai
2012-01-15enable RELOOP in tests that disabled it because it was previously too slowAlon Zakai
2012-01-13workaround for sm bug 716255Alon Zakai
2012-01-12emcc option to compress js whitespaceAlon Zakai
2012-01-12Merge pull request #170 from FishingCactus/class_exceptionAlon Zakai