Results for explore-parsing.test.sh

statusbashmkshkshtoyshsushbrushosh
pass 4553345
ok 1000000
FAIL 0002210
total5555555
casebashmkshkshtoyshsushbrushoshdescription
0pass pass pass pass FAIL pass pass Length of length of ARGS!
details
1pass pass pass pass FAIL pass pass Length of length of ARGS! 2 digit
details
2pass pass pass FAIL pass FAIL pass Is \r considered whitespace?
detailsdetails
3ok pass pass FAIL pass pass pass readonly +
detailsdetails
4pass pass pass pass pass pass pass set +
29 passed, 1 OK, 0 not implemented, 0 BUG, 5 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

sush0 Length of length of ARGS!

[sush stdout] Expected '1\n', got '0\n'

stdout:
0
stderr:
sush1 Length of length of ARGS! 2 digit

[sush stdout] Expected '2\n', got '0\n'

stdout:
0
stderr:
toysh2 Is \r considered whitespace?

[toysh stdout] Expected '', got 'TEST\n'
[toysh status] Expected 127, got 0

stdout:
TEST
stderr:
brush2 Is \r considered whitespace?

[brush status] Expected 127, got 0

stdout:
stderr: 
echo
TEST: command not found
bash3 readonly +

stdout:
status=1
stderr:
bash: line 1: readonly: `+': not a valid identifier
toysh3 readonly +

[toysh stdout] Expected 'status=0\n', got 'status=127\n'

stdout:
status=127
stderr:
sh: readonly: No such file or directory