Results for ysh-builtin-meta.test.sh

statusosh
pass 7
FAIL 2
total9
caseoshdescription
0pass runproc
1pass runproc typed args
2pass pp asdl
3pass pp asdl can handle an object cycle
4pass pp line supports BashArray, BashAssoc
5FAIL pp gc-stats
details
6pass pp cell
7pass pp cell on indexed array with hole
8FAIL pp proc
details
7 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

osh5 pp gc-stats

[osh stdout] Expected '', got 'TODO\n'

stdout:
TODO
stderr:
osh8 pp proc

[osh stdout] Expected 'proc_name\tdoc_comment\nf\t"doc \' comment with \\" quotes"\ng\t""\nmyproc\t"YSH-style proc"\n"true"\t"Special quoting rule"\n---\nproc_name\tdoc_comment\nf\t"doc \' comment with \\" quotes"\n' Got 'proc_name\tdoc_comment\nf\t"doc \' comment with \\" quotes"\ng\t""\n---\nproc_name\tdoc_comment\nf\t"doc \' comment with \\" quotes"\n'

stdout:
proc_name	doc_comment
f	"doc ' comment with \" quotes"
g	""
---
proc_name	doc_comment
f	"doc ' comment with \" quotes"
stderr: