Results for ysh-xtrace.test.sh

statusosh
pass 19
FAIL 1
total20
caseoshdescription
0pass Customize PS4
1pass xtrace_details doesn't show [[ ]] etc.
2pass xtrace_details AND xtrace_rich on
3pass proc and shell function
4pass eval
5pass source
6pass external and builtin
7pass subshell
8FAIL command sub
details
9pass process sub (nondeterministic)
10pass pipeline (nondeterministic)
11pass singleton pipeline
12pass Background pipeline (separate code path)
13pass Background process with fork and & (nondeterministic)
14pass Here doc
15pass Two here docs
16pass Here doc greater than 4096 bytes
17pass Control Flow
18pass use builtin and invokable module
19pass Encoded argv uses shell encoding, not J8
19 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

osh8 command sub

[osh stderr] Expected " . 12345 builtin echo bar\n. builtin echo 'foo=bar'\n. builtin set '+x'\n; process 12345: status 0\n| command sub 12345\n" Got ". builtin echo 'foo=bar'\n. builtin set '+x'\n; process 12345: status 0\n| command sub 12345\n"

stdout:
foo=bar
stderr:
. builtin echo 'foo=bar'
. builtin set '+x'
; process 12345: status 0
| command sub 12345