spec test index / oilshell.org
| status | ysh | |
| FAIL | 3 | |
| total | 3 | |
| case | ysh | description |
| 0 | FAIL | JSON func on top of proc |
| details | ||
| 1 | FAIL | QTT func on top of proc |
| details | ||
| 2 | FAIL | QTT func on top of wok |
| details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
| ysh | 0 JSON func on top of proc [ysh stdout] Expected 'TODO\nresult = 3\n', got 'result = 3\n' stdout: result = 3stderr: (List) [1, 2] |
| ysh | 1 QTT func on top of proc [ysh status] Expected 0, got 127 stdout: stderr: ''' | myadd | qtt read-cols result
^~~
[ stdin ]:18: 'qtt' not found
[ stdin ]:18: errexit PID 7886: command.Simple failed with status 127
qtt tabify '''
^~~
[ stdin ]:14: 'qtt' not found
[ stdin ]:14: errexit PID 7889: command.Simple failed with status 127
qtt read-rows {
^
[ stdin ]:3: fatal: Unexpected typed args passed to external command 'qtt'
''' | myadd | qtt read-cols result
^~~
[ stdin ]:18: errexit PID 7886: command.Pipeline failed with status 127
|
| ysh | 2 QTT func on top of wok [ysh status] Expected 0, got 1 stdout: stderr: wok foo {
^
[ stdin ]:1: fatal: Unexpected typed args passed to external command 'wok'
|