Results for builtins2.test.sh

casedashbashmkshzshoshosh_ALTdescription
0ok pass pass pass pass pass command -v
details
1BUG BUG ok pass pass pass command -v with multiple names
detailsdetailsdetails
2N-I pass N-I pass pass pass dirs builtin
detailsdetails
3N-I pass N-I pass pass pass dirs -c to clear the stack
detailsdetails
4N-I pass N-I ok pass pass dirs -v to print numbered stack, one entry per line
detailsdetailsdetails
5N-I pass N-I pass pass pass dirs -p to print one entry per line
detailsdetails

23 passed, 3 ok, 8 known unimplemented, 2 known bugs, 0 failed, 0 skipped

Details on runs that didn't PASS

dash0 command -v

stdout:
echo
0
myfunc
0
127
for
0
stderr:
dash1 command -v with multiple names

stdout:
echo
status=0
stderr:
bash1 command -v with multiple names

stdout:
echo
myfunc
for
status=0
stderr:
mksh1 command -v with multiple names

stdout:
echo
myfunc
status=1
stderr:
dash2 dirs builtin

stdout:
stderr: 
/bin/dash: 2: dirs: not found
mksh2 dirs builtin

stdout:
stderr: 
/bin/mksh: <stdin>[2]: dirs: not found
dash3 dirs -c to clear the stack

stdout:
stderr: 
/bin/dash: 2: pushd: not found
/bin/dash: 3: dirs: not found
/bin/dash: 4: dirs: not found
/bin/dash: 5: dirs: not found
mksh3 dirs -c to clear the stack

stdout:
stderr: 
/bin/mksh: <stdin>[2]: pushd: not found
/bin/mksh: <stdin>[3]: dirs: not found
/bin/mksh: <stdin>[4]: dirs: not found
/bin/mksh: <stdin>[5]: dirs: not found
dash4 dirs -v to print numbered stack, one entry per line

stdout:
stderr: 
/bin/dash: 2: pushd: not found
/bin/dash: 3: dirs: not found
/bin/dash: 4: pushd: not found
/bin/dash: 5: dirs: not found
mksh4 dirs -v to print numbered stack, one entry per line

stdout:
stderr: 
/bin/mksh: <stdin>[2]: pushd: not found
/bin/mksh: <stdin>[3]: dirs: not found
/bin/mksh: <stdin>[4]: pushd: not found
/bin/mksh: <stdin>[5]: dirs: not found
zsh4 dirs -v to print numbered stack, one entry per line

stdout:
0	/tmp
1	/
0	/lib
1	/tmp
2	/
stderr:
dash5 dirs -p to print one entry per line

stdout:
stderr: 
/bin/dash: 2: pushd: not found
/bin/dash: 3: dirs: not found
/bin/dash: 4: pushd: not found
/bin/dash: 5: dirs: not found
mksh5 dirs -p to print one entry per line

stdout:
stderr: 
/bin/mksh: <stdin>[2]: pushd: not found
/bin/mksh: <stdin>[3]: dirs: not found
/bin/mksh: <stdin>[4]: pushd: not found
/bin/mksh: <stdin>[5]: dirs: not found