spec test index / oilshell.org
168 passed, 0 ok, 15 known unimplemented, 7 known bugs, 4 failed, 0 skipped
| dash | 13 store literal globs in array then expand stdout: stderr: _tmp/spec-bin/dash: 2: Syntax error: "(" unexpected
|
| ash | 13 store literal globs in array then expand stdout: stderr: _tmp/spec-bin/ash: syntax error: unexpected "("
|
| dash | 14 glob inside array stdout: stderr: _tmp/spec-bin/dash: 2: Syntax error: "(" unexpected
|
| ash | 14 glob inside array stdout: stderr: _tmp/spec-bin/ash: syntax error: unexpected "("
|
| mksh | 16 glob with char class expression stdout: _tmp/*.[[:punct:]E]stderr: |
| mksh | 19 : escaped stdout: _tmp/*.[[:punct:]] _tmp/*.[[:punct:]]stderr: |
| bash | 20 Redirect to glob, not evaluated stdout: stderr: cat: '_tmp/*.F': No such file or directory |
| dash | 25 shopt -s nullglob stdout: ['_tmp/spec-tmp/*.nonexistent'] ['_tmp/spec-tmp/*.nonexistent']stderr: _tmp/spec-bin/dash: 2: shopt: not found |
| mksh | 25 shopt -s nullglob stdout: ['_tmp/spec-tmp/*.nonexistent'] ['_tmp/spec-tmp/*.nonexistent']stderr: _tmp/spec-bin/mksh: <stdin>[2]: shopt: not found |
| ash | 25 shopt -s nullglob stdout: ['_tmp/spec-tmp/*.nonexistent'] ['_tmp/spec-tmp/*.nonexistent']stderr: _tmp/spec-bin/ash: shopt: not found |
| dash | 26 shopt -s failglob stdout: ['*.ZZ'] ['*.ZZ'] status=0stderr: _tmp/spec-bin/dash: 2: shopt: not found |
| mksh | 26 shopt -s failglob stdout: ['*.ZZ'] ['*.ZZ'] status=0stderr: _tmp/spec-bin/mksh: <stdin>[2]: shopt: not found |
| ash | 26 shopt -s failglob stdout: ['*.ZZ'] ['*.ZZ'] status=0stderr: _tmp/spec-bin/ash: shopt: not found |
| osh | 26 shopt -s failglob [osh stdout] Expected u"['*.ZZ']\nstatus=1\n", got "['*.ZZ']\n" [osh status] Expected 0, got 1 stdout: ['*.ZZ']stderr: Traceback (most recent call last):
File "bin/osh", line 626, in <module>
main(sys.argv)
File "bin/osh", line 604, in main
sys.exit(AppBundleMain(argv))
File "bin/osh", line 578, in AppBundleMain
status = OshMain(argv0, main_argv, login_shell)
File "bin/osh", line 388, in OshMain
status = ex.ExecuteAndRunExitTrap(node)
File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 1240, in ExecuteAndRunExitTrap
status = self.Execute(node)
File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 1235, in Execute
status, _ = self.ExecuteAndCatch(node, fork_external=fork_external)
File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 1193, in ExecuteAndCatch
status = self._Execute(node, fork_external=fork_external)
File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 1165, in _Execute
status, check_errexit = self._Dispatch(node, fork_external)
File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 898, in _Dispatch
status = self._ExecuteList(node.children)
File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 1186, in _ExecuteList
status = self._Execute(child) # last status wins
File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 1165, in _Execute
status, check_errexit = self._Dispatch(node, fork_external)
File "/home/andy/git/oilshell/oil/bin/../core/cmd_exec.py", line 684, in _Dispatch
argv = self.word_ev.EvalWordSequence(words)
File "/home/andy/git/oilshell/oil/bin/../core/word_eval.py", line 927, in EvalWordSequence
return self._EvalWordSequence(words)
File "/home/andy/git/oilshell/oil/bin/../core/word_eval.py", line 917, in _EvalWordSequence
self._EvalWordFrame(frame, argv)
File "/home/andy/git/oilshell/oil/bin/../core/word_eval.py", line 870, in _EvalWordFrame
results = self.globber.Expand(a)
File "/home/andy/git/oilshell/oil/bin/../core/glob_.py", line 317, in Expand
raise NotImplementedError
NotImplementedError
|
| osh-byterun | 26 shopt -s failglob [osh-byterun stdout] Expected u"['*.ZZ']\nstatus=1\n", got "['*.ZZ']\n" [osh-byterun status] Expected 0, got 1 stdout: ['*.ZZ']stderr: FATAL: |
| dash | 27 Don't glob flags on file system with GLOBIGNORE stdout: hello zzzzzstderr: |
| mksh | 27 Don't glob flags on file system with GLOBIGNORE stdout: hello zzzzzstderr: |
| ash | 27 Don't glob flags on file system with GLOBIGNORE stdout: hello zzzzzstderr: |
| osh | 27 Don't glob flags on file system with GLOBIGNORE [osh stdout] Expected u'-* hello zzzz?\n', got '' [osh status] Expected 0, got 99 stdout: stderr: |
| osh-byterun | 27 Don't glob flags on file system with GLOBIGNORE [osh-byterun stdout] Expected u'-* hello zzzz?\n', got 'hello zzzzz' stdout: hello zzzzzstderr: |
| dash | 28 Splitting/Globbing doesn't happen on local assignment stdout: stderr: _tmp/spec-bin/dash: 2: local: INSTALL.txt: bad variable name |
| dash | 30 Glob of negated unescaped [[] and []] stdout: _[^[z] _[^]z] _[^[z] _[^]z]stderr: |
| mksh | 30 Glob of negated unescaped [[] and []] stdout: _[^[z] _[^]z] _[^[z] _[^]z]stderr: |
| dash | 31 PatSub of unescaped [[] and []] stdout: stderr: _tmp/spec-bin/dash: 2: Bad substitution |
| osh | 31 PatSub of unescaped [[] and []] [osh stdout] Expected '<foo]\n[foo>\n<foo]\n[foo>\n', got '<foo]\n[foo]\n[foo]\n' [osh status] Expected 0, got 1 stdout: <foo] [foo] [foo]stderr: FATAL: Invalid regex syntax (func_regex_first_group_match) |
| osh-byterun | 31 PatSub of unescaped [[] and []] [osh-byterun stdout] Expected '<foo]\n[foo>\n<foo]\n[foo>\n', got '<foo]\n[foo]\n[foo]\n' [osh-byterun status] Expected 0, got 1 stdout: <foo] [foo] [foo]stderr: FATAL: Invalid regex syntax (func_regex_first_group_match) |
| dash | 32 PatSub of negated unescaped [[] and []] stdout: stderr: _tmp/spec-bin/dash: 2: Bad substitution |
| mksh | 32 PatSub of negated unescaped [[] and []] stdout: <foo] [foo> <foo]stderr: |
| osh | 32 PatSub of negated unescaped [[] and []] [osh stdout] Expected '[<<<<\n>>>>]\n[<<<<\n', got '[<<<<\n[foo]\n[foo]\n' stdout: [<<<< [foo] [foo]stderr: |
| osh-byterun | 32 PatSub of negated unescaped [[] and []] [osh-byterun stdout] Expected '[<<<<\n>>>>]\n[<<<<\n', got '[<<<<\n[foo]\n[foo]\n' stdout: [<<<< [foo] [foo]stderr: |