aboutsummaryrefslogtreecommitdiff
path: root/RunSafely.sh
AgeCommit message (Expand)Author
2007-05-18reid's patch from yesterday broke darwinChris Lattner
2007-05-18Don't execute ulimit in a sub-shell as its effects are only for the shellReid Spencer
2007-05-04Fix the previous patch: we don't want to count the time needed to run ULIMITCMD.Lauro Ramos Venancio
2007-05-04bugfix: wrong return value on remote test.Lauro Ramos Venancio
2007-05-03Added support to do remote execution using rsh. e.g.Evan Cheng
2007-01-11Back out the last patch. We want to include the stderr in the diff'dReid Spencer
2007-01-11Don't re-direct stderr to the output file. This can cause differences.Reid Spencer
2007-01-10The proper operator for testing string equality is "=", not "==".Jeff Cohen
2006-11-28Make the script always output an "exit <retval>" line to the end of theReid Spencer
2006-11-26Move an error message out of multiple locations in the Makefile and intoReid Spencer
2006-11-25Fix the way exit code handling was being done so that it actually works.Reid Spencer
2006-06-07Only use the watchdog script for Darwin.Evan Cheng
2006-06-07Fork a watch dog process that sleeps for a specified period of time and thenEvan Cheng
2005-08-02Prevent llvm-test from filling up /cores with giant core files on darwin.Chris Lattner
2005-07-28So if gdb gets in a loop reading stack frames, disks fill up. a backtrace of...Andrew Lenharth
2004-12-30Permit this script to run correctly on Cygwin where /bin/sh is not theReid Spencer
2004-11-07Darwin awk doesn't like /**/ commentsChris Lattner
2004-11-06Use Awk to add a "program" line to the output, which contains the user+systemChris Lattner
2004-11-06"optimize" runsafely. Only call shift once instead of 4 times, only executeChris Lattner
2004-06-26Make the "time" command output use POSIX standard format. This is theReid Spencer
2004-05-29Use head -n 1 instead of the obsolete head -1.Alkis Evlogimenos
2003-08-311 MB isn't enough -- anagram makes over 2 MB of output. Let's say 10 MB is theMisha Brukman
2003-08-31Set a limit on files being output to prevent filling up the disk when a testMisha Brukman
2003-07-03Fixed the time command code (once again) so that it conforms to properJohn Criswell
2003-07-02Modified the time command so that it correctly logs program output in theJohn Criswell
2003-07-01If the program exits with code 0, make a fileChris Lattner
2003-06-18Capture the stderr output of the program as well as the stdoutChris Lattner
2003-05-31Add optional STDIN_FILENAME supportChris Lattner
2003-05-17Changes to make things work better for the SPEC testsChris Lattner
2003-05-11Changes to make it compatible with Sun systemsChris Lattner
2003-05-11Capture timing information and stdout/stderr to a fileChris Lattner
2003-01-19New helper scriptChris Lattner