spec test index / oilshell.org
status | osh | osh_.py | osh_.cc | |
pass | 6 | 5 | 1 | |
FAIL | 0 | 1 | 5 | |
total | 6 | 6 | 6 | |
case | osh | osh_.py | osh_.cc | description |
0 | pass | pass | FAIL | ~ expansion in assignment |
details | ||||
1 | pass | pass | FAIL | ~ expansion in readonly assignment |
details | ||||
2 | pass | pass | FAIL | No ~ expansion in dynamic assignment |
details | ||||
3 | pass | pass | pass | No tilde expansion in word that looks like assignment but isn't |
4 | pass | FAIL | FAIL | tilde expansion of word after redirect |
details | details | |||
5 | pass | pass | FAIL | other user |
details |
12 passed, 0 OK, 0 not implemented, 0 BUG, 6 failed, 0 timeouts, 0 cases skipped
osh_.cc | 0 ~ expansion in assignment [osh_.cc stdout] Expected '/home/bob/src\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.dbg: cpp/core_passwd.h:16: Str *passwd::GetHomeDir(syntax_asdl::Token *): Assertion `0' failed. |
osh_.cc | 1 ~ expansion in readonly assignment [osh_.cc stdout] Expected '/home/bob/src\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.dbg: cpp/core_passwd.h:16: Str *passwd::GetHomeDir(syntax_asdl::Token *): Assertion `0' failed. |
osh_.cc | 2 No ~ expansion in dynamic assignment [osh_.cc stdout] Expected '~/src\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.dbg: mycpp/mylib.h:596: V Dict<Str *, runtime_asdl::value_t *>::index(K) [K = Str *, V = runtime_asdl::value_t *]: Assertion `0' failed. |
osh_.py | 4 tilde expansion of word after redirect [osh_.py stdout] Expected '3\n', got 'hi\n' stdout: histderr: |
osh_.cc | 4 tilde expansion of word after redirect [osh_.cc stdout] Expected '3\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.dbg: cpp/core_passwd.h:16: Str *passwd::GetHomeDir(syntax_asdl::Token *): Assertion `0' failed. |
osh_.cc | 5 other user [osh_.cc stdout] Expected '~nonexistent\n', got '' [osh_.cc status] Expected 0, got -6 stdout: stderr: osh_eval.dbg: cpp/core_passwd.h:16: Str *passwd::GetHomeDir(syntax_asdl::Token *): Assertion `0' failed. |