summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-08 12:36:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-08 12:36:30 (GMT)
commit2fa701714b98ad5633aef5b36015c2b8ab29f4c5 (patch)
tree37f2487d31df2c4e952e7a0e087949401d129681 /tests
parent215e30214c1e15cd3f95ffa816b4c91fb83ddb37 (diff)
parentdc3f6d563581732f92fee45770fc0df934a6030a (diff)
downloadtcl-2fa701714b98ad5633aef5b36015c2b8ab29f4c5.zip
tcl-2fa701714b98ad5633aef5b36015c2b8ab29f4c5.tar.gz
tcl-2fa701714b98ad5633aef5b36015c2b8ab29f4c5.tar.bz2
Merge trunk
Diffstat (limited to 'tests')
-rw-r--r--tests/http11.test2
-rw-r--r--tests/httpPipeline.test2
-rw-r--r--tests/httpTest.tcl2
-rw-r--r--tests/httpTestScript.tcl2
-rw-r--r--tests/httpd11.tcl2
-rw-r--r--tests/namespace.test18
6 files changed, 23 insertions, 5 deletions
diff --git a/tests/http11.test b/tests/http11.test
index f243e56..4f6fb92 100644
--- a/tests/http11.test
+++ b/tests/http11.test
@@ -2,7 +2,7 @@
#
# Test HTTP/1.1 features.
#
-# Copyright (C) 2009 Pat Thoyts <patthoyts@users.sourceforge.net>
+# Copyright © 2009 Pat Thoyts <patthoyts@users.sourceforge.net>
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/tests/httpPipeline.test b/tests/httpPipeline.test
index 4306149..4e55a10 100644
--- a/tests/httpPipeline.test
+++ b/tests/httpPipeline.test
@@ -3,7 +3,7 @@
# Test HTTP/1.1 concurrent requests including
# queueing, pipelining and retries.
#
-# Copyright (C) 2018 Keith Nash <kjnash@users.sourceforge.net>
+# Copyright © 2018 Keith Nash <kjnash@users.sourceforge.net>
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/tests/httpTest.tcl b/tests/httpTest.tcl
index 8a96d95..1dc6772 100644
--- a/tests/httpTest.tcl
+++ b/tests/httpTest.tcl
@@ -3,7 +3,7 @@
# Test HTTP/1.1 concurrent requests including
# queueing, pipelining and retries.
#
-# Copyright (C) 2018 Keith Nash <kjnash@users.sourceforge.net>
+# Copyright © 2018 Keith Nash <kjnash@users.sourceforge.net>
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/tests/httpTestScript.tcl b/tests/httpTestScript.tcl
index a40449a..5437bf6 100644
--- a/tests/httpTestScript.tcl
+++ b/tests/httpTestScript.tcl
@@ -3,7 +3,7 @@
# Test HTTP/1.1 concurrent requests including
# queueing, pipelining and retries.
#
-# Copyright (C) 2018 Keith Nash <kjnash@users.sourceforge.net>
+# Copyright © 2018 Keith Nash <kjnash@users.sourceforge.net>
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/tests/httpd11.tcl b/tests/httpd11.tcl
index c7dde43..d0624f8 100644
--- a/tests/httpd11.tcl
+++ b/tests/httpd11.tcl
@@ -3,7 +3,7 @@
# A simple httpd for testing HTTP/1.1 client features.
# Not suitable for use on a internet connected port.
#
-# Copyright (C) 2009 Pat Thoyts <patthoyts@users.sourceforge.net>
+# Copyright © 2009 Pat Thoyts <patthoyts@users.sourceforge.net>
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
diff --git a/tests/namespace.test b/tests/namespace.test
index 2d0c20f..ae233cb 100644
--- a/tests/namespace.test
+++ b/tests/namespace.test
@@ -1920,6 +1920,24 @@ test namespace-42.10 {
unset -nocomplain lst
} -returnCodes error -match glob -result {invalid command name *three*}
+
+test namespace-42.11 {
+ ensembles: prefix matching segmentation fault
+
+ issue ccc448a6bfd59cbd
+} -body {
+ namespace eval n1 {
+ namespace ensemble create
+ namespace export *
+ proc p1 args {error success}
+ }
+ # segmentation fault only occurs in the non-byte-compiled path, so avoid
+ # byte compilation
+ set cmd {namespace eva n1 {[namespace parent]::n1 p1}}
+ {*}$cmd
+} -returnCodes error -result success
+
+
test namespace-43.1 {ensembles: dict-driven} {
namespace eval ns {
namespace export x*