| status | osh | |
| pass | 10 | |
| FAIL | 2 | |
| total | 12 | |
| case | osh | description |
| 0 | pass | Augmented assignment doesn't work on List |
| 1 | pass | Augmented assignment respects command_sub_errexit |
| 2 | pass | Augmented assignment with integers |
| 3 | pass | Augmented assignment on string changes to Int Float |
| 4 | pass | Augmented assignment with floats |
| 5 | pass | Int/Float augmented += -= *= /= |
| 6 | pass | Int Augmented //= %= **= and bitwise ops |
| 7 | FAIL | Augmented assignment of Dict |
| details | ||
| 8 | pass | Augmented assignment of List |
| 9 | FAIL | Dict with nonexistent key (bug fix) |
| details | ||
| 10 | pass | List with nonexistent elemnt |
| 11 | pass | 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
| osh | 7 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: '.'
|
| osh | 9 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: '.'
|