status | ysh | ysh-cpp | |
pass | 11 | 11 | |
FAIL | 2 | 2 | |
total | 13 | 13 | |
case | ysh | ysh-cpp | description |
0 | pass | pass | ysh --location-str --location-start-line |
1 | pass | pass | ysh --eval |
2 | FAIL | FAIL | ysh --eval-pure |
details | details | ||
3 | pass | pass | ysh --eval cannot load file |
4 | FAIL | FAIL | ysh --eval parse error |
details | details | ||
5 | pass | pass | ysh --eval runtime error |
6 | pass | pass | ysh --eval exit status |
7 | pass | pass | ysh --eval respects _this_dir |
8 | pass | pass | --debug-file |
9 | pass | pass | Filename quoting |
10 | pass | pass | shopt --set verbose_errexit |
11 | pass | pass | YSH shows options correctly (bug fix) |
12 | pass | pass | --tool syntax-tree respects frontend/syntax_abbrev.py |
22 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
ysh | 2 ysh --eval-pure [ysh stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |
ysh-cpp | 2 ysh --eval-pure [ysh-cpp stdout] Expected '', got 'TODO\n' stdout: TODOstderr: |
ysh | 4 ysh --eval parse error [ysh stdout] Expected '', got 'hi\n' stdout: histderr: echo zz; ( echo ^ bad.ysh:1: Expected word type Id.Right_Subshell, got Id.Eof_Real |
ysh-cpp | 4 ysh --eval parse error [ysh-cpp stdout] Expected '', got 'hi\n' stdout: histderr: echo zz; ( echo ^ bad.ysh:1: Expected word type Id.Right_Subshell, got Id.Eof_Real |