diff options
author | apnadkarni <apnmbx-wits@yahoo.com> | 2023-03-10 15:29:36 (GMT) |
---|---|---|
committer | apnadkarni <apnmbx-wits@yahoo.com> | 2023-03-10 15:29:36 (GMT) |
commit | 93160df498eb629935da979414226551ea78d735 (patch) | |
tree | 4dc8db6dbd52fc056e7542cafc1ecf399ed5a3fd /tests/http.test | |
parent | e9b9864f5680ac7c8b219468d057238c4172f825 (diff) | |
parent | 494b4c8127e703f7b20f85dbb342921e36a8b557 (diff) | |
download | tcl-93160df498eb629935da979414226551ea78d735.zip tcl-93160df498eb629935da979414226551ea78d735.tar.gz tcl-93160df498eb629935da979414226551ea78d735.tar.bz2 |
Merged 9.0. Note knownProfileBug constraint which mark questionable tests to be resolved later.
Diffstat (limited to 'tests/http.test')
-rw-r--r-- | tests/http.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/http.test b/tests/http.test index 3c2f4d8..765efa6 100644 --- a/tests/http.test +++ b/tests/http.test @@ -712,6 +712,8 @@ test http-7.3.$ThreadLevel {http::formatQuery} -setup { } -result {unknown encoding ""} test http-7.4.$ThreadLevel {http::formatQuery} -setup { set enc [http::config -urlencoding] +} -constraints { + knownProfileBug } -body { # this would be reverting to http <=2.4 behavior w/o errors # with Tcl 8.x (unknown chars become '?'), generating a |