76 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
osh-cpp | 6 a[i]=v with BigInt [osh-cpp stdout] Expected '3\n4\n5\n6\n', got '3\n3\n4\n5\n' stdout: 3 3 4 5stderr: |
osh | 9 xtrace a+=() [osh stderr] Expected '+ sp1+=(2)\n', got "Local 'SHX_indent'\nLocal 'SHX_punct'\nLocal 'SHX_pid_str'\n+ sp1+=(2)\n" stdout: stderr: Local 'SHX_indent' Local 'SHX_punct' Local 'SHX_pid_str' + sp1+=(2) |
osh-cpp | 9 xtrace a+=() [osh-cpp stderr] Expected '+ sp1+=(2)\n', got "Local 'SHX_indent'\nLocal 'SHX_punct'\nLocal 'SHX_pid_str'\n+ sp1+=(2)\n" stdout: stderr: Local 'SHX_indent' Local 'SHX_punct' Local 'SHX_pid_str' + sp1+=(2) |
osh-cpp | 21 ${a[@]:BigInt} [osh-cpp stdout] Expected '[x][x]\n[y x][y x]\n[z y x][z y x]\n[z y x][z y x]\n' Got '[x][x]\n[y x][y x]\n[z y x][z y x]\n[][]\n' stdout: [x][x] [y x][y x] [z y x][z y x] [][]stderr: |