Results for var-op-test.test.sh

statusoshosh_.pyosh_.cc
pass 212120
ok 333
FAIL 001
total242424
caseoshosh_.pyosh_.ccdescription
0pass pass pass Lazy Evaluation of Alternative
1pass pass pass Default value when empty
2pass pass pass Default value when unset
3ok ok ok Unquoted with array as default value
detailsdetailsdetails
4ok ok ok Quoted with array as default value
detailsdetailsdetails
5ok ok ok Assign default with array
detailsdetailsdetails
6pass pass pass Assign default value when empty
7pass pass pass Assign default value when unset
8pass pass pass ${v:+foo} Alternative value when empty
9pass pass pass ${v+foo} Alternative value when unset
10pass pass pass "${x+foo}" quoted (regression)
11pass pass pass ${v+foo} and ${v:+foo} when set -u
12pass pass pass ${v-foo} and ${v:-foo} when set -u
13pass pass FAIL array and - and +
details
14pass pass pass $@ and - and +
15pass pass pass assoc array and - and +
16pass pass pass Error when empty
17pass pass pass Error when unset
18pass pass pass Error when unset
19pass pass pass ${var=x} dynamic scope
20pass pass pass array ${arr[0]=x}
21pass pass pass assoc array ${arr["k"]=x}
22pass pass pass "\z" as arg
23pass pass pass "\e" as arg
62 passed, 9 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh3 Unquoted with array as default value

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

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

stdout:
['Xx1 2', '3 4xX']
['Xx1', '2', '3', '4xX']
stderr:
dumb_alloc:
	gNumNew = 2217
	gNumDelete = 236
	gMemPos = 75504

	gNumMalloc = 231
	gNumFree = 0
	gMemPos2 = 12896
osh4 Quoted with array as default value

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

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

stdout:
['Xx1 2', '3 4xX']
['Xx1 2 3 4xX']
stderr:
dumb_alloc:
	gNumNew = 2093
	gNumDelete = 209
	gMemPos = 71776

	gNumMalloc = 151
	gNumFree = 0
	gMemPos2 = 11616
osh5 Assign default with array

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

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

stdout:
['Xx1 2', '3 4xX']
['x1 2 3 4x']
stderr:
dumb_alloc:
	gNumNew = 2132
	gNumDelete = 210
	gMemPos = 73040

	gNumMalloc = 187
	gNumFree = 0
	gMemPos2 = 12192
osh_.cc13 array and - and +

[osh_.cc stdout] Expected "empty=minus\na1=\na1[0]=\na2= x\na3=3 4\n---\nempty=\na1=plus\na1[0]=plus\na2=plus\na3=plus\n---\nempty=\na1=plus\na2=plus\na3=plus\n---\n['minus']\n[]\n['']\n['plus']\n['']\n['plus']\n['', 'x']\n['plus']\n['3', '4']\n['plus']\n", got "['minus']\n[]\n['']\n['plus']\n['']\n['plus']\n['', 'x']\n['plus']\n['3', '4']\n['plus']\nempty=minus\na1=\na1[0]=\na2= x\na3=3 4\n---\nempty=\na1=plus\na1[0]=plus\na2=plus\na3=plus\n---\nempty=\na1=plus\na2=plus\na3=plus\n---\n"

stdout:
['minus']
[]
['']
['plus']
['']
['plus']
['', 'x']
['plus']
['3', '4']
['plus']
empty=minus
a1=
a1[0]=
a2= x
a3=3 4
---
empty=
a1=plus
a1[0]=plus
a2=plus
a3=plus
---
empty=
a1=plus
a2=plus
a3=plus
---
stderr:
dumb_alloc:
	gNumNew = 5631
	gNumDelete = 742
	gMemPos = 172560

	gNumMalloc = 1399
	gNumFree = 0
	gMemPos2 = 31648