spec test index / oilshell.org
| status | ysh | |
| FAIL | 5 | |
| total | 5 | |
| case | ysh | description |
| 0 | FAIL | value.Expr test - positional test |
| details | ||
| 1 | FAIL | value.Expr test - named test |
| details | ||
| 2 | FAIL | assert builtin |
| details | ||
| 3 | FAIL | ysh --tool test file |
| details | ||
| 4 | FAIL | Describe Prototype |
| details |
0 passed, 0 OK, 0 not implemented, 0 BUG, 5 failed, 0 timeouts, 0 cases skipped 5 failed under osh
| ysh | 0 value.Expr test - positional test [ysh stdout] Expected '', got 'TODO\nparens\nexpr\n(Int) 43\n\nbrackets\nexpr\n(Expr) <Expr 0x7f44acc68e60>\n\nexpr in parens\nexpr\n(Expr) <Expr 0x7f44acc772d8>\n\n' stdout: TODO parens expr (Int) 43 brackets expr (Expr) <Expr 0x7f44acc68e60> expr in parens expr (Expr) <Expr 0x7f44acc772d8>stderr: |
| ysh | 1 value.Expr test - named test [ysh stdout] Expected '', got 'TODO\nparens\nn\n(Int) 43\n\nbrackets\nn\n(Expr) <Expr 0x7ff980643e60>\n\nexpr in parens\nn\n(Expr) <Expr 0x7ff9806522d8>\n\nno value\nn\n(Expr) <Expr 0x7ff980604488>\n\n' stdout: TODO parens n (Int) 43 brackets n (Expr) <Expr 0x7ff980643e60> expr in parens n (Expr) <Expr 0x7ff9806522d8> no value n (Expr) <Expr 0x7ff980604488>stderr: |
| ysh | 2 assert builtin [ysh stdout] Expected '', got 'TODO\nhi from assert\n(Expr) <Expr 0x7f003022ae18>\n\nvalue\n(Bool) true\n(Bool) true\n(Str) "default fail message"\nOK\nhi from assert\n(Expr) <Expr 0x7f003022afc8>\n\nvalue\n(Bool) false\n(Bool) false\n(Str) "default fail message"\n' [ysh status] Expected 0, got 3 stdout: TODO hi from assert (Expr) <Expr 0x7f003022ae18> value (Bool) true (Bool) true (Str) "default fail message" OK hi from assert (Expr) <Expr 0x7f003022afc8> value (Bool) false (Bool) false (Str) "default fail message"stderr: var m = evalExpr(fail_message)
^~~~~~~~~~~~
stdlib/testing.ysh:39: fatal: Arg 1 should be a Expr, got Str
|
| ysh | 3 ysh --tool test file [ysh status] Expected 0, got 1 [ysh stderr] Found 'Traceback (most recent' stdout: stderr: Traceback (most recent call last):
File "/home/uke/oil/bin/oils_for_unix.py", line 198, in <module>
sys.exit(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 137, in AppBundleMain
return shell.Main('ysh', arg_r, environ, login_shell, loader, readline)
File "/home/uke/oil/core/shell.py", line 1104, in Main
raise AssertionError('TODO')
AssertionError: TODO
$SH --tool test mytest.ysh
^~~
[ stdin ]:7: errexit PID 37379: command.Simple failed with status 1
|
| ysh | 4 Describe Prototype [ysh stdout] Expected 'TODO\n', got 'TODO\ndescribe\n' stdout: TODO describestderr: |