#] #] ********************* #] "$d_Qtest"'QNial test errors.txt' # www.BillHowell.ca 22Jun2022 initial # view this file in a text editor, with [constant width font, tab = 3 spaces], no line-wrap 48************************************************48 24************************24 # Table of Contents, generated with : # $ grep "^#]" "$d_Qtest"'QNial test errors.txt' | sed 's/^#\]/ /' # ********************* "$d_Qtest"'QNial test errors.txt' TstTypePhr errors : ? error : unknown tstTypPhr 24************************24 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] ??Nov2022 08********08 #] '?not an operation' ? in past - mostly due to either setup of test definition, or changes to "$d_Qtest"'QNial test optrs.ndf' 08Nov2022 array tests - problem (as usual) is '?not an operation' ary_to_atmL_testSimple ?.. Optrphr := phrase ( ( first first ( ary_sub_get_idxll Testoptrstr '_test' ) ) take Testoptrstr ) -->[nextv] ?left argument in take must be integers -->[nextv] Testoptrstr ary_to_atmL_testSimple -->[nextv] ary_sub_get_idxll Testoptrstr '_test' ?arySubFindIdx1st3 >> crap, basic ary optr bombed, doesn't give optr name 08********08 #] TstTypePhr errors : ? error : unknown tstTypPhr I modified optr to return same n_cols : tstOptr IS OP tstOptrPhr { LOCAL tstTypPhr resFltL ; resFltL := null ; tstTypPhr := first execute string tstOptrPhr ; IF (= "tstSimple tstTypPhr) THEN resFltL := tstSimple tstOptrPhr ; ELSEIF (= "tstStandard tstTypPhr) THEN resFltL := tstStandard tstOptrPhr ; ELSEIF (= 'Special' (7 takeright (string tstOptrPhr))) THEN resFltL := execute string tstOptrPhr ; ELSE resFltL := o (fault (link '?' (string tstOptrPhr) ' error : unknown tstTypPhr')) 0 1 1 ; ENDIF ; IF (= null resFltL) THEN resFltL ELSE resFltL ENDIF } Example : ary_slice_groupTest start time : 22Jun2022 17h22m40s +--+-------------------------------------------------------+-------+------+-----+ |OK|test (optr) |correct|faults|total| +--+-------------------------------------------------------+-------+------+-----+ | o|?ary_chk_idx_to_slc_testSimpleerror : unknown tstTypPhr| 0| 1| 1| +--+-------------------------------------------------------+-------+------+-----+ | o|ary_chk_idxA_to_slc_testSimple | 11| 4| 27| +--+-------------------------------------------------------+-------+------+-----+ | o|ary_chk_slc_to_idx_testSimple | 0| 24| 24| +--+-------------------------------------------------------+-------+------+-----+ | o|ary_chk_idx_getAllSlc_testSimple | 0| 22| 24| +--+-------------------------------------------------------+-------+------+-----+ | o|ary_chk_itm_getAllSlc_testSimple | 11| 25| 22| +--+-------------------------------------------------------+-------+------+-----+ | o|ary_chk_itm_getAllSlc_to_itm_testSimple | 0| 23| 22| +--+-------------------------------------------------------+-------+------+-----+ | o|ary_shapeChk_sub_getAllSlc_testSimple | 0| 23| 21| +--+-------------------------------------------------------+-------+------+-----+ | o|sub_chk_idx_to_slc_testSimple | 0| 24| 24| +--+-------------------------------------------------------+-------+------+-----+ # enddoc