Results for word-eval.test.sh

casedashbashmkshoshdescription
0pass pass pass pass Evaluation of constant parts
1N-I pass pass pass Evaluation of each part
details
2pass pass pass pass Word splitting
3N-I pass pass pass Word joining
details
4pass pass pass pass Word elision
5FAIL FAIL FAIL FAIL Default values -- more cases
detailsdetailsdetailsdetails
6FAIL FAIL FAIL FAIL Globbing after splitting
detailsdetailsdetailsdetails
7FAIL FAIL FAIL FAIL Globbing escaping
detailsdetailsdetailsdetails

18 passed, 0 ok, 2 known unimplemented, 0 known bugs, 12 failed, 0 skipped

Details on runs that didn't PASS

dash1 Evaluation of each part

stdout:
stderr: 
/bin/dash: 3: Syntax error: "(" unexpected
dash3 Word joining

stdout:
stderr: 
/bin/dash: 3: Syntax error: "(" unexpected
dash5 Default values -- more cases

[dash stdout] Expected '[\'hi\', \'a b\', \'c d\', \'e f\', "\'g h\'"]\n', got ''

stdout:
stderr: 
/bin/dash: 1: argv: not found
bash5 Default values -- more cases

[bash stdout] Expected '[\'hi\', \'a b\', \'c d\', \'e f\', "\'g h\'"]\n', got ''

stdout:
stderr: 
/bin/bash: line 1: argv: command not found
mksh5 Default values -- more cases

[mksh stdout] Expected '[\'hi\', \'a b\', \'c d\', \'e f\', "\'g h\'"]\n', got ''

stdout:
stderr: 
/bin/mksh: <stdin>[1]: argv: not found
osh5 Default values -- more cases

[osh stdout] Expected '[\'hi\', \'a b\', \'c d\', \'e f\', "\'g h\'"]\n', got ''

stdout:
stderr: 
Unexpected error in execvpe('argv', ['argv', 'hi', 'a b', 'c d', 'e f', "'g h'"], ...): [Errno 2] No such file or directory
dash6 Globbing after splitting

[dash stdout] Expected "['_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg']\n", got ''

stdout:
stderr: 
/bin/dash: 3: argv: not found
bash6 Globbing after splitting

[bash stdout] Expected "['_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg']\n", got ''

stdout:
stderr: 
/bin/bash: line 3: argv: command not found
mksh6 Globbing after splitting

[mksh stdout] Expected "['_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg']\n", got ''

stdout:
stderr: 
/bin/mksh: <stdin>[3]: argv: not found
osh6 Globbing after splitting

[osh stdout] Expected "['_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg']\n", got ''

stdout:
stderr: 
Unexpected error in execvpe('argv', ['argv', '_tmp/foo.hh', '_tmp/bar.gg', '_tmp/foo.gg'], ...): [Errno 2] No such file or directory
dash7 Globbing escaping

[dash stdout] Expected "['_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm']\n", got ''

stdout:
stderr: 
/bin/dash: 3: argv: not found
bash7 Globbing escaping

[bash stdout] Expected "['_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm']\n", got ''

stdout:
stderr: 
/bin/bash: line 3: argv: command not found
mksh7 Globbing escaping

[mksh stdout] Expected "['_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm']\n", got ''

stdout:
stderr: 
/bin/mksh: <stdin>[3]: argv: not found
osh7 Globbing escaping

[osh stdout] Expected "['_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm']\n", got ''

stdout:
stderr: 
Unexpected error in execvpe('argv', ['argv', '_tmp/[bc]ar.mm', '-', '_tmp/bar.mm', '_tmp/car.mm'], ...): [Errno 2] No such file or directory