From 732e10c982c27be0c1c03a0a391b3ed60f25af60 Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 8 Dec 2008 13:57:35 +0000 Subject: [PATCH] comment on slow machines and OEs like GNU/Cygwin32 --- check.t | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/check.t b/check.t index 9f4c699..a08afb2 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.250 2008/12/04 18:11:03 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.251 2008/12/08 13:57:35 tg Exp $ # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ @@ -154,6 +154,8 @@ expected-stdout: name: alias-9 description: Check that recursion is detected/avoided in aliases. + This check fails for slow machines or Cygwin, raise + the time-limit clause (e.g. to 7) if this occurs. time-limit: 3 stdin: echo -n >tf @@ -1697,9 +1699,10 @@ expected-stdout: --- name: heredoc-tmpfile-8 description: - Check that heredoc temp files aren't removed too soon or too late. - Heredoc in function, backgrounded call to function. - This check can fail on slow machines (<100 MHz), that's normal. + Check that heredoc temp files aren't removed too soon or too + late. Heredoc in function, backgrounded call to function. + This check can fail on slow machines (<100 MHz), or Cygwin, + that's normal. stdin: TMPDIR=$PWD # Background eval so main shell doesn't do parsing