Results for pipeline.test.sh

casedashbashmkshzshoshosh_ALTosh-byterundescription
0pass pass pass pass pass pass pass Brace group in pipeline
1pass pass pass pass pass pass pass For loop starts pipeline
2pass pass pass pass pass pass pass While Loop ends pipeline
3pass pass pass BUG pass pass pass Redirect in Pipeline
details
4pass pass pass pass pass pass pass Pipeline comments
5pass pass pass pass pass pass pass Exit code is last status
6N-I pass pass N-I pass pass pass PIPESTATUS
detailsdetails
7N-I pass N-I pass FAIL FAIL FAIL |&
detailsdetailsdetailsdetailsdetails
8pass pass pass pass pass pass pass ! turns non-zero into zero
9pass pass pass pass pass pass pass ! turns zero into 1
10pass pass pass pass pass pass pass ! in if
11pass pass pass pass pass pass pass ! with ||
12pass pass pass pass pass pass pass ! with { }
13pass pass pass pass pass pass pass ! with ( )
14pass pass pass pass pass pass pass ! is not a command
15pass pass pass BUG pass pass pass Evaluation of argv[0] in pipeline occurs in child
details
16pass pass pass ok pass pass pass last command is run in its own process
details
17N-I pass N-I pass FAIL FAIL FAIL shopt -s lastpipe
detailsdetailsdetailsdetailsdetails
18N-I pass N-I pass FAIL FAIL FAIL shopt -s lastpipe
detailsdetailsdetailsdetailsdetails

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

Details on runs that didn't PASS

zsh3 Redirect in Pipeline

stdout:
1
stderr:
hi
dash6 PIPESTATUS

stdout:
stderr: 
_tmp/spec-bin/dash: 2: Bad substitution
zsh6 PIPESTATUS

stdout:
stderr: 
dash7 |&

stdout:
stderr: 
_tmp/spec-bin/dash: 1: Syntax error: "&" unexpected
mksh7 |&

stdout:
stderr: 
STDERR
close failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
osh7 |&

[osh stdout] Expected u'STDERR\nSTDOUT\n', got ''
[osh status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "bin/osh", line 498, in <module>
    main(sys.argv)
  File "bin/osh", line 476, in main
    sys.exit(AppBundleMain(argv))
  File "bin/osh", line 450, in AppBundleMain
    status = OshMain(argv0, main_argv, login_shell)
  File "bin/osh", line 255, in OshMain
    status = main_loop.Batch(ex, c_parser, arena, nodes_out=nodes_out)
  File "/home/andy/git/oilshell/oil/bin/../core/main_loop.py", line 106, in Batch
    is_control_flow, is_fatal = ex.ExecuteAndCatch(node)
  File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 1209, in ExecuteAndCatch
    status = self._Execute(node, fork_external=fork_external)
  File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 1157, in _Execute
    status, check_errexit = self._Dispatch(node, fork_external)
  File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 732, in _Dispatch
    raise NotImplementedError('|&')
NotImplementedError: |&
osh_ALT7 |&

[osh_ALT stdout] Expected u'STDERR\nSTDOUT\n', got ''
[osh_ALT status] Expected 0, got 1

stdout:
stderr: 
Traceback (most recent call last):
  File "/home/andy/git/oilshell/oil/Python-2.7.13/Lib/runpy.py", line 174, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/home/andy/git/oilshell/oil/Python-2.7.13/Lib/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 498, in <module>
    main(sys.argv)
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 476, in main
    sys.exit(AppBundleMain(argv))
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 450, in AppBundleMain
    status = OshMain(argv0, main_argv, login_shell)
  File "/home/andy/git/oilshell/oil/bin/oil.py", line 255, in OshMain
    status = main_loop.Batch(ex, c_parser, arena, nodes_out=nodes_out)
  File "/home/andy/git/oilshell/oil/core/main_loop.py", line 113, in Batch
    return ex.LastStatus()
  File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1209, in ExecuteAndCatch
    status = self._Execute(node, fork_external=fork_external)
  File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1157, in _Execute
    status, check_errexit = self._Dispatch(node, fork_external)
  File "/home/andy/git/oilshell/oil/core/cmd_exec.py", line 1102, in _Dispatch
    print('sys\t%.3f' % sys_, file=sys.stderr)
NotImplementedError: |&
FATAL: couldn't import from app bundle '_tmp/oil-tar-test/oil-0.6.pre4/_bin/osh' (1)
Stripping the oil.ovm binary may cause this error.
See https://github.com/oilshell/oil/issues/47
osh-byterun7 |&

[osh-byterun stdout] Expected u'STDERR\nSTDOUT\n', got ''
[osh-byterun status] Expected 0, got 1

stdout:
stderr: 
FATAL: |&
zsh15 Evaluation of argv[0] in pipeline occurs in child

stdout:
1
cmd=echo
stderr:
zsh16 last command is run in its own process

stdout:
line=hi
stderr:
dash17 shopt -s lastpipe

stdout:
line=
stderr:
_tmp/spec-bin/dash: 1: shopt: not found
mksh17 shopt -s lastpipe

stdout:
line=
stderr:
_tmp/spec-bin/mksh: <stdin>[1]: shopt: not found
osh17 shopt -s lastpipe

[osh stdout] Expected 'line=hi\n', got 'line=\n'

stdout:
line=
stderr:
usage error: Invalid option 'lastpipe'
osh_ALT17 shopt -s lastpipe

[osh_ALT stdout] Expected 'line=hi\n', got 'line=\n'

stdout:
line=
stderr:
usage error: Invalid option 'lastpipe'
osh-byterun17 shopt -s lastpipe

[osh-byterun stdout] Expected 'line=hi\n', got 'line=\n'

stdout:
line=
stderr:
usage error: Invalid option 'lastpipe'
dash18 shopt -s lastpipe

stdout:
i=0
stderr:
_tmp/spec-bin/dash: 1: shopt: not found
_tmp/spec-bin/dash: 4: i++: not found
_tmp/spec-bin/dash: 4: i++: not found
_tmp/spec-bin/dash: 4: i++: not found
mksh18 shopt -s lastpipe

stdout:
i=0
stderr:
_tmp/spec-bin/mksh: <stdin>[1]: shopt: not found
osh18 shopt -s lastpipe

[osh stdout] Expected 'i=3\n', got 'i=0\n'

stdout:
i=0
stderr:
usage error: Invalid option 'lastpipe'
osh_ALT18 shopt -s lastpipe

[osh_ALT stdout] Expected 'i=3\n', got 'i=0\n'

stdout:
i=0
stderr:
usage error: Invalid option 'lastpipe'
osh-byterun18 shopt -s lastpipe

[osh-byterun stdout] Expected 'i=3\n', got 'i=0\n'

stdout:
i=0
stderr:
usage error: Invalid option 'lastpipe'