On 10/08/2014 03:27 AM, David Korn wrote:
We are hoping to get an official release for ksh93v by the end of this
year.  Please let us know of any problems you have.


Most of the problems I've reported recently are still present.

http://lists.research.att.com/pipermail/ast-developers/2014q3/003945.html

Still present:
test48 (memory leak),
test57 (broken command substitution with std{out,err} is closed)
test75 (wrong return code after pipe in `` )
still can't build itself - crashes when executing iffe

Fixed:
test54 (pipe buffer)
test71 (unsetting running function)

New:
regression test that counts number of running processes started to fail
OUT="`ps -ef|grep ${BNAME} | grep -v grep |wc -l`"
echo $OUT
prints 2 instead of 1 now

shtests fails:
test comvar begins at 2014-10-15+16:53:15
        comvar.sh[683]: got {
        "this": "that",
        "x": 5,
} expected {
        "this": "that",
        "x": 5
}
        comvar.sh[687]: got {
        "foo": "bar",
        "x": {
                "lef": "one",
                "right": "2"
        },
        "z": 5,
} expected {
        "foo": "bar",
        "x": {
                "lef": "one",
                "right": "2"
        },
        "z": 5
}
test comvar failed at 2014-10-15+16:53:15 with exit code 2 [ 91 tests 2 errors ]

test namespace(shcomp) begins at 2014-10-15+16:55:32
/tmp/tmp7IslwHH.2SL/shcomp-namespace.ksh[127]: .a.b.x_t: not found [No such file or directory] /tmp/tmp7IslwHH.2SL/shcomp-namespace.ksh[128]: var.pi: not found [No such file or directory]
discipline functions for types in namespace not working
/tmp/tmp7IslwHH.2SL/shcomp-namespace.ksh[138]: .com.foo.test1.y_t: not found [No such file or directory] /tmp/tmp7IslwHH.2SL/shcomp-namespace.ksh[139]: v.x.pr: not found [No such file or directory] shcomp-namespace.ksh[139]: _.__ not working with nested types in a namespace test namespace(shcomp) failed at 2014-10-15+16:55:32 with exit code 1 [ 26 tests 1 error ]


test treemove(shcomp) begins at 2014-10-15+17:02:20
/home/mhlavink/gitf/kshbeta/ksh-20140929/arch/linux.i386-64/bin/ksh: line 2: syntax error at line 6: `function' unexpected [78]: typeset -C c=(objstack_t ost=(typeset -l -i st_n=1;st[0]=(obj=(typeset -l -i val=5)))) is not idempotent test treemove(shcomp) failed at 2014-10-15+17:02:20 with exit code 1 [ 22 tests 1 error ]



_______________________________________________
ast-developers mailing list
ast-developers@lists.research.att.com
http://lists.research.att.com/mailman/listinfo/ast-developers

Reply via email to