Re: [llvm-commits] CVS: llvm-test/RunSafely.sh

2007-05-18 Thread Reid Spencer
On Fri, 2007-05-18 at 11:24 -0700, Chris Lattner wrote: > On May 18, 2007, at 10:42 AM, Reid Spencer wrote: > > > On Fri, 2007-05-18 at 12:34 -0500, Chris Lattner wrote: > >> > >> Changes in directory llvm-test: > >> > >> RunSafely.sh updated: 1.31 -> 1.32 > >> --- > >> Log message: > >> > >> reid

Re: [llvm-commits] CVS: llvm-test/RunSafely.sh

2007-05-18 Thread Chris Lattner
On May 18, 2007, at 10:42 AM, Reid Spencer wrote: > On Fri, 2007-05-18 at 12:34 -0500, Chris Lattner wrote: >> >> Changes in directory llvm-test: >> >> RunSafely.sh updated: 1.31 -> 1.32 >> --- >> Log message: >> >> reid's patch from yesterday broke darwin > > You realize that reverting that patc

Re: [llvm-commits] CVS: llvm-test/RunSafely.sh

2007-05-18 Thread Reid Spencer
On Fri, 2007-05-18 at 12:34 -0500, Chris Lattner wrote: > > Changes in directory llvm-test: > > RunSafely.sh updated: 1.31 -> 1.32 > --- > Log message: > > reid's patch from yesterday broke darwin You realize that reverting that patch means that all tests are not guarded by any of the ulimit co

[llvm-commits] CVS: llvm-test/RunSafely.sh

2007-05-18 Thread Chris Lattner
Changes in directory llvm-test: RunSafely.sh updated: 1.31 -> 1.32 --- Log message: reid's patch from yesterday broke darwin --- Diffs of the changes: (+1 -2) RunSafely.sh |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm-test/RunSafely.sh diff -u llvm-test/RunSafel

[llvm-commits] CVS: llvm-test/RunSafely.sh

2007-05-17 Thread Reid Spencer
Changes in directory llvm-test: RunSafely.sh updated: 1.30 -> 1.31 --- Log message: Don't execute ulimit in a sub-shell as its effects are only for the shell that it executes in. Use "eval" instead of "sh -c". This also saves a fork. Patch by Emil Mikulic --- Diffs of the changes: (+2 -1)

[llvm-commits] CVS: llvm-test/RunSafely.sh

2007-05-04 Thread Lauro Ramos Venancio
Changes in directory llvm-test: RunSafely.sh updated: 1.29 -> 1.30 --- Log message: Fix the previous patch: we don't want to count the time needed to run ULIMITCMD. --- Diffs of the changes: (+1 -1) RunSafely.sh |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/R

[llvm-commits] CVS: llvm-test/RunSafely.sh

2007-05-04 Thread Lauro Ramos Venancio
Changes in directory llvm-test: RunSafely.sh updated: 1.28 -> 1.29 --- Log message: bugfix: wrong return value on remote test. bugfix: RUNTIMELIMIT doesn't work on remote test. --- Diffs of the changes: (+9 -8) RunSafely.sh | 17 + 1 files changed, 9 insertions(+), 8 del

[llvm-commits] CVS: llvm-test/RunSafely.sh

2007-01-11 Thread Reid Spencer
Changes in directory llvm-test: RunSafely.sh updated: 1.26 -> 1.27 --- Log message: Back out the last patch. We want to include the stderr in the diff'd output. I got fooled by stale *.out-nat files resulting from a local change. --- Diffs of the changes: (+1 -1) RunSafely.sh |2 +- 1

[llvm-commits] CVS: llvm-test/RunSafely.sh

2007-01-11 Thread Reid Spencer
Changes in directory llvm-test: RunSafely.sh updated: 1.25 -> 1.26 --- Log message: Don't re-direct stderr to the output file. This can cause differences. --- Diffs of the changes: (+1 -1) RunSafely.sh |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/RunSafely.s

[llvm-commits] CVS: llvm-test/RunSafely.sh TimedExec.sh

2007-01-10 Thread Jeff Cohen
Changes in directory llvm-test: RunSafely.sh updated: 1.24 -> 1.25 TimedExec.sh updated: 1.4 -> 1.5 --- Log message: The proper operator for testing string equality is "=", not "==". --- Diffs of the changes: (+2 -2) RunSafely.sh |2 +- TimedExec.sh |2 +- 2 files changed, 2 insert

[llvm-commits] CVS: llvm-test/RunSafely.sh

2006-11-27 Thread Reid Spencer
Changes in directory llvm-test: RunSafely.sh updated: 1.23 -> 1.24 --- Log message: Make the script always output an "exit " line to the end of the program's output. This will make differences in the return val show up when the reference and test outputs are diff'd. --- Diffs of the changes:

[llvm-commits] CVS: llvm-test/RunSafely.sh

2006-06-07 Thread Evan Cheng
Changes in directory llvm-test: RunSafely.sh updated: 1.20 -> 1.21 --- Log message: Only use the watchdog script for Darwin. --- Diffs of the changes: (+10 -1) RunSafely.sh | 11 ++- 1 files changed, 10 insertions(+), 1 deletion(-) Index: llvm-test/RunSafely.sh diff -u llvm-test