spec test index / oilshell.org
status | osh | osh_.py | osh_.cc | |
pass | 7 | 1 | 1 | |
FAIL | 0 | 6 | 6 | |
total | 7 | 7 | 7 | |
case | osh | osh_.py | osh_.cc | description |
0 | pass | FAIL | FAIL | Normal and braced |
details | details | |||
1 | pass | pass | pass | In function |
2 | pass | FAIL | FAIL | $0 with -c |
details | details | |||
3 | pass | FAIL | FAIL | $0 with stdin |
details | details | |||
4 | pass | FAIL | FAIL | $0 with -i |
details | details | |||
5 | pass | FAIL | FAIL | $0 with filename |
details | details | |||
6 | pass | FAIL | FAIL | $@ with filename |
details | details |
9 passed, 0 OK, 0 not implemented, 0 BUG, 12 failed, 0 timeouts, 0 cases skipped
osh_.py | 0 Normal and braced [osh_.py stdout] Expected 'a b c\n', got '' [osh_.py status] Expected 0, got 1 stdout: stderr: Error running ['-c', 'echo $0 $1 ${2}', 'a', 'b', 'c', 'd']: [Errno 2] No such file or directory |
osh_.cc | 0 Normal and braced [osh_.cc stdout] Expected 'a b c\n', got "(cmd_value.Argv argv:[-c 'echo $0 $1 ${2}' a b c d] arg_spids:[2 4 8 10 12 14])\n" stdout: (cmd_value.Argv argv:[-c 'echo $0 $1 ${2}' a b c d] arg_spids:[2 4 8 10 12 14])stderr: Unhandled SimpleCommand |
osh_.py | 2 $0 with -c [osh_.py stdout] Expected 'sh\n', got '' stdout: stderr: |
osh_.cc | 2 $0 with -c [osh_.cc stdout] Expected 'sh\n', got '' stdout: stderr: |
osh_.py | 3 $0 with stdin [osh_.py stdout] Expected 'sh\n', got '' stdout: stderr: |
osh_.cc | 3 $0 with stdin [osh_.cc stdout] Expected 'sh\n', got '' stdout: stderr: |
osh_.py | 4 $0 with -i [osh_.py stdout] Expected 'sh\n', got '' stdout: stderr: |
osh_.cc | 4 $0 with -i [osh_.cc stdout] Expected 'sh\n', got '' stdout: stderr: |
osh_.py | 5 $0 with filename [osh_.py stdout] Expected '_tmp/dollar0\n', got 'echo $0\n' [osh_.py status] Expected 0, got 1 stdout: echo $0stderr: Error running ['_tmp/dollar0']: [Errno 8] Exec format error |
osh_.cc | 5 $0 with filename [osh_.cc stdout] Expected '_tmp/dollar0\n', got "echo $0\n(cmd_value.Argv argv:[chmod '+x' '_tmp/dollar0'] arg_spids:[13 15 18])\n(cmd_value.Argv argv:['_tmp/dollar0'] arg_spids:[22])\n" stdout: echo $0 (cmd_value.Argv argv:[chmod '+x' '_tmp/dollar0'] arg_spids:[13 15 18]) (cmd_value.Argv argv:['_tmp/dollar0'] arg_spids:[22])stderr: Unhandled SimpleCommand Unhandled SimpleCommand |
osh_.py | 6 $@ with filename [osh_.py stdout] Expected 'a b c\n', got 'echo $@\n' [osh_.py status] Expected 0, got 1 stdout: echo $@stderr: Error running ['_tmp/dollar0', 'a', 'b', 'c']: [Errno 8] Exec format error |
osh_.cc | 6 $@ with filename [osh_.cc stdout] Expected 'a b c\n', got "echo $@\n(cmd_value.Argv argv:[chmod '+x' '_tmp/dollar0'] arg_spids:[13 15 18])\n(cmd_value.Argv argv:['_tmp/dollar0' a b c] arg_spids:[22 24 26 28])\n" stdout: echo $@ (cmd_value.Argv argv:[chmod '+x' '_tmp/dollar0'] arg_spids:[13 15 18]) (cmd_value.Argv argv:['_tmp/dollar0' a b c] arg_spids:[22 24 26 28])stderr: Unhandled SimpleCommand Unhandled SimpleCommand |