Results for assign-dialects.test.sh

statusbashmkshoshosh_ALT
pass 1111
N-I 0100
BUG 1000
FAIL 0011
total2222
casebashmkshoshosh_ALTdescription
0pass pass pass pass K and V are variables in (( array[K] = V ))
1BUG N-I FAIL FAIL when are variables set with 'test -v'
detailsdetailsdetailsdetails
4 passed, 0 OK, 1 not implemented, 1 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

bash1 when are variables set with 'test -v'

stdout:
unset=1
a=1
A=1
a=0
A=1
stderr:
mksh1 when are variables set with 'test -v'

stdout:
unset=2
a=2
A=2
a=2
A=2
stderr:
/home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: <stdin>[1]: test: unset: unexpected operator/operand
/home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: <stdin>[4]: test: a: unexpected operator/operand
/home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: <stdin>[6]: typeset: -A: unknown option
/home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: <stdin>[7]: test: A: unexpected operator/operand
/home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: <stdin>[11]: test: a: unexpected operator/operand
/home/andy/git/oilshell/oil/_tmp/spec-bin/mksh: <stdin>[13]: test: A: unexpected operator/operand
osh1 when are variables set with 'test -v'

[osh stdout] Expected 'unset=1\na=1\nA=1\na=0\nA=0\n', got ''
[osh status] Expected 0, got 1

stdout:
stderr: 
  test -v unset
  ^~~~
[ stdin ]:1: fatal: 300 isn't implemented
osh_ALT1 when are variables set with 'test -v'

[osh_ALT stdout] Expected 'unset=1\na=1\nA=1\na=0\nA=0\n', got ''
[osh_ALT status] Expected 0, got 1

stdout:
stderr: 
  test -v unset
  ^~~~
[ stdin ]:1: fatal: 300 isn't implemented