| case | mksh | bash | osh | description |
| 0 | N-I | pass | FAIL | C-style for loop |
| details | details | |||
| 1 | N-I | pass | FAIL | For loop with and without semicolon |
| details | details |
2 passed, 0 ok, 2 known unimplemented, 0 known bugs, 2 failed, 0 skipped
| mksh | 0 C-style for loop stdout: stderr: /bin/mksh: <stdin>[2]: syntax error: '((' unexpected
|
| osh | 0 C-style for loop [osh stdout] Expected u'1\n2\n3\n4\n5\n', got '' stdout: stderr: Traceback (most recent call last):
File "bin/osh", line 430, in <module>
main(sys.argv)
File "bin/osh", line 417, in main
sys.exit(OilMain(argv))
File "bin/osh", line 400, in OilMain
status = OshMain(main_argv)
File "bin/osh", line 359, in OshMain
status = ex.Execute(node)
File "/home/andy/git/oil/bin/../core/cmd_exec.py", line 1212, in Execute
status = self._Execute(node)
File "/home/andy/git/oil/bin/../core/cmd_exec.py", line 1057, in _Execute
status = self._Execute(child) # last status wins
File "/home/andy/git/oil/bin/../core/cmd_exec.py", line 1128, in _Execute
raise NotImplementedError(node.tag)
NotImplementedError: 15
|
| mksh | 1 For loop with and without semicolon stdout: stderr: /bin/mksh: <stdin>[1]: syntax error: '((' unexpected
|
| osh | 1 For loop with and without semicolon [osh stdout] Expected u'1\n2\n3\n1\n2\n3\n', got '' stdout: stderr: Traceback (most recent call last):
File "bin/osh", line 430, in <module>
main(sys.argv)
File "bin/osh", line 417, in main
sys.exit(OilMain(argv))
File "bin/osh", line 400, in OilMain
status = OshMain(main_argv)
File "bin/osh", line 359, in OshMain
status = ex.Execute(node)
File "/home/andy/git/oil/bin/../core/cmd_exec.py", line 1212, in Execute
status = self._Execute(node)
File "/home/andy/git/oil/bin/../core/cmd_exec.py", line 1057, in _Execute
status = self._Execute(child) # last status wins
File "/home/andy/git/oil/bin/../core/cmd_exec.py", line 1128, in _Execute
raise NotImplementedError(node.tag)
NotImplementedError: 15
|