Results for toysh.test.sh

statusoshosh_.pyosh_.cc
pass 444
ok 111
FAIL 333
total888
caseoshosh_.pyosh_.ccdescription
0ok ok ok @Q
detailsdetailsdetails
1FAIL FAIL FAIL extglob $IFS 1
detailsdetailsdetails
2FAIL FAIL FAIL extglob $IFS 2
detailsdetailsdetails
3FAIL FAIL FAIL char class / extglob
detailsdetailsdetails
4pass pass pass patsub of $* - http://landley.net/notes.html#23-04-2020
5pass pass pass Brace Expansion (known difference)
6pass pass pass {abc}<<< - http://landley.net/notes-2019.html#09-12-2019
7pass pass pass slice of @ and @ - http://landley.net/notes.html#23-04-2020
12 passed, 3 OK, 0 not implemented, 0 BUG, 9 failed, 0 timeouts, 0 cases skipped
3 failed under osh

Details on runs that didn't PASS

osh0 @Q

stdout:
a b c d
a b c d
stderr:
osh_.py0 @Q

stdout:
a b c d
a b c d
stderr:
osh_.cc0 @Q

stdout:
a b c d
a b c d
stderr:
osh1 extglob $IFS 1

[osh stdout] Expected 'abc)d\nab+( ?d)\n_tmp abc)d\n', got 'abc)d\nabc)d\n_tmp abc)d\n'

stdout:
abc)d
abc)d
_tmp abc)d
stderr:
rm: cannot remove '_tmp': Is a directory
osh_.py1 extglob $IFS 1

[osh_.py stdout] Expected 'abc)d\nab+( ?d)\n_tmp abc)d\n', got 'abc)d\nabc)d\n_tmp abc)d\n'

stdout:
abc)d
abc)d
_tmp abc)d
stderr:
rm: cannot remove '_tmp': Is a directory
osh_.cc1 extglob $IFS 1

[osh_.cc stdout] Expected 'abc)d\nab+( ?d)\n_tmp abc)d\n', got 'abc)d\nabc)d\n_tmp abc)d\n'

stdout:
abc)d
abc)d
_tmp abc)d
stderr:
rm: cannot remove '_tmp': Is a directory
osh2 extglob $IFS 2

[osh stdout] Expected '=+(c=\n=d)=\n', got '=+(c d)=\n'

stdout:
=+(c d)=
stderr:
osh_.py2 extglob $IFS 2

[osh_.py stdout] Expected '=+(c=\n=d)=\n', got '=+(c d)=\n'

stdout:
=+(c d)=
stderr:
osh_.cc2 extglob $IFS 2

[osh_.cc stdout] Expected '=+(c=\n=d)=\n', got '=+(c d)=\n'

stdout:
=+(c d)=
stderr:
osh3 char class / extglob

[osh stdout] Expected '[hello]\nb\n+\n[+(])\n', got '[hello]\nb\n[+()]\n[+(])\n'

stdout:
[hello]
b
[+()]
[+(])
stderr:
rm: cannot remove '_tmp': Is a directory
osh_.py3 char class / extglob

[osh_.py stdout] Expected '[hello]\nb\n+\n[+(])\n', got '[hello]\nb\n[+()]\n[+(])\n'

stdout:
[hello]
b
[+()]
[+(])
stderr:
rm: cannot remove '_tmp': Is a directory
osh_.cc3 char class / extglob

[osh_.cc stdout] Expected '[hello]\nb\n+\n[+(])\n', got '[hello]\nb\n[+()]\n[+(])\n'

stdout:
[hello]
b
[+()]
[+(])
stderr:
rm: cannot remove '_tmp': Is a directory