Spec Test Results Summary

name # cases ysh # passed ysh # failed ysh failures allowed ysh ALT delta Elapsed Seconds
TOTAL (67 rows) 834 773 61 44 0 99.21
hay 23 18 5 2 0 2.37
hay-isolation 6 5 1 0 0 0.70
hay-meta 6 0 6 0 0 0.68
ysh-assign 21 19 2 2 0 2.68
ysh-augmented 12 12 0 0 0 1.23
ysh-bin 2 2 0 0 0 0.42
ysh-blocks 18 18 0 0 0 1.83
ysh-bugs 11 9 2 2 0 1.66
ysh-builtin-ctx 8 8 0 0 0 0.83
ysh-builtin-error 17 17 0 0 0 1.67
ysh-builtin-eval 5 4 1 1 0 0.54
ysh-builtin-help 5 5 0 0 0 0.66
ysh-builtin-meta 9 8 1 1 0 0.96
ysh-builtin-module 3 3 0 0 0 0.73
ysh-builtin-process 3 3 0 0 0 0.40
ysh-builtin-shopt 9 8 1 1 0 0.97
ysh-builtins 32 29 3 3 0 3.66
ysh-case 18 18 0 0 0 1.76
ysh-cmd-lang 2 1 1 1 0 0.27
ysh-command-sub 7 7 0 0 0 0.92
ysh-completion 12 6 6 6 0 2.08
ysh-convert 12 12 0 0 0 1.18
ysh-demo 3 3 0 0 0 0.36
ysh-dev 4 2 2 0 0 1.10
ysh-dict 5 5 0 0 0 0.53
ysh-expr 46 46 0 0 0 4.62
ysh-expr-arith 17 16 1 1 0 2.72
ysh-expr-bool 6 6 0 0 0 1.01
ysh-expr-compare 15 14 1 1 0 1.53
ysh-expr-sub 4 4 0 0 0 0.43
ysh-for 16 16 0 0 0 1.70
ysh-func 30 30 0 0 0 3.02
ysh-func-builtin 4 3 1 1 0 0.53
ysh-funcs-external 3 0 3 3 0 0.34
ysh-int-float 8 8 0 0 0 0.84
ysh-interactive 2 2 0 0 0 0.45
ysh-json 56 52 4 1 0 5.91
ysh-keywords 2 2 0 0 0 0.24
ysh-list 7 7 0 0 0 0.76
ysh-methods 32 30 2 2 0 3.28
ysh-multiline 9 9 0 0 0 0.95
ysh-options 40 40 0 0 0 5.58
ysh-options-assign 5 5 0 0 0 0.53
ysh-place 4 3 1 1 0 0.56
ysh-printing 11 11 0 0 0 1.11
ysh-proc 23 23 0 0 0 2.84
ysh-prompt 7 7 0 0 0 1.24
ysh-regex 34 33 1 1 0 3.54
ysh-regex-api 33 33 0 0 0 3.66
ysh-reserved 4 4 0 0 0 0.42
ysh-scope 24 24 0 0 0 2.78
ysh-slice-range 11 9 2 1 0 1.22
ysh-source 3 3 0 0 0 0.36
ysh-special-vars 5 5 0 0 0 0.77
ysh-stdlib 7 7 0 0 0 0.88
ysh-stdlib-2 11 11 0 0 0 1.38
ysh-stdlib-args 9 7 2 1 0 1.53
ysh-stdlib-testing 5 0 5 5 0 0.94
ysh-string 22 22 0 0 0 2.20
ysh-tuple 3 2 1 1 0 0.33
ysh-unicode 7 6 1 1 0 1.08
ysh-usage 3 3 0 0 0 0.95
ysh-user-feedback 8 8 0 0 0 0.98
ysh-var-sub 4 0 4 4 0 0.43
ysh-with-sh 11 11 0 0 0 1.48
ysh-word-eval 11 10 1 1 0 1.19
ysh-xtrace 19 19 0 0 0 2.70
TOTAL (67 rows) 834 773 61 44 0 99.21

Version Information

ysh-version-text () 
{ 
    date-and-git-info;
    for bin in $YSH_LIST;
    do
        echo ---;
        echo "\$ $bin --version";
        $bin --version;
        echo;
    done;
    maybe-show /etc/alpine-release;
    maybe-show /etc/debian_version;
    maybe-show /etc/lsb-release
}
Wed Jul 10 03:31:25 UTC 2024

oil repo: 0f763e77452729d46d6df553d13eee18cb5f446e on branch soil-staging

---
$ /home/uke/oil/bin/ysh --version
Oils 0.22.0		https://www.oilshell.org/

Release Date: -
Arch: x86_64
OS: Linux
Platform: #23~22.04.1-Ubuntu SMP Thu May  9 17:59:24 UTC 2024
Compiler: GCC 8.3.0
Interpreter: CPython
Interpreter version: 2.7.16
Bytecode: -

--- /etc/debian_version ---
10.13