status | ysh | ysh-cpp | |
pass | 11 | 11 | |
FAIL | 3 | 3 | |
total | 14 | 14 | |
case | ysh | ysh-cpp | description |
0 | pass | pass | join() |
1 | pass | pass | @[split(x)] respects IFS |
2 | pass | pass | @[maybe(x)] |
3 | pass | pass | maybe() on invalid type is fatal error |
4 | pass | pass | split() on invalid type is fatal error |
5 | pass | pass | @[glob(x)] |
6 | pass | pass | shSplit() respects IFS |
7 | pass | pass | getVar() gets global or local vars |
8 | pass | pass | ASCII upper() lower() |
9 | FAIL | FAIL | Unicode upper() lower() |
details | details | ||
10 | pass | pass | getFrame() |
11 | FAIL | FAIL | bindFrame() |
details | details | ||
12 | pass | pass | vm.getDebugStack() |
13 | FAIL | FAIL | formatDebugFrame() |
details | details |
22 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
ysh | 9 Unicode upper() lower() [ysh stdout] Expected '\xc3\x80\xc3\x88\n\xc3\xa1\xc3\xa9\n', got '\xc3\x80\xc3\x88\n\xc3\xa1\xc3\xa9\n\n\xc3\x80\xc3\x88\n\xc3\x80\xc3\x88\n\xc3\xa1\xc3\xa9\n\xc3\xa1\xc3\xa9\n' stdout: ÀÈ áé ÀÈ ÀÈ áé áéstderr: |
ysh-cpp | 9 Unicode upper() lower() [ysh-cpp stdout] Expected '\xc3\x80\xc3\x88\n\xc3\xa1\xc3\xa9\n', got '\xc3\x80\xc3\x88\n\xc3\xa1\xc3\xa9\n\n\xc3\x80\xc3\x88\n\xc3\x80\xc3\x88\n\xc3\xa1\xc3\xa9\n\xc3\xa1\xc3\xa9\n' stdout: ÀÈ áé ÀÈ ÀÈ áé áéstderr: |
ysh | 11 bindFrame() [ysh stdout] Expected '', got '<Command>\n(Null) null\n' stdout: <Command> (Null) nullstderr: |
ysh-cpp | 11 bindFrame() [ysh-cpp stdout] Expected '', got '<Command>\n(Null) null\n' stdout: <Command> (Null) nullstderr: |
ysh | 13 formatDebugFrame() [ysh stdout] Expected 'z\n', got 'source\ncall\n\nsource\ncall\ncall\n\nsource\ncall\n\nsource\ncall\ncall\n\nsource\ncall\n\nsource\ncall\ncall\n' stdout: source call source call call source call source call call source call source call callstderr: |
ysh-cpp | 13 formatDebugFrame() [ysh-cpp stdout] Expected 'z\n', got 'source\ncall\n\nsource\ncall\ncall\n\nsource\ncall\n\nsource\ncall\ncall\n\nsource\ncall\n\nsource\ncall\ncall\n' stdout: source call source call call source call source call call source call source call callstderr: |