spec test index / oilshell.org
status | ysh | ysh-cpp | |
pass | 2 | 2 | |
FAIL | 1 | 1 | |
total | 3 | 3 | |
case | ysh | ysh-cpp | description |
0 | pass | pass | global frame doesn't contain builtins like len(), dict(), io |
1 | FAIL | FAIL | global frame doesn't contain env vars |
details | details | ||
2 | pass | pass | __builtins__ module |
4 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
ysh | 1 global frame doesn't contain env vars [ysh stdout] Expected '(List) [0,1]\n', got 'TMP\n(List) [0,0]\n' stdout: TMP (List) [0,0]stderr: |
ysh-cpp | 1 global frame doesn't contain env vars [ysh-cpp stdout] Expected '(List) [0,1]\n', got 'TMP\n(List) [0,0]\n' stdout: TMP (List) [0,0]stderr: |