1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00
cde/src/cmd/ksh93/tests
Martijn Dekker 7b8e7fbb49 Error on defining disc for undeclared type member (re: 87088361)
$ typeset -T _bad_disc_t=(typeset dummy; function foo.get { :; })
  Abort

One of the abort() calls that replaced a debug message in the
referenced commit was triggered when trying to define a discipline
function for a nonexistent type member inside a 'typeset -T' type
definition.

src/cmd/ksh93/sh/nvtype.c: std_disc():
- Issue a proper error message for that condition.
2022-06-08 01:12:23 +01:00
..
_common tests/leaks.sh: redesign with a more robust testing algorithm 2021-12-28 17:47:29 +00:00
alias.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
append.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
arith.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
arrays.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
arrays2.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
attributes.sh Honour attribs for assignments preceding sp. builtins, POSIX functs 2022-06-03 23:28:28 +01:00
basic.sh Add --functrace shell option (re: 2a835a2d) 2022-06-04 17:27:27 +01:00
bracket.sh Fix another test/[ corner case bug; add --posix test script 2022-03-11 21:23:45 +01:00
builtins.sh Fix 'cd -e' regress fails on some UNIXen (re: e6989853, b398f33c) 2022-05-22 12:49:42 +01:00
case.sh Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
comvar.sh Another round of accumulated minor fixes and cleanups 2022-03-11 21:20:32 +01:00
comvario.sh Another round of accumulated minor fixes and cleanups 2022-03-11 21:20:32 +01:00
coprocess.sh tests/coprocess.sh: activate known intermittent fail as warning 2022-06-04 11:53:46 +01:00
cubetype.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
enum.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
exit.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
expand.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
functions.sh Honour attribs for assignments preceding sp. builtins, POSIX functs 2022-06-03 23:28:28 +01:00
glob.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
grep.sh Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
heredoc.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
io.sh Another round of accumulated minor fixes and cleanups 2022-03-11 21:20:32 +01:00
jobs.sh ...and now make it work with shcomp (re: aed5c6d7) 2021-03-13 19:27:15 +00:00
leaks.sh libast: optget(3): Fix memory leak in --help/--man info 2022-03-11 21:24:08 +01:00
locale.sh fix radix point regress test bug (re: a0effeb0) 2022-06-05 17:53:53 +01:00
math.sh Fix xtrace (shtests -x) for the regression tests 2021-05-14 19:56:11 +02:00
nameref.sh Yet more misc. cleanups; rm SHOPT_PFSH, SHOPT_TYPEDEF 2022-02-10 21:04:56 +00:00
namespace.sh Correctly exit from namespace on error (re: f73b8617) 2022-06-02 03:28:41 +01:00
options.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
path.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
pointtype.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
posix.sh set --default: properly restore ksh IFS behaviour (re: 9e2a8c69) 2022-05-28 00:13:46 +01:00
pty.sh Fix completion following $'foo\'bar' 2022-06-06 03:13:13 +01:00
quoting.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
quoting2.sh Fix line continuation within command substitutions 2022-05-22 00:23:54 +01:00
readcsv.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
readonly.sh Adjust readonly regression tests for freezes (#267) 2021-04-11 19:57:40 +01:00
recttype.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
restricted.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
return.sh Fix crash in xtrace while processing here-document (re: d7cada7b) 2021-12-27 04:02:25 +00:00
select.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
sh_match.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
shtests Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
sigchld.sh tests/sigchild.sh: try to fix intermittent fail (re: dc80f40d) 2022-02-17 19:37:41 +00:00
signal.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
statics.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
subshell.sh Fix a few minor issues (#473) 2022-03-11 21:18:42 +01:00
substring.sh Backport ksh93v- regression tests and fix various regression test bugs (#472) 2022-03-11 21:15:55 +01:00
tilde.sh Update copyright years in files changed since 1st Jan 2022 2022-01-30 20:49:04 +00:00
timetype.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
treemove.sh Fix multiple bugs in .sh.match (#455) 2022-02-10 21:04:23 +00:00
types.sh Error on defining disc for undeclared type member (re: 87088361) 2022-06-08 01:12:23 +01:00
variables.sh Fix crash on setting attribute to variable with getn discipline 2022-06-07 19:20:43 +01:00
vartree1.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00
vartree2.sh Add ksh 93u+m contributors notice to 964 copyright headers 2021-04-26 00:19:31 +01:00