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
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
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
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
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)
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
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
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
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
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
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:
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
12 matches
Mail list logo