Results for blog1.test.sh

statusoshosh_.pyosh_.cc
pass 553
N-I 440
FAIL 006
total999
caseoshosh_.pyosh_.ccdescription
0pass pass FAIL ${##}
details
1N-I N-I FAIL ${###}
detailsdetailsdetails
2N-I N-I FAIL ${####}
detailsdetailsdetails
3N-I N-I FAIL ${##2}
detailsdetailsdetails
4N-I N-I FAIL ${###2}
detailsdetailsdetails
5pass pass pass ${1####}
6pass pass pass ${1#'###'}
7pass pass pass ${#1#'###'}
8pass pass FAIL Julia example from spec/oil-user-feedback
details
13 passed, 0 OK, 8 not implemented, 0 BUG, 6 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh_.cc0 ${##}

[osh_.cc stdout] Expected '2\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.
osh1 ${###}

stdout:
stderr: 
  echo ${###}
           ^
[ stdin ]:2: Expected } after length expression
osh_.py1 ${###}

stdout:
stderr: 
  echo ${###}
           ^
[ stdin ]:2: Expected } after length expression
osh_.cc1 ${###}

[osh_.cc status] Expected 2, got -6

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

stdout:
stderr: 
  echo ${####}
           ^~
[ stdin ]:2: Expected } after length expression
osh_.py2 ${####}

stdout:
stderr: 
  echo ${####}
           ^~
[ stdin ]:2: Expected } after length expression
osh_.cc2 ${####}

[osh_.cc status] Expected 2, got -6

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

stdout:
stderr: 
  echo ${##2}
           ^
[ stdin ]:2: Expected } after length expression
osh_.py3 ${##2}

stdout:
stderr: 
  echo ${##2}
           ^
[ stdin ]:2: Expected } after length expression
osh_.cc3 ${##2}

[osh_.cc status] Expected 2, got -6

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

stdout:
stderr: 
  echo ${###2}
           ^
[ stdin ]:2: Expected } after length expression
osh_.py4 ${###2}

stdout:
stderr: 
  echo ${###2}
           ^
[ stdin ]:2: Expected } after length expression
osh_.cc4 ${###2}

[osh_.cc status] Expected 2, got -6

stdout:
stderr: 
osh_eval.opt: cpp/posix.h:106: Tuple2<int, int> posix::pipe(): Assertion `0' failed.
osh_.cc8 Julia example from spec/oil-user-feedback

[osh_.cc stdout] Expected 'git branch -D foo baz\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.