Results for ysh-method-io.test.sh

statusyshysh-cpp
pass 88
FAIL 11
total99
caseyshysh-cppdescription
0pass pass captureStdout() is like $()
1pass pass captureStdout() failure
2pass pass io->eval() is like eval builtin
3pass pass captureAll() is like $() but captures stderr and status
4pass pass captureAll() doesn't fail
5pass pass io->eval() with failing command - caller must handle
6pass pass io->eval() with exit
7pass pass io.glob() respects shell filters
8FAIL FAIL io.libcGlob() does not respect shell filters
detailsdetails
16 passed, 0 OK, 0 not implemented, 0 BUG, 1 failed, 0 timeouts, 0 cases skipped
1 failed under osh

Details on runs that didn't PASS

ysh8 io.libcGlob() does not respect shell filters

[ysh stdout] Expected '(List) ["-foo.txt","foo.txt"]\n(List) ["-foo.txt","foo.txt"]\n(List) ["-foo.txt","foo.txt"]\n' Got '(List) []\n(List) []\n(List) []\n'

stdout:
(List)   []
(List)   []
(List)   []
stderr:
ysh-cpp8 io.libcGlob() does not respect shell filters

[ysh-cpp stdout] Expected '(List) ["-foo.txt","foo.txt"]\n(List) ["-foo.txt","foo.txt"]\n(List) ["-foo.txt","foo.txt"]\n' Got '(List) []\n(List) []\n(List) []\n'

stdout:
(List)   []
(List)   []
(List)   []
stderr: