Results for ysh-augmented.test.sh

statusosh
pass 10
FAIL 2
total12
caseoshdescription
0pass Augmented assignment doesn't work on List
1pass Augmented assignment respects command_sub_errexit
2pass Augmented assignment with integers
3pass Augmented assignment on string changes to Int Float
4pass Augmented assignment with floats
5pass Int/Float augmented += -= *= /=
6pass Int Augmented //= %= **= and bitwise ops
7FAIL Augmented assignment of Dict
details
8pass Augmented assignment of List
9FAIL Dict with nonexistent key (bug fix)
details
10pass List with nonexistent elemnt
11pass Augmented assignment doesn't work with multiple LHS
10 passed, 0 OK, 0 not implemented, 0 BUG, 2 failed, 0 timeouts, 0 cases skipped
2 failed under osh

Details on runs that didn't PASS

osh7 Augmented assignment of Dict

[osh stdout] Expected '43.5\n45.0\n48.0\n' Got ''
[osh status] Expected 0 Got 2

stdout:
stderr: 
  echo $[d.x]
          ^
[ stdin ]:4: Unexpected token while parsing arithmetic: '.'
osh9 Dict with nonexistent key (bug fix)

[osh stdout] Expected '44\n' Got ''
[osh status] Expected 3 Got 2

stdout:
stderr: 
  echo $[d.x]
          ^
[ stdin ]:5: Unexpected token while parsing arithmetic: '.'