Re: [cdesktopenv-devel] Dtksh broken test cases

2020-08-05 Thread Chase via cdesktopenv-devel
I am in no rush, if you'd like to verify first go right ahead, I wont be sending any patches until I get ksh updated. Thank you for your time, -Chase ‐‐‐ Original Message ‐‐‐ On Tuesday, August 4, 2020 6:13 PM, Jon Trulson wrote: > On 8/4/20 8:14 AM, Chase wrote: > >> I think I solved

Re: [cdesktopenv-devel] Dtksh broken test cases

2020-08-04 Thread Jon Trulson
On 8/4/20 8:14 AM, Chase wrote: > I think I solved the mystery, the call command seems to come from a > series of commands known as "exksh", a comment in fsym.c reads "This > function is currently only used to locate a widget class record, as > requested by a DtLoadWidget request.  In the future, i

Re: [cdesktopenv-devel] Dtksh broken test cases

2020-08-04 Thread Chase via cdesktopenv-devel
I think I solved the mystery, the call command seems to come from a series of commands known as "exksh", a comment in fsym.c reads "This function is currently only used to locate a widget class record, as requested by a DtLoadWidget request. In the future, if the exksh commands are ever added ba

Re: [cdesktopenv-devel] Dtksh broken test cases

2020-08-02 Thread Jon Trulson
Hi, forgot to mention, I also tried 'xplot' demo from thie following page - it also works well... http://www.brendangregg.com/dtkshdemos.html For the xplot test, I ran (ubuntu 18.04): vmstat 1 | ~/src/xplot.dtksh -f 11 -hi 100 -t \"user\" -jon On 8/2/20 4:23 PM, Chase via cdesktopenv-devel wr

Re: [cdesktopenv-devel] Dtksh broken test cases

2020-08-02 Thread Jon Trulson
On 8/2/20 4:23 PM, Chase via cdesktopenv-devel wrote: > Hi all, > In my attempt to port in a new ksh, I ran through the test cases with > the current shell to compare to the new one, and 3 of them do not > work, DtWsTest1, PipeTest and XCursorTest1. At least with PipeTest and > XCursorTest1, these