Results for builtin-bash.test.sh

statusoshosh_.pyosh_.cc
pass 19126
FAIL 0713
total191919
caseoshosh_.pyosh_.ccdescription
0pass pass pass help
1pass pass FAIL bad help topic
details
2pass pass pass type -t -> function
3pass pass pass type -t -> alias
4pass pass pass type -t -> builtin
5pass pass FAIL type -t -> keyword
details
6pass pass FAIL type -t control flow
details
7pass FAIL FAIL type -t -> file
detailsdetails
8pass FAIL FAIL type -t doesn't find non-executable (like command -v)
detailsdetails
9pass FAIL FAIL type -t -> not found
detailsdetails
10pass FAIL FAIL type -p builtin -> file
detailsdetails
11pass pass FAIL type -p builtin -> not found
details
12pass pass pass type -p builtin -> not a file
13pass FAIL FAIL type -P builtin -> file
detailsdetails
14pass pass FAIL type -P builtin -> not found
details
15pass pass pass type -P builtin -> not a file
16pass FAIL FAIL type -P builtin -> not a file but file found
detailsdetails
17pass pass FAIL type -f builtin -> not found
details
18pass FAIL FAIL type -f builtin -> function and file exists
detailsdetails
37 passed, 0 OK, 0 not implemented, 0 BUG, 20 failed, 0 timeouts, 0 cases skipped

Details on runs that didn't PASS

osh_.cc1 bad help topic

[osh_.cc stdout] Expected 'help=1\ngrep=0\n', got 'TODO\nhelp=0\ngrep=0\n'

stdout:
TODO
help=0
grep=0
stderr:
osh_.cc5 type -t -> keyword

[osh_.cc stdout] Expected 'keyword\nkeyword\nkeyword\nkeyword\nkeyword\nkeyword\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.cc6 type -t control flow

[osh_.cc stdout] Expected 'keyword\nkeyword\nkeyword\nkeyword\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.py7 type -t -> file

[osh_.py stdout] Expected 'file\nfile\n', got ''
[osh_.py status] Expected 0, got 1

stdout:
stderr: 
type: 'find' not found
type: 'xargs' not found
osh_.cc7 type -t -> file

[osh_.cc stdout] Expected 'file\nfile\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.py8 type -t doesn't find non-executable (like command -v)

[osh_.py stdout] Expected u'', got "(cmd_value.Argv argv:[touch '/non-executable'] arg_spids:[7 9])\n"

stdout:
(cmd_value.Argv argv:[touch '/non-executable'] arg_spids:[7 9])
stderr:
Unhandled SimpleCommand
type: 'non-executable' not found
osh_.cc8 type -t doesn't find non-executable (like command -v)

[osh_.cc stdout] Expected u'', got "(cmd_value.Argv argv:[touch '/non-executable'] arg_spids:[7 9])\n"
[osh_.cc status] Expected 1, got -6

stdout:
(cmd_value.Argv argv:[touch '/non-executable'] arg_spids:[7 9])
stderr:
Unhandled SimpleCommand
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.py9 type -t -> not found

[osh_.py stdout] Expected 'builtin\nfile\nstatus=1\n', got 'builtin\nstatus=1\n'

stdout:
builtin
status=1
stderr:
type: 'ZZZ' not found
type: 'find' not found
type: '=' not found
osh_.cc9 type -t -> not found

[osh_.cc stdout] Expected 'builtin\nfile\nstatus=1\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.py10 type -p builtin -> file

[osh_.py stdout] Expected '/bin/mv\n/bin/tar\n/bin/grep\n', got ''
[osh_.py status] Expected 0, got 1

stdout:
stderr: 
type: 'mv' not found
type: 'tar' not found
type: 'grep' not found
osh_.cc10 type -p builtin -> file

[osh_.cc stdout] Expected '/bin/mv\n/bin/tar\n/bin/grep\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.cc11 type -p builtin -> not found

[osh_.cc status] Expected 1, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.py13 type -P builtin -> file

[osh_.py stdout] Expected '/bin/mv\n/bin/tar\n/bin/grep\n', got ''
[osh_.py status] Expected 0, got 1

stdout:
stderr: 
type: 'mv' not found
type: 'tar' not found
type: 'grep' not found
osh_.cc13 type -P builtin -> file

[osh_.cc stdout] Expected '/bin/mv\n/bin/tar\n/bin/grep\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.cc14 type -P builtin -> not found

[osh_.cc status] Expected 1, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.py16 type -P builtin -> not a file but file found

[osh_.py stdout] Expected '/bin/mv\n/bin/tar\n/bin/grep\n', got ''

stdout:
stderr: 
osh_.cc16 type -P builtin -> not a file but file found

[osh_.cc stdout] Expected '/bin/mv\n/bin/tar\n/bin/grep\n', got ''

stdout:
stderr: 
osh_.cc17 type -f builtin -> not found

[osh_.cc status] Expected 1, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.
osh_.py18 type -f builtin -> function and file exists

[osh_.py stdout] Expected '/bin/mv is a file\n/bin/tar is a file\n/bin/grep is a file\n', got ''
[osh_.py status] Expected 0, got 1

stdout:
stderr: 
type: 'mv' not found
type: 'tar' not found
type: 'grep' not found
osh_.cc18 type -f builtin -> function and file exists

[osh_.cc stdout] Expected '/bin/mv is a file\n/bin/tar is a file\n/bin/grep is a file\n', got ''
[osh_.cc status] Expected 0, got -6

stdout:
stderr: 
osh_eval.dbg: _build/cpp/consts.cc:622: bool consts::IsControlFlow(Str *): Assertion `0' failed.