Results for ysh-bugs.test.sh

statusyshysh-cpp
pass 52
FAIL 14
total66
caseyshysh-cppdescription
0pass pass fastlex: NUL byte not allowed inside char literal #' '
1pass pass fastlex: NUL byte inside shebang line
2FAIL FAIL Tea keywords don't interfere with Oil expressions
detailsdetails
3pass FAIL Catch AttributeError
details
4pass FAIL Command sub paren parsing bug (#1387)
details
5pass FAIL More Command sub paren parsing
details
7 passed, 0 OK, 0 not implemented, 0 BUG, 5 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

ysh2 Tea keywords don't interfere with Oil expressions

[ysh stdout] Expected 'foo\n6\n', got ''
[ysh status] Expected 0, got 3

stdout:
stderr: 
  echo $[d->data]
  ^~~~
[ stdin ]:3: fatal: Expression eval error: 'OrderedDict' object has no attribute 'data'
ysh-cpp2 Tea keywords don't interfere with Oil expressions

[ysh-cpp stdout] Expected 'foo\n6\n', got '\n\n'

stdout:

stderr:
ysh-cpp3 Catch AttributeError

[ysh-cpp stdout] Expected 's=foo\n', got ''
[ysh-cpp status] Expected 3, got 1

stdout:
stderr: 
  echo s=$s
         ^~
[ stdin ]:2: fatal: Undefined variable 's'
ysh-cpp4 Command sub paren parsing bug (#1387)

[ysh-cpp stdout] Expected 'true\n3\n125\n13\n', got '\n'
[ysh-cpp status] Expected 0, got 1

stdout:
stderr: 
  echo $a
       ^~
[ stdin ]:4: fatal: Undefined variable 'a'
ysh-cpp5 More Command sub paren parsing

[ysh-cpp stdout] Expected 'for\nwhile\nif\nelif\n', got '\nwhile\n\n\n'

stdout:
while


stderr: