Results for var-num.test.sh

statusoshosh_.pyosh_.cc
pass 711
FAIL 066
total777
caseoshosh_.pyosh_.ccdescription
0pass FAIL FAIL Normal and braced
detailsdetails
1pass pass pass In function
2pass FAIL FAIL $0 with -c
detailsdetails
3pass FAIL FAIL $0 with stdin
detailsdetails
4pass FAIL FAIL $0 with -i
detailsdetails
5pass FAIL FAIL $0 with filename
detailsdetails
6pass FAIL FAIL $@ with filename
detailsdetails
9 passed, 0 OK, 0 not implemented, 0 BUG, 12 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh_.py0 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_.cc0 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_.py2 $0 with -c

[osh_.py stdout] Expected 'sh\n', got ''

stdout:
stderr: 
osh_.cc2 $0 with -c

[osh_.cc stdout] Expected 'sh\n', got ''

stdout:
stderr: 
osh_.py3 $0 with stdin

[osh_.py stdout] Expected 'sh\n', got ''

stdout:
stderr: 
osh_.cc3 $0 with stdin

[osh_.cc stdout] Expected 'sh\n', got ''

stdout:
stderr: 
osh_.py4 $0 with -i

[osh_.py stdout] Expected 'sh\n', got ''

stdout:
stderr: 
osh_.cc4 $0 with -i

[osh_.cc stdout] Expected 'sh\n', got ''

stdout:
stderr: 
osh_.py5 $0 with filename

[osh_.py stdout] Expected '_tmp/dollar0\n', got 'echo $0\n'
[osh_.py status] Expected 0, got 1

stdout:
echo $0
stderr:
Error running ['_tmp/dollar0']: [Errno 8] Exec format error
osh_.cc5 $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_.py6 $@ 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_.cc6 $@ 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