Results for smoke.test.sh

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

Details on runs that didn't PASS

osh_.cc1 command sub

[osh_.cc stdout] Expected '3\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.cc2 command sub with builtin

[osh_.cc stdout] Expected 'hi\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.cc3 pipeline

[osh_.cc stdout] Expected '1\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.cc4 pipeline with builtin

[osh_.cc stdout] Expected '1\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.cc6 here doc with var

[osh_.cc stdout] Expected u'"two\none\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.cc7 here doc without var

[osh_.cc stdout] Expected u'"two\n$v\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.cc8 here doc with builtin

[osh_.cc stdout] Expected 'var = value\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.cc9 Redirect external command

[osh_.cc stdout] Expected '3\n', got ''
[osh_.cc stderr] Expected u'', got "osh_eval.opt: cpp/posix.h:143: void posix::dup2(int, int): Assertion `0' failed.\n"
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:143: void posix::dup2(int, int): Assertion `0' failed.
osh_.cc10 Redirect with builtin

[osh_.cc stdout] Expected 'hi\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:143: void posix::dup2(int, int): Assertion `0' failed.
osh_.cc11 Here doc with redirect

[osh_.cc stdout] Expected '8 _tmp/smoke1.txt\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.