aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-18Creating release_31 branchrelease_31Bill Wendling
2012-04-17Creating release_31 branchBill Wendling
2012-04-16Remove vestiges of the C Backend from the test-suite.David Blaikie
2012-04-16Update usage comment to mention timeit parameter.David Blaikie
2012-04-11Increase the file name size so that some long file names won't cause a failure.Bill Wendling
2012-04-11Increase the file name size so that some long file names won't cause a failure.Bill Wendling
2012-04-07Modify unix-small to be more appropriate as a performance test.Joel Jones
2012-03-29[tools] Propagate ORIGINAL_{CC,CXX} explicitly, some users have systems whereDaniel Dunbar
2012-03-29Include a link to the testing guide.Daniel Dunbar
2012-03-29Update README.txtDaniel Dunbar
2012-03-29[test-suite] Fix mpeg2dec to not create output files in source tree.Daniel Dunbar
2012-03-29[test-suite] Fix pcompess2 to not create output file in the source directory, byDaniel Dunbar
2012-03-29[test-suite] Fix consumer-typeset to not create output file in the sourceDaniel Dunbar
2012-03-29[test-suite] Stop BitBench/drop3 from creating an output file in the source d...Daniel Dunbar
2012-03-27Fix some undefined behavior found by r153423.Chad Rosier
2012-03-23MultiSource/Applications/sqlite3: Clean up rules to generate the test inputDaniel Dunbar
2012-03-22ARM doesn't appear to have the objc/Object.h header.Bill Wendling
2012-03-20[test-suite] Simplify RunSafely.Daniel Dunbar
2012-03-20[test-suite] tools/timeit: Tidy up a comment.Daniel Dunbar
2012-03-20[test-suite] RunSafely: Fix test for '/' in path.Daniel Dunbar
2012-03-19[test-suite] RunSafely: Make sure to pass the absolute path to the input fileDaniel Dunbar
2012-03-19[test-suite] tools/timeit: Use setpgid() instead of the deprecated setpgrp().Daniel Dunbar
2012-03-18[test-suite] RunSafely: Adjust the limit for file sizes. The comment lied,Daniel Dunbar
2012-03-18[test-suite] tools/timeit: Line up exit codes with what RunSafely.sh expects.Daniel Dunbar
2012-03-18[test-suite] RunSafely: The -t argument is required now.Daniel Dunbar
2012-03-18[test-suite] Update RunSafely to use the --limit arguments to timeit.Daniel Dunbar
2012-03-18[test-suite] tools/timeit: Warn user when setrlimit fails().Daniel Dunbar
2012-03-18[test-suite] tools/timeit: Tidy up --help.Daniel Dunbar
2012-03-18[test-suite] tools/timeit: Add options for setting all the major resourceDaniel Dunbar
2012-03-18[test-suite] Update RunSafely to use the --redirect-{input,output} options forDaniel Dunbar
2012-03-17[test-suite] tools/timeit: Add support for --redirect-{input,output} optionsDaniel Dunbar
2012-03-17[test-suite] RunSafely: Switch to using timeit --summary option instead of awkDaniel Dunbar
2012-03-17[test-suite] tools/timeit: Add an option to write out summary files (exit codeDaniel Dunbar
2012-03-17[test-suite] Make report targets automatically build tools, too.Daniel Dunbar
2012-03-17[test-suite] Change RunSafely to use the timeit --timeout option, instead ofDaniel Dunbar
2012-03-17[test-suite] Rename $ULIMIT to $TIMELIMIT for clarity.Daniel Dunbar
2012-03-17[test-suite] Change to always use test-suite built fpcmp and timeit tools.Daniel Dunbar
2012-03-17[test-suite] Fix refacto, timeit should use execvp().Daniel Dunbar
2012-03-17[test-suite] Eliminate GET_STABLE_NUMBERS and RunSafelyAndStable; this is jus...Daniel Dunbar
2012-03-17[test-suite] We don't need to run DiffOutput under RunToolSafely anymore.Daniel Dunbar
2012-03-17[test-suite] Remove unused TimeProgram.sh.Daniel Dunbar
2012-03-17[test-suite] tools/timeit: Clean up exit status codes.Daniel Dunbar
2012-03-17[test-suite] tools/timeit: Add support for passing a directory to execute theDaniel Dunbar
2012-03-17[test-suite] tools/timeit: Add usage text and long form options.Daniel Dunbar
2012-03-17[test-suite] tools/timeit: Add support for watch-dogging the monitored process,Daniel Dunbar
2012-02-23The nightly test scripts get confused by tests like siod that makeDuncan Sands
2012-02-23Add a *temporary* NO_WATCHDOG option to disable TimedExec.sh.Andrew Trick
2012-02-20Don't define POV_LIB_DIR to prevent the path from being embedded in the objectChad Rosier
2012-02-20Replace the use of the __DATE__ and __TIME builtins with something statically Chad Rosier
2012-01-24nbench is still taking too long on embedded devices, so drop the number of it...Chad Rosier