remove some uwin kludges, just live with it
keep these that are indeed correct though
This commit is contained in:
parent
888740cf66
commit
fafd6998bd
17
check.t
17
check.t
@ -1,4 +1,4 @@
|
|||||||
# $MirOS: src/bin/mksh/check.t,v 1.120 2007/07/01 21:27:03 tg Exp $
|
# $MirOS: src/bin/mksh/check.t,v 1.121 2007/07/05 11:49:07 tg Exp $
|
||||||
# $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas 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: 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 $
|
# $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $
|
||||||
@ -2157,8 +2157,6 @@ expected-stdout:
|
|||||||
name: IFS-subst-1
|
name: IFS-subst-1
|
||||||
description:
|
description:
|
||||||
Simple test, IFS=<white-space>:
|
Simple test, IFS=<white-space>:
|
||||||
# hangs, no idea why
|
|
||||||
category: !os:uwin-nt
|
|
||||||
stdin:
|
stdin:
|
||||||
showargs() { for i; do echo -n " <$i>"; done; echo; }
|
showargs() { for i; do echo -n " <$i>"; done; echo; }
|
||||||
IFS="$IFS:"
|
IFS="$IFS:"
|
||||||
@ -2828,8 +2826,6 @@ expected-stdout:
|
|||||||
a
|
a
|
||||||
---
|
---
|
||||||
name: regression-26
|
name: regression-26
|
||||||
# hangs, no idea why
|
|
||||||
category: !os:uwin-nt
|
|
||||||
description:
|
description:
|
||||||
Check reading stdin in a while loop. The read should read both
|
Check reading stdin in a while loop. The read should read both
|
||||||
lines, not just the first.
|
lines, not just the first.
|
||||||
@ -3342,7 +3338,6 @@ expected-stdout:
|
|||||||
8 blah
|
8 blah
|
||||||
---
|
---
|
||||||
name: regression-56
|
name: regression-56
|
||||||
# note: hangs on UWIN half of the time, no idea why
|
|
||||||
description:
|
description:
|
||||||
Check eval vs substitution exit codes
|
Check eval vs substitution exit codes
|
||||||
(this is what ksh88 does)
|
(this is what ksh88 does)
|
||||||
@ -3369,8 +3364,6 @@ expected-stdout:
|
|||||||
F 1
|
F 1
|
||||||
---
|
---
|
||||||
name: regression-57
|
name: regression-57
|
||||||
# hangs, no idea why
|
|
||||||
category: !os:uwin-nt
|
|
||||||
description:
|
description:
|
||||||
Check if typeset output is correct for
|
Check if typeset output is correct for
|
||||||
uninitialised array elements.
|
uninitialised array elements.
|
||||||
@ -3416,8 +3409,6 @@ expected-stdout:
|
|||||||
2
|
2
|
||||||
---
|
---
|
||||||
name: regression-60
|
name: regression-60
|
||||||
# hangs, no idea why
|
|
||||||
category: !os:uwin-nt
|
|
||||||
description:
|
description:
|
||||||
Check if default exit status is previous command
|
Check if default exit status is previous command
|
||||||
stdin:
|
stdin:
|
||||||
@ -3433,8 +3424,6 @@ expected-stdout:
|
|||||||
C 103
|
C 103
|
||||||
---
|
---
|
||||||
name: regression-61
|
name: regression-61
|
||||||
# hangs, no idea why
|
|
||||||
category: !os:uwin-nt
|
|
||||||
description:
|
description:
|
||||||
Check if EXIT trap is executed for sub shells.
|
Check if EXIT trap is executed for sub shells.
|
||||||
stdin:
|
stdin:
|
||||||
@ -3634,8 +3623,6 @@ expected-stdout:
|
|||||||
loop3=1
|
loop3=1
|
||||||
---
|
---
|
||||||
name: xxx-status-1
|
name: xxx-status-1
|
||||||
# hangs, no idea why
|
|
||||||
category: !os:uwin-nt
|
|
||||||
description:
|
description:
|
||||||
Check that blank lines don't clear $?
|
Check that blank lines don't clear $?
|
||||||
arguments: !-i!
|
arguments: !-i!
|
||||||
@ -3652,8 +3639,6 @@ expected-stdout:
|
|||||||
expected-stderr-pattern: /.*/
|
expected-stderr-pattern: /.*/
|
||||||
---
|
---
|
||||||
name: xxx-status-2
|
name: xxx-status-2
|
||||||
# hangs, no idea why
|
|
||||||
category: !os:uwin-nt
|
|
||||||
description:
|
description:
|
||||||
Check that $? is preserved in subshells, includes, traps.
|
Check that $? is preserved in subshells, includes, traps.
|
||||||
stdin:
|
stdin:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user