46 passed, 0 OK, 0 not implemented, 0 BUG, 3 failed, 0 timeouts, 0 cases skipped 3 failed under osh
osh | 3 wait with jobspec syntax %nonexistent [osh status] Expected 127, got 2 stdout: stderr: wait %nonexistent ^ [ stdin ]:1: 'wait' expected PID or jobspec, got '%nonexistent' |
osh-cpp | 3 wait with jobspec syntax %nonexistent [osh-cpp status] Expected 127, got 2 stdout: stderr: wait %nonexistent ^ [ stdin ]:1: 'wait' expected PID or jobspec, got '%nonexistent' |
osh | 12 Wait for job and PIPESTATUS [osh stdout] Expected 'fore status=1 pipestatus=55 1\nback status=0 pipestatus=0\nwait status=1 pipestatus=1\n' Got 'fore status=1 pipestatus=141 1\nback status=0 pipestatus=141 1\nwait status=1 pipestatus=141 1\n' stdout: fore status=1 pipestatus=141 1 back status=0 pipestatus=141 1 wait status=1 pipestatus=141 1stderr: |
osh-cpp | 12 Wait for job and PIPESTATUS [osh-cpp stdout] Expected 'fore status=1 pipestatus=55 1\nback status=0 pipestatus=0\nwait status=1 pipestatus=1\n' Got 'fore status=1 pipestatus=141 1\nback status=0 pipestatus=141 1\nwait status=1 pipestatus=141 1\n' stdout: fore status=1 pipestatus=141 1 back status=0 pipestatus=141 1 wait status=1 pipestatus=141 1stderr: |
osh | 13 Wait for job and PIPESTATUS - cat [osh stdout] Expected 'fore status=99 pipestatus=55 99\nback status=0 pipestatus=0\nwait status=88 pipestatus=88\n\nwait status=77 pipestatus=77\n' Got 'fore status=99 pipestatus=55 99\nback status=0 pipestatus=55 99\nwait status=88 pipestatus=55 99\n\nwait status=77 pipestatus=55 99\n' stdout: fore status=99 pipestatus=55 99 back status=0 pipestatus=55 99 wait status=88 pipestatus=55 99 wait status=77 pipestatus=55 99stderr: |
osh-cpp | 13 Wait for job and PIPESTATUS - cat [osh-cpp stdout] Expected 'fore status=99 pipestatus=55 99\nback status=0 pipestatus=0\nwait status=88 pipestatus=88\n\nwait status=77 pipestatus=77\n' Got 'fore status=99 pipestatus=55 99\nback status=0 pipestatus=55 99\nwait status=88 pipestatus=55 99\n\nwait status=77 pipestatus=55 99\n' stdout: fore status=99 pipestatus=55 99 back status=0 pipestatus=55 99 wait status=88 pipestatus=55 99 wait status=77 pipestatus=55 99stderr: |