spec test index / oilshell.org
| status | oil | |
| FAIL | 3 | |
| total | 3 | |
| case | oil | 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
| oil | 0 JSON func on top of proc [oil stdout] Expected 'TODO\nresult = 3\n', got 'result = 3\n' stdout: result = 3stderr: (List) [1, 2] |
| oil | 1 QTT func on top of proc [oil status] Expected 0, got 127 stdout: stderr: ''' | myadd | qtt read-cols result
^~~
[ stdin ]:18: 'qtt' not found
[ stdin ]:18: errexit PID 6568: Command failed with status 127
qtt tabify '''
^~~
[ stdin ]:14: 'qtt' not found
[ stdin ]:14: errexit PID 6571: Command 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 6568: Pipeline failed with status 127
|
| oil | 2 QTT func on top of wok [oil status] Expected 0, got 1 stdout: stderr: wok foo {
^
[ stdin ]:1: fatal: Unexpected typed args passed to external command 'wok'
|