summaryrefslogtreecommitdiffstats
path: root/tests/interp.test
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1998-10-14 21:12:08 (GMT)
committerrjohnson <rjohnson@noemail.net>1998-10-14 21:12:08 (GMT)
commit1c240b1ae52a7047b8902a4d3ff60450c49a48c8 (patch)
treea0b3e9cad0d6e7ea49f0c24dfd8b5587d0e57887 /tests/interp.test
parent5cf2a5e2686f6f6f70011eea4071d570af442331 (diff)
downloadtcl-1c240b1ae52a7047b8902a4d3ff60450c49a48c8.zip
tcl-1c240b1ae52a7047b8902a4d3ff60450c49a48c8.tar.gz
tcl-1c240b1ae52a7047b8902a4d3ff60450c49a48c8.tar.bz2
Added fix to list processing in tclNotify that could cause events to be dropped.
Added test to intetp test suite. FossilOrigin-Name: 38ee7119c7b9311c45d5dce6bd192a79c6af6a7c
Diffstat (limited to 'tests/interp.test')
-rw-r--r--tests/interp.test10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/interp.test b/tests/interp.test
index a4086a2..715154c 100644
--- a/tests/interp.test
+++ b/tests/interp.test
@@ -5,11 +5,12 @@
# generates output for errors. No output means no errors were found.
#
# Copyright (c) 1995-1996 Sun Microsystems, Inc.
+# Copyright (c) 1998 by Scriptics Corporation.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: interp.test,v 1.3 1998/09/14 18:40:10 stanton Exp $
+# RCS: @(#) $Id: interp.test,v 1.4 1998/10/14 21:12:09 rjohnson Exp $
if {[string compare test [info procs test]] == 1} then {source defs}
@@ -2250,8 +2251,15 @@ test interp-29.2 {recursion limit inheritance} {
#test interp-29.1 {interp and stack (info level)} {
#} {}
+# End of stack-recursion tests
}
+# This test dumps core in Tcl 8.0.3!
+#test interp-30.1 {deletion of aliases inside namespaces} {
+# set i [interp create]
+# $i alias ns::cmd list
+# $i alias ns::cmd {}
+#} {}
foreach i [interp slaves] {
interp delete $i