spec test index / oilshell.org
status | osh | osh-cpp | |
pass | 7 | 7 | |
FAIL | 2 | 2 | |
total | 9 | 9 | |
case | osh | osh-cpp | description |
0 | pass | pass | runproc |
1 | pass | pass | runproc typed args |
2 | pass | pass | pp asdl |
3 | pass | pass | pp asdl can handle an object cycle |
4 | pass | pass | pp line supports BashArray, BashAssoc |
5 | FAIL | FAIL | pp gc-stats |
details | details | ||
6 | pass | pass | pp cell |
7 | pass | pass | pp cell on indexed array with hole |
8 | FAIL | FAIL | pp proc |
details | details |
14 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
osh | 5 pp gc-stats [osh stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |
osh-cpp | 5 pp gc-stats [osh-cpp stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |
osh | 8 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: |
osh-cpp | 8 pp proc [osh-cpp 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: |