Results for var-num.test.sh

statusoshosh_.pyosh_.cc
pass 741
FAIL 036
total777
caseoshosh_.pyosh_.ccdescription
0pass pass FAIL Normal and braced
details
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 pass FAIL $0 with filename
details
6pass pass FAIL $@ with filename
details
12 passed, 0 OK, 0 not implemented, 0 BUG, 9 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh_.cc0 Normal and braced

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

stdout:
stderr: 
osh_eval.opt: cpp/pylib_path_stat.h:10: bool path_stat::exists(Str*): Assertion `0' failed.
osh_.py2 $0 with -c

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

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

[osh_.cc stdout] Expected 'sh\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_.py3 $0 with stdin

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

stdout:
stderr: 
osh_.cc3 $0 with stdin

[osh_.cc stdout] Expected 'sh\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_.py4 $0 with -i

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

stdout:
stderr: 
osh fatal error: 
osh_.cc4 $0 with -i

[osh_.cc stdout] Expected 'sh\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_.cc5 $0 with filename

[osh_.cc stdout] Expected '_tmp/dollar0\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_.cc6 $@ with filename

[osh_.cc stdout] Expected 'a b c\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.