Results for smoke.test.sh

statusoshosh_.pyosh_.cc
pass 1844
FAIL 01414
total181818
caseoshosh_.pyosh_.ccdescription
0pass pass pass builtin
1pass FAIL FAIL command sub
detailsdetails
2pass FAIL FAIL command sub with builtin
detailsdetails
3pass FAIL FAIL pipeline
detailsdetails
4pass FAIL FAIL pipeline with builtin
detailsdetails
5pass pass pass and-or chains
6pass FAIL FAIL here doc with var
detailsdetails
7pass FAIL FAIL here doc without var
detailsdetails
8pass FAIL FAIL here doc with builtin
detailsdetails
9pass FAIL FAIL Redirect external command
detailsdetails
10pass FAIL FAIL Redirect with builtin
detailsdetails
11pass FAIL FAIL Here doc with redirect
detailsdetails
12pass FAIL FAIL "$@" "$*"
detailsdetails
13pass FAIL FAIL $@ $*
detailsdetails
14pass FAIL FAIL failed command
detailsdetails
15pass FAIL FAIL subshell
detailsdetails
16pass pass pass for loop
17pass pass pass vars
26 passed, 0 OK, 0 not implemented, 0 BUG, 28 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh_.py1 command sub

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

stdout:
stderr: 
osh_.cc1 command sub

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

stdout:
stderr: 
osh_.py2 command sub with builtin

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

stdout:
stderr: 
osh_.cc2 command sub with builtin

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

stdout:
stderr: 
osh_.py3 pipeline

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

stdout:
stderr: 
osh_.cc3 pipeline

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

stdout:
stderr: 
osh_.py4 pipeline with builtin

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

stdout:
stderr: 
osh_.cc4 pipeline with builtin

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

stdout:
stderr: 
osh_.py6 here doc with var

[osh_.py stdout] Expected u'"two\none\n', got '(cmd_value.Argv argv:[tac] arg_spids:[3])\n'

stdout:
(cmd_value.Argv argv:[tac] arg_spids:[3])
stderr:
Unhandled SimpleCommand
osh_.cc6 here doc with var

[osh_.cc stdout] Expected u'"two\none\n', got '(cmd_value.Argv argv:[tac] arg_spids:[3])\n'

stdout:
(cmd_value.Argv argv:[tac] arg_spids:[3])
stderr:
Unhandled SimpleCommand
osh_.py7 here doc without var

[osh_.py stdout] Expected u'"two\n$v\n', got '(cmd_value.Argv argv:[tac] arg_spids:[0])\n'

stdout:
(cmd_value.Argv argv:[tac] arg_spids:[0])
stderr:
Unhandled SimpleCommand
osh_.cc7 here doc without var

[osh_.cc stdout] Expected u'"two\n$v\n', got '(cmd_value.Argv argv:[tac] arg_spids:[0])\n'

stdout:
(cmd_value.Argv argv:[tac] arg_spids:[0])
stderr:
Unhandled SimpleCommand
osh_.py8 here doc with builtin

[osh_.py stdout] Expected 'var = value\n', got 'var = \n'

stdout:
var = 
stderr:
osh_.cc8 here doc with builtin

[osh_.cc stdout] Expected 'var = value\n', got 'var = \n'

stdout:
var = 
stderr:
osh_.py9 Redirect external command

[osh_.py stdout] Expected '3\n', got "(cmd_value.Argv argv:[expr 3] arg_spids:[0 2])\n(cmd_value.Argv argv:[cat '/expr3.txt'] arg_spids:[9 11])\n"
[osh_.py stderr] Expected u'', got 'Unhandled SimpleCommand\nUnhandled SimpleCommand\n'

stdout:
(cmd_value.Argv argv:[expr 3] arg_spids:[0 2])
(cmd_value.Argv argv:[cat '/expr3.txt'] arg_spids:[9 11])
stderr:
Unhandled SimpleCommand
Unhandled SimpleCommand
osh_.cc9 Redirect external command

[osh_.cc stdout] Expected '3\n', got "(cmd_value.Argv argv:[expr 3] arg_spids:[0 2])\n(cmd_value.Argv argv:[cat '/expr3.txt'] arg_spids:[9 11])\n"
[osh_.cc stderr] Expected u'', got 'Unhandled SimpleCommand\nUnhandled SimpleCommand\n'

stdout:
(cmd_value.Argv argv:[expr 3] arg_spids:[0 2])
(cmd_value.Argv argv:[cat '/expr3.txt'] arg_spids:[9 11])
stderr:
Unhandled SimpleCommand
Unhandled SimpleCommand
osh_.py10 Redirect with builtin

[osh_.py stdout] Expected 'hi\n', got "hi\n(cmd_value.Argv argv:[cat '_tmp/hi.txt'] arg_spids:[8 10])\n"

stdout:
hi
(cmd_value.Argv argv:[cat '_tmp/hi.txt'] arg_spids:[8 10])
stderr:
Unhandled SimpleCommand
osh_.cc10 Redirect with builtin

[osh_.cc stdout] Expected 'hi\n', got "hi\n(cmd_value.Argv argv:[cat '_tmp/hi.txt'] arg_spids:[8 10])\n"

stdout:
hi
(cmd_value.Argv argv:[cat '_tmp/hi.txt'] arg_spids:[8 10])
stderr:
Unhandled SimpleCommand
osh_.py11 Here doc with redirect

[osh_.py stdout] Expected '8 _tmp/smoke1.txt\n', got "(cmd_value.Argv argv:[cat] arg_spids:[0])\n(cmd_value.Argv argv:[wc -c '_tmp/smoke1.txt'] arg_spids:[12 14 16])\n"

stdout:
(cmd_value.Argv argv:[cat] arg_spids:[0])
(cmd_value.Argv argv:[wc -c '_tmp/smoke1.txt'] arg_spids:[12 14 16])
stderr:
Unhandled SimpleCommand
Unhandled SimpleCommand
osh_.cc11 Here doc with redirect

[osh_.cc stdout] Expected '8 _tmp/smoke1.txt\n', got "(cmd_value.Argv argv:[cat] arg_spids:[0])\n(cmd_value.Argv argv:[wc -c '_tmp/smoke1.txt'] arg_spids:[12 14 16])\n"

stdout:
(cmd_value.Argv argv:[cat] arg_spids:[0])
(cmd_value.Argv argv:[wc -c '_tmp/smoke1.txt'] arg_spids:[12 14 16])
stderr:
Unhandled SimpleCommand
Unhandled SimpleCommand
osh_.py12 "$@" "$*"

[osh_.py stdout] Expected "['a b', 'c d', 'a b c d']\n", got "(cmd_value.Argv argv:[argv.py 'a b' 'c d' 'a b c d'] arg_spids:[8 10 10 14])\n"

stdout:
(cmd_value.Argv argv:[argv.py 'a b' 'c d' 'a b c d'] arg_spids:[8 10 10 14])
stderr:
Unhandled SimpleCommand
osh_.cc12 "$@" "$*"

[osh_.cc stdout] Expected "['a b', 'c d', 'a b c d']\n", got "(cmd_value.Argv argv:[argv.py 'a b' 'c d' 'a b c d'] arg_spids:[8 10 10 14])\n"

stdout:
(cmd_value.Argv argv:[argv.py 'a b' 'c d' 'a b c d'] arg_spids:[8 10 10 14])
stderr:
Unhandled SimpleCommand
osh_.py13 $@ $*

[osh_.py stdout] Expected "['a', 'b', 'c', 'd', 'a', 'b', 'c', 'd']\n", got '(cmd_value.Argv argv:[argv.py a b c d a b c d] arg_spids:[7 9 9 9 9 11 11 11 11])\n'

stdout:
(cmd_value.Argv argv:[argv.py a b c d a b c d] arg_spids:[7 9 9 9 9 11 11 11 11])
stderr:
Unhandled SimpleCommand
osh_.cc13 $@ $*

[osh_.cc stdout] Expected "['a', 'b', 'c', 'd', 'a', 'b', 'c', 'd']\n", got '(cmd_value.Argv argv:[argv.py a b c d a b c d] arg_spids:[7 9 9 9 9 11 11 11 11])\n'

stdout:
(cmd_value.Argv argv:[argv.py a b c d a b c d] arg_spids:[7 9 9 9 9 11 11 11 11])
stderr:
Unhandled SimpleCommand
osh_.py14 failed command

[osh_.py status] Expected 2, got 0

stdout:
(cmd_value.Argv argv:[ls '/nonexistent'] arg_spids:[0 2])
stderr:
Unhandled SimpleCommand
osh_.cc14 failed command

[osh_.cc status] Expected 2, got 0

stdout:
(cmd_value.Argv argv:[ls '/nonexistent'] arg_spids:[0 2])
stderr:
Unhandled SimpleCommand
osh_.py15 subshell

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

stdout:
stderr: 
osh_.cc15 subshell

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

stdout:
stderr: