Results for builtins2.test.sh

casedashbashmkshzshoshosh_ALTosh-byterundescription
0ok pass pass pass pass pass FAIL command -v
detailsdetails
1BUG BUG ok pass pass pass FAIL command -v with multiple names
detailsdetailsdetailsdetails
2pass pass pass pass pass pass FAIL command skips function lookup
details
3pass pass pass N-I pass pass FAIL command command seq 3
detailsdetails
4pass pass pass N-I pass pass FAIL command command -v seq
detailsdetails
5N-I ok BUG BUG pass pass FAIL history usage
detailsdetailsdetailsdetailsdetails
6pass pass N-I N-I pass pass FAIL $(command type ls)
detailsdetailsdetails
7N-I pass pass pass pass pass FAIL builtin
detailsdetails
8N-I pass pass pass pass pass pass builtin ls not found
details
9N-I pass pass pass pass pass FAIL builtin no args
detailsdetails
10N-I pass pass pass pass pass FAIL builtin command echo hi
detailsdetails

51 passed, 3 ok, 9 known unimplemented, 4 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:
osh-byterun0 command -v

[osh-byterun stdout] Expected 'echo\n0\nmyfunc\n0\n1\nfor\n0\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
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:
osh-byterun1 command -v with multiple names

[osh-byterun stdout] Expected 'echo\nmyfunc\nfor\nstatus=1\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
osh-byterun2 command skips function lookup

[osh-byterun stdout] Expected '3\n1\n2\n3\n1\n2\n3\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
zsh3 command command seq 3

stdout:
stderr: 
zsh: command not found: command
osh-byterun3 command command seq 3

[osh-byterun stdout] Expected '1\n2\n3\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
zsh4 command command -v seq

stdout:
stderr: 
zsh: command not found: command
osh-byterun4 command command -v seq

[osh-byterun stdout] Expected 'seq\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
dash5 history usage

stdout:
status=127
status=127
status=127
status=127
status=127
stderr:
_tmp/spec-bin/dash: 1: history: not found
_tmp/spec-bin/dash: 3: history: not found
_tmp/spec-bin/dash: 5: history: not found
_tmp/spec-bin/dash: 7: history: not found
_tmp/spec-bin/dash: 9: history: not found
bash5 history usage

stdout:
status=0
status=0
status=2
status=1
status=1
stderr:
_tmp/spec-bin/bash: line 5: history: -5: invalid option
history: usage: history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...]
_tmp/spec-bin/bash: line 7: history: f: numeric argument required
_tmp/spec-bin/bash: line 9: history: too: numeric argument required
mksh5 history usage

stdout:
status=1
status=1
status=1
status=1
status=1
stderr:
_tmp/spec-bin/mksh: fc: history functions not available
_tmp/spec-bin/mksh: <stdin>[3]: fc: history functions not available
_tmp/spec-bin/mksh: <stdin>[5]: fc: history functions not available
_tmp/spec-bin/mksh: <stdin>[7]: fc: history functions not available
_tmp/spec-bin/mksh: <stdin>[9]: fc: history functions not available
zsh5 history usage

stdout:
status=1
status=1
status=1
status=1
status=1
stderr:
fc: no such event: 1
fc: no such event: 5
fc: no such event: 0
fc: event not found: f
fc: event not found: too
osh-byterun5 history usage

[osh-byterun stdout] Expected 'status=0\nstatus=0\nstatus=2\nstatus=2\nstatus=2\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
mksh6 $(command type ls)

stdout:
status=1
stderr:
_tmp/spec-bin/mksh: <stdin>[3]: type: not found
zsh6 $(command type ls)

stdout:
FUNCTION
status=1
stderr:
zsh: command not found: type
osh-byterun6 $(command type ls)

[osh-byterun stdout] Expected 'FUNCTION\nstatus=0\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
dash7 builtin

stdout:
hi
stderr:
_tmp/spec-bin/dash: 3: builtin: not found
osh-byterun7 builtin

[osh-byterun stdout] Expected 'hi\n/\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
dash8 builtin ls not found

stdout:
stderr: 
_tmp/spec-bin/dash: 1: builtin: not found
dash9 builtin no args

stdout:
stderr: 
_tmp/spec-bin/dash: 1: builtin: not found
osh-byterun9 builtin no args

[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend
dash10 builtin command echo hi

stdout:
stderr: 
_tmp/spec-bin/dash: 1: builtin: not found
osh-byterun10 builtin command echo hi

[osh-byterun stdout] Expected 'hi\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/bin/opy_.py", line 10, in <module>
    from frontend import args
ImportError: No module named frontend