Results for var-op-test.test.sh

statusdashbashmkshoshosh_ALT
pass 1012131010
ok 20033
N-I 10000
BUG 01000
total1313131313
casedashbashmkshoshosh_ALTdescription
0N-I pass pass pass pass Lazy Evaluation of Alternative
details
1pass pass pass pass pass Default value when empty
2pass pass pass pass pass Default value when unset
3pass pass pass ok ok Unquoted with array as default value
detailsdetails
4pass BUG pass ok ok Quoted with array as default value
detailsdetailsdetails
5pass pass pass ok ok Assign default with array
detailsdetails
6pass pass pass pass pass Assign default value when empty
7pass pass pass pass pass Assign default value when unset
8pass pass pass pass pass Alternative value when empty
9pass pass pass pass pass Alternative value when unset
10ok pass pass pass pass Error when empty
details
11ok pass pass pass pass Error when unset
details
12pass pass pass pass pass Error when unset
55 passed, 8 OK, 1 not implemented, 1 BUG, 0 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

dash0 Lazy Evaluation of Alternative

stdout:
x
0
stderr:
/home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 5: arithmetic expression: expecting primary: "i++"
osh3 Unquoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1', '2', '3', '4xX']
stderr:
osh_ALT3 Unquoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1', '2', '3', '4xX']
stderr:
bash4 Quoted with array as default value

stdout:
['Xx1', '2', '3', '4xX']
['Xx1 2 3 4xX']
stderr:
osh4 Quoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1 2 3 4xX']
stderr:
osh_ALT4 Quoted with array as default value

stdout:
['Xx1 2', '3 4xX']
['Xx1 2 3 4xX']
stderr:
osh5 Assign default with array

stdout:
['Xx1 2', '3 4xX']
['x1 2 3 4x']
stderr:
osh_ALT5 Assign default with array

stdout:
['Xx1 2', '3 4xX']
['x1 2 3 4x']
stderr:
dash10 Error when empty

stdout:
stderr: 
/home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 2: empty: is empty
dash11 Error when unset

stdout:
stderr: 
/home/andy/git/oilshell/oil/_tmp/spec-bin/dash: 1: unset: is empty