Results for toysh.test.sh

statusoshosh_.pyosh_.cc
pass 443
ok 111
FAIL 334
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 FAIL {abc}<<< - http://landley.net/notes-2019.html#09-12-2019
details
7pass pass pass slice of @ and @ - http://landley.net/notes.html#23-04-2020
11 passed, 3 OK, 0 not implemented, 0 BUG, 10 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:
dumb_alloc:
	gNumNew = 2442
	gNumDelete = 219
	gMemPos = 80624

	gNumMalloc = 211
	gNumFree = 0
	gMemPos2 = 12032
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

dumb_alloc:
	gNumNew = 2651
	gNumDelete = 296
	gMemPos = 86432

	gNumMalloc = 278
	gNumFree = 0
	gMemPos2 = 13024
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:
dumb_alloc:
	gNumNew = 2240
	gNumDelete = 205
	gMemPos = 75168

	gNumMalloc = 178
	gNumFree = 0
	gMemPos2 = 11424
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 ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
rm: cannot remove '_tmp': Is a directory
osh_eval.opt: cpp/posix.h:74: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.cc6 {abc}<<< - http://landley.net/notes-2019.html#09-12-2019

[osh_.cc stdout] Expected '\nwalrus\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:74: Tuple2<int, int> posix::pipe(): Assertion `0' failed.