Results for ysh-func-builtin.test.sh

statusyshysh_ALT
pass 22
FAIL 22
total44
caseyshysh_ALTdescription
0pass pass shSplit() respects IFS
1FAIL FAIL getVar() gets global or local vars
detailsdetails
2pass pass ASCII upper() lower()
3FAIL FAIL Unicode upper() lower()
detailsdetails
4 passed, 0 OK, 0 not implemented, 0 BUG, 4 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

ysh1 getVar() gets global or local vars

[ysh stdout] Expected 'g=global\nmylocal=43\nmylocal=43\nnot_global_or_local=null\n' Got ''
[ysh status] Expected 0, got 127

stdout:
stderr: 
    my-proc
    ^~~~~~~
[ stdin ]:15: 'my-proc' not found (OILS-ERR-100)
[ stdin ]:15: errexit PID 33867: command.Simple failed with status 127
ysh_ALT1 getVar() gets global or local vars

[ysh_ALT stdout] Expected 'g=global\nmylocal=43\nmylocal=43\nnot_global_or_local=null\n' Got ''
[ysh_ALT status] Expected 0, got 127

stdout:
stderr: 
    my-proc
    ^~~~~~~
[ stdin ]:15: 'my-proc' not found (OILS-ERR-100)
[ stdin ]:15: errexit PID 33870: command.Simple failed with status 127
ysh3 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_ALT3 Unicode upper() lower()

[ysh_ALT 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: