spec test index / oilshell.org
| status | osh | osh_ALT | |
| pass | 11 | 10 | |
| FAIL | 0 | 1 | |
| total | 11 | 11 | |
| case | osh | osh_ALT | description |
| 0 | pass | pass | Float Literals with e-1 |
| 1 | pass | pass | Float Literal with _ |
| 2 | pass | pass | Period requires digit on either side, not 5. or .5 |
| 3 | pass | pass | Big float Literals with _ |
| 4 | pass | pass | Big floats like 1e309 and -1e309 go to Inf / -Inf |
| 5 | pass | pass | Tiny floats go to zero |
| 6 | pass | FAIL | floatEquals() INFINITY NAN |
| details | |||
| 7 | pass | pass | pretty print INFINITY, -INFINITY, NAN |
| 8 | pass | pass | can't convert NAN, INFINITY to integer |
| 9 | pass | pass | Regression: 1/3 gives 0.3+ |
| 10 | pass | pass | Number of digits in 1/3 |
21 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped
| osh_ALT | 6 floatEquals() INFINITY NAN [osh_ALT stdout] Expected 'inf\nneg_inf\nnan is not nan\n', got '' [osh_ALT status] Expected 0, got 1 [osh_ALT stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oil.py", line 34, in _cpython_main_hook
sys.exit(oils_for_unix.main(sys.argv))
File "/home/uke/oil/bin/oils_for_unix.py", line 170, in main
return AppBundleMain(argv)
File "/home/uke/oil/bin/oils_for_unix.py", line 140, in AppBundleMain
return shell.Main('osh', arg_r, environ, login_shell, loader, readline)
File "/home/uke/oil/core/shell.py", line 1171, in Main
cmd_flags=cmd_eval.IsMainProgram)
File "/home/uke/oil/core/main_loop.py", line 376, in Batch
return status
File "/home/uke/oil/osh/cmd_eval.py", line 2044, in ExecuteAndCatch
status = e.StatusCode()
File "/home/uke/oil/osh/cmd_eval.py", line 1835, in _Execute
status = self._Dispatch(node, cmd_st)
File "/home/uke/oil/osh/cmd_eval.py", line 1581, in _Dispatch
self._LeafTick()
File "/home/uke/oil/osh/cmd_eval.py", line 840, in _DoSimple
status = self._RunSimpleCommand(cmd_val, cmd_st, run_flags)
File "/home/uke/oil/osh/cmd_eval.py", line 520, in _RunSimpleCommand
run_flags)
File "/home/uke/oil/core/executor.py", line 325, in RunSimpleCommand
return self.RunBuiltin(builtin_id, cmd_val)
File "/home/uke/oil/core/executor.py", line 209, in RunBuiltin
status = builtin_func.Run(cmd_val)
File "/home/uke/oil/builtin/meta_osh.py", line 182, in Run
resolved = path_arg
IndexError: list index out of range
FATAL: couldn't import from app bundle '/home/uke/oil/_tmp/oil-tar-test/oil-0.23.0/_bin/osh' (1)
Stripping the oil.ovm binary may cause this error.
See https://github.com/oilshell/oil/issues/47
|