spec test index / oilshell.org
70 passed, 0 OK, 0 not implemented, 3 BUG, 1 failed, 0 timeouts, 0 cases skipped 1 failed under osh
bash | 21 complete with nonexistent function stdout: status=0stderr: |
bash | 22 complete with no action stdout: status=0stderr: |
bash | 33 Parse errors for compgen -W and complete -W stdout: status=1 status=0stderr: /home/andy/git/oilshell/oil/_tmp/spec-bin/bash: line 1: ${: bad substitution |
osh | 35 Runtime errors for compgen -F func [osh stdout] Expected 'status=1\n', got 'foo\nbar\nstatus=0\n' stdout: foo bar status=0stderr: COMPREPLY+=( $(( 1 / 0 )) ) # FATAL, but we still have candidates ^ [ stdin ]:3: Divide by zero |