Changes in directory llvm-test:
TimedExec.sh updated: 1.3 -> 1.4
---
Log message:
Remove unnecessary flag.
---
Diffs of the changes: (+1 -2)
TimedExec.sh |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm-test/TimedExec.sh
diff -u llvm-test/TimedExec.sh:1.3 llvm-test/
Changes in directory llvm-test:
TimedExec.sh updated: 1.2 -> 1.3
---
Log message:
Typo
---
Diffs of the changes: (+1 -1)
TimedExec.sh |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm-test/TimedExec.sh
diff -u llvm-test/TimedExec.sh:1.2 llvm-test/TimedExec.sh:1.3
--- l
Changes in directory llvm-test:
TimedExec.sh updated: 1.1 -> 1.2
---
Log message:
The watchdog process should wakes up every sec to check if the parent has
completed.
---
Diffs of the changes: (+10 -4)
TimedExec.sh | 14 ++
1 files changed, 10 insertions(+), 4 deletions(-)
Changes in directory llvm-test:
TimedExec.sh added (r1.1)
RunSafely.sh updated: 1.19 -> 1.20
---
Log message:
Fork a watch dog process that sleeps for a specified period of time and then
wakes up and kill the parent process. This works for targets where ulimit -t
is not reliable.
---
Diffs of