spec test index / oilshell.org
91 passed, 7 ok, 0 known unimplemented, 5 known bugs, 1 failed, 0 skipped
| mksh | 4 $OLDPWD stdout: old: / /stderr: |
| dash | 10 cd to nonexistent dir stdout: status=2stderr: _tmp/spec-bin/dash: 1: cd: can't cd to /nonexistent/dir |
| mksh | 10 cd to nonexistent dir stdout: status=2stderr: _tmp/spec-bin/mksh: <stdin>[1]: cd: /nonexistent/dir: No such file or directory |
| dash | 16 Exit builtin with invalid arg stdout: stderr: _tmp/spec-bin/dash: 1: exit: Illegal number: invalid |
| bash | 16 Exit builtin with invalid arg stdout: stderr: _tmp/spec-bin/bash: line 1: exit: invalid: numeric argument required |
| dash | 17 Exit builtin with too many args stdout: stderr: |
| bash | 17 Exit builtin with too many args stdout: status=1stderr: _tmp/spec-bin/bash: line 1: exit: too many arguments |
| mksh | 17 Exit builtin with too many args stdout: stderr: _tmp/spec-bin/mksh: <stdin>[1]: exit: too many arguments |
| dash | 18 time block stdout: stderr: time: cannot run {: No such file or directory
Command exited with non-zero status 127
0.00user 0.00system 0:00.00elapsed ?%CPU (0avgtext+0avgdata 1316maxresident)k
0inputs+0outputs (0major+29minor)pagefaults 0swaps
_tmp/spec-bin/dash: 7: Syntax error: "}" unexpected
|
| dash | 21 Shifting too far stdout: stderr: _tmp/spec-bin/dash: 2: shift: can't shift that many |
| dash | 22 Invalid shift argument stdout: stderr: _tmp/spec-bin/dash: 1: shift: Illegal number: ZZZ |
| mksh | 22 Invalid shift argument stdout: stderr: |
| osh | 25 set umask symbolically [osh stdout] Expected '664\n644\n', got '664\n664\n' [osh stderr] Expected u'', got 'osh warning: *** umask with symbolic input not implemented ***\n' stdout: 664 664stderr: osh warning: *** umask with symbolic input not implemented *** |