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 1 - OSH only supports extglob for fnmatch()?
detailsdetailsdetails
2FAIL FAIL FAIL extglob 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 = 2368
	gNumDelete = 219
	gMemPos = 78512

	gNumMalloc = 210
	gNumFree = 0
	gMemPos2 = 12592
osh1 extglob 1 - OSH only supports extglob for fnmatch()?

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

stdout:

_tmp abc)d
stderr:
rm: cannot remove '_tmp': Is a directory
osh_.py1 extglob 1 - OSH only supports extglob for fnmatch()?

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

stdout:

_tmp abc)d
stderr:
rm: cannot remove '_tmp': Is a directory
osh_.cc1 extglob 1 - OSH only supports extglob for fnmatch()?

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

stdout:

_tmp abc)d
stderr:
rm: cannot remove '_tmp': Is a directory

dumb_alloc:
	gNumNew = 2568
	gNumDelete = 272
	gMemPos = 84576

	gNumMalloc = 263
	gNumFree = 0
	gMemPos2 = 13392
osh2 extglob 2

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

stdout:
stderr: 
osh_.py2 extglob 2

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

stdout:
stderr: 
osh_.cc2 extglob 2

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

stdout:
stderr: 
dumb_alloc:
	gNumNew = 1996
	gNumDelete = 164
	gMemPos = 68368

	gNumMalloc = 113
	gNumFree = 0
	gMemPos2 = 10992
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:106: 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:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.