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 | Pound char literal (is an integer TODO: could be ord()) | 
| 1 | pass | pass | The literal #''' isn't accepted (use \' instead) | 
| 2 | pass | pass | Float Literals with e-1 | 
| 3 | pass | pass | Float Literal with _ | 
| 4 | pass | pass | Period requires digit on either side, not 5. or .5 | 
| 5 | pass | pass | Big float Literals with _ | 
| 6 | pass | pass | Big floats like 1e309 and -1e309 go to Inf / -Inf | 
| 7 | pass | pass | Tiny floats go to zero | 
| 8 | pass | FAIL | floatEquals() INFINITY NAN | 
| details | |||
| 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 | 8 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 1138, in Main
    cmd_flags=cmd_eval.IsMainProgram)
  File "/home/uke/oil/core/main_loop.py", line 375, in Batch
    return status
  File "/home/uke/oil/osh/cmd_eval.py", line 1953, in ExecuteAndCatch
    raise  # 'eval break' and 'source return.sh', etc.
  File "/home/uke/oil/osh/cmd_eval.py", line 1825, in _Execute
    errexit_loc = process_sub_st.locs[i]
  File "/home/uke/oil/osh/cmd_eval.py", line 1536, in _Dispatch
    status = self._DoExpandedAlias(node)
  File "/home/uke/oil/osh/cmd_eval.py", line 827, in _DoSimple
    status = self._RunSimpleCommand(cmd_val, cmd_st, run_flags)
  File "/home/uke/oil/osh/cmd_eval.py", line 518, in _RunSimpleCommand
    run_flags)
  File "/home/uke/oil/core/executor.py", line 327, in RunSimpleCommand
    return self.RunBuiltin(builtin_id, cmd_val)
  File "/home/uke/oil/core/executor.py", line 211, in RunBuiltin
    status = builtin_func.Run(cmd_val)
  File "/home/uke/oil/builtin/meta_osh.py", line 158, 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.22.0/_bin/osh' (1)
Stripping the oil.ovm binary may cause this error.
See https://github.com/oilshell/oil/issues/47
 |