Results for toysh.test.sh

statusbashmkshoshosh_ALT
pass 7266
ok 1111
N-I 0300
BUG 0200
FAIL 0011
total8888
casebashmkshoshosh_ALTdescription
0pass N-I ok ok @Q
detailsdetailsdetails
1pass ok FAIL FAIL extglob 1 - OSH only supports extglob for fnmatch()?
detailsdetailsdetails
2pass pass pass pass extglob 2
3pass BUG pass pass char class / extglob
details
4pass BUG pass pass patsub of $* - http://landley.net/notes.html#23-04-2020
details
5ok pass pass pass Brace Expansion (known difference)
details
6pass N-I pass pass {abc}<<< - http://landley.net/notes-2019.html#09-12-2019
details
7pass N-I pass pass slice of @ and @ - http://landley.net/notes.html#23-04-2020
details
21 passed, 4 OK, 3 not implemented, 2 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

mksh0 @Q

stdout:
stderr: 
osh0 @Q

stdout:
a b c d
a b c d
stderr:
osh_ALT0 @Q

stdout:
a b c d
a b c d
stderr:
mksh1 extglob 1 - OSH only supports extglob for fnmatch()?

stdout:
abc)d
ab+(  ?d)
_tmp abc)d
stderr:
rm: cannot remove '_tmp': Is a directory
mksh: <stdin>[2]: shopt: not found
osh1 extglob 1 - OSH only supports extglob for fnmatch()?

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

stdout:
ab+(c?d)
ab+( ?d)
_tmp abc)d
stderr:
rm: cannot remove '_tmp': Is a directory
osh_ALT1 extglob 1 - OSH only supports extglob for fnmatch()?

[osh_ALT stdout] Expected 'abc)d\nab+( ?d)\nabc)d _tmp\n', got 'ab+(c?d)\nab+( ?d)\n_tmp abc)d\n'

stdout:
ab+(c?d)
ab+( ?d)
_tmp abc)d
stderr:
rm: cannot remove '_tmp': Is a directory
mksh3 char class / extglob

stdout:
[hello]
b
[+()]
[+(])
stderr:
mksh: <stdin>[1]: shopt: not found
rm: cannot remove '_tmp': Is a directory
mksh4 patsub of $* - http://landley.net/notes.html#23-04-2020

stdout:
stderr: 
mksh: <stdin>[1]: ${*/b c/ghi}: bad substitution
bash5 Brace Expansion (known difference)

stdout:
/home/foo/pwd /root/pwd
{~,~root}/pwd
~/pwd ~root/pwd
stderr:
mksh6 {abc}<<< - http://landley.net/notes-2019.html#09-12-2019

stdout:
stderr: 
mksh: <stdin>[1]: syntax error: '{abc}' unexpected
mksh7 slice of @ and @ - http://landley.net/notes.html#23-04-2020

stdout:
stderr: 
mksh: b: not found
mksh: <stdin>[2]: ${@: 3:5}: bad substitution
mksh: <stdin>[3]: ${*: 3:5}: bad substitution