aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2012-01-20Make the test runner script executableEhsan Akhgari
2012-01-18mman.h header fixAlon Zakai
2012-01-18Add output to mmap testJeff Terrace
2012-01-18Add a test for mmap using MAP_ANONJeff Terrace
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
2012-01-12Fix identation issuesjulien.hamaide
2012-01-11do not blow up the stack with lots of varargsAlon Zakai
2012-01-11tweak fix_closure outputAlon Zakai
2012-01-11Better test for exception handlingjulien.hamaide
2012-01-11Catching specific exception type now worksjulien.hamaide
2012-01-10refactor js optimizer to not use fs.* as much as possibleAlon Zakai
2012-01-10fix fix_closure bug with the relevant line being split over several linesAlon Zakai
2012-01-10fix fix_closure bugAlon Zakai
2012-01-10experimental tool to fix closure's over-inlining into FUNCTION_TABLEAlon Zakai
2012-01-10use NODE_JS when calling coffee and eliminator, to avoid problems with missin...Alon Zakai
2012-01-09tweak unrolling parameters and add copy benchmark that uses ta2Alon Zakai
2012-01-08improve test_cases printoutsAlon Zakai
2012-01-07do not do redundant llvm optimizations on bitcode; do them only when actually...Alon Zakai
2012-01-07automatic malloc need detection for newAlon Zakai
2012-01-07optimize guard_acquire and guard_release and note that llvm violates SAFE_HEA...Alon Zakai
2012-01-06optimize memmoveAlon Zakai
2012-01-06move copy benchmark to ta2Alon Zakai
2012-01-06add disabled copying benchmarkAlon Zakai
2012-01-06prevent stack from being exhausted due to allocas and byval argumentsAlon Zakai
2012-01-06Fix handling of static variable inside functionjulien.hamaide
2012-01-05fix bug with emcc not respecting absolute paths and always placing outputs in...Alon Zakai
2012-01-05fix test_emccAlon Zakai
2012-01-04fix bug with not creating proper bitcode output with proper file name when em...Alon Zakai
2012-01-04fix tests that have js transforms that rely on being able to import from the ...Alon Zakai
2012-01-04--js-transform option for emccAlon Zakai
2012-01-04misc header improvements for building llvmAlon Zakai
2012-01-03todo commentAlon Zakai
2012-01-02make it easy to set whether stderr is silent or noisy in the test runnerAlon Zakai
2012-01-02use -idirafter instead of -I for our system dirs, to allow overridingAlon Zakai
2012-01-01improve loop hoisting and add testAlon Zakai
2011-12-31fix and enable optimizeShiftsAggressive testAlon Zakai
2011-12-30fix bug with optimizing shifts too large for us to be optimizingAlon Zakai
2011-12-30disable optimizeShifts test, we only use the conservative part for nowAlon Zakai
2011-12-28initial work on optimizeShifts pass in js optimizerAlon Zakai
2011-12-26refactor js optimizer testAlon Zakai
2011-12-24support for %f,%lf in sscanf, and fix a bug with printfAlon Zakai
2011-12-23disable bsearch test in q1Alon Zakai
2011-12-22better temp dir definition and usage, and more debugging output in emccAlon Zakai
2011-12-22consolidate llvm switch checks to both optimize execution and fix a bug with ...Alon Zakai
2011-12-21add disabled test for issue 148 as a TODOAlon Zakai