| status | ysh | |
| pass | 5 | |
| FAIL | 2 | |
| total | 7 | |
| case | ysh | description |
| 0 | pass | global frame doesn't contain builtins like len(), dict(), io |
| 1 | pass | global frame doesn't contain env vars |
| 2 | FAIL | global frame doesn't have PWD, IFS |
| details | ||
| 3 | FAIL | __defaults__ is a Dict, showing default PATH, PS1 |
| details | ||
| 4 | pass | __builtins__ module |
| 5 | pass | cd builtin respects ENV.HOME, not HOME |
| 6 | pass | compgen -c respects ENV.PATH, not PATH |
5 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped 2 failed under osh
| ysh | 2 global frame doesn't have PWD, IFS [ysh stdout] Expected '', got 'IFS=[ \t\n]\n' [ysh status] Expected 0, got 1 stdout: IFS=[ ]stderr: echo "PWD=[$PWD]"
^~~~
[ stdin ]:2: fatal: Undefined variable 'PWD'
|
| ysh | 3 __defaults__ is a Dict, showing default PATH, PS1 [ysh stdout] Expected '(Str) "Dict"\n', got '(Str) "Dict"\n(Dict) {}\n' stdout: (Str) "Dict"
(Dict) {}
stderr: |