Results for assign-dialects.test.sh

statusbashmkshosh
pass 111
N-I 010
BUG 100
FAIL 001
total222
casebashmkshoshdescription
0pass pass pass K and V are variables in (( array[K] = V ))
1BUG N-I FAIL when are variables set with 'test -v'
detailsdetailsdetails
3 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: <Id_t BoolUnary_v 268> isn't implemented