mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-tcltk/tcllib: fix test for tcl-9
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
@@ -89,3 +89,23 @@
|
||||
wsResetHandler
|
||||
wsResetSleep
|
||||
wsExpectHandler $expectNum
|
||||
--- a/modules/hook/hook.test 2026-03-06 16:11:41.444445375 +0100
|
||||
+++ b/modules/hook/hook.test 2026-03-06 16:13:38.776027335 +0100
|
||||
@@ -450,7 +450,7 @@
|
||||
} -cleanup {
|
||||
cleanup
|
||||
} -result [tcltest::byConstraint {
|
||||
- tcl9plus {{{S1 <H1> {} O1} {simulated error} {-code 1 -level 0 -errorstack {INNER {returnImm {simulated error} {}} UP 1 CALL {::hook::call S1 <H1>}} -errorcode NONE}}}
|
||||
+ tcl9plus {{{S1 <H1> {} O1} {simulated error} {-code 1 -level 0 -errorstack {INNER {error {simulated error}} UP 1 CALL {::hook::call S1 <H1>}} -errorcode NONE}}}
|
||||
tcl8.6.10plus {{{S1 <H1> {} O1} {simulated error} {-code 1 -level 0 -errorstack {INNER {error {simulated error}} UP 1 CALL {::hook::call S1 <H1>}} -errorcode NONE}}}
|
||||
tcl8.6not10 {{{S1 <H1> {} O1} {simulated error} {-code 1 -level 0 -errorstack {INNER {error {simulated error}} UP 1 CALL {call S1 <H1>}} -errorcode NONE}}}
|
||||
tcl8.5only {{{S1 <H1> {} O1} {simulated error} {-code 1 -level 0 -errorcode NONE}}}
|
||||
@@ -467,7 +467,7 @@
|
||||
} -cleanup {
|
||||
cleanup
|
||||
} -result [tcltest::byConstraint {
|
||||
- tcl9plus {{{S1 <H1> O1 {}} {S1 <H1> O3 {}}} {{{S1 <H1> {} O2} {simulated error} {-code 1 -level 0 -errorstack {INNER {returnImm {simulated error} {}} UP 1 CALL {::hook::call S1 <H1>}} -errorcode NONE}}}}
|
||||
+ tcl9plus {{{S1 <H1> O1 {}} {S1 <H1> O3 {}}} {{{S1 <H1> {} O2} {simulated error} {-code 1 -level 0 -errorstack {INNER {error {simulated error}} UP 1 CALL {::hook::call S1 <H1>}} -errorcode NONE}}}}
|
||||
tcl8.6.10plus {{{S1 <H1> O1 {}} {S1 <H1> O3 {}}} {{{S1 <H1> {} O2} {simulated error} {-code 1 -level 0 -errorstack {INNER {error {simulated error}} UP 1 CALL {::hook::call S1 <H1>}} -errorcode NONE}}}}
|
||||
tcl8.6not10 {{{S1 <H1> O1 {}} {S1 <H1> O3 {}}} {{{S1 <H1> {} O2} {simulated error} {-code 1 -level 0 -errorstack {INNER {error {simulated error}} UP 1 CALL {call S1 <H1>}} -errorcode NONE}}}}
|
||||
tcl8.5only {{{S1 <H1> O1 {}} {S1 <H1> O3 {}}} {{{S1 <H1> {} O2} {simulated error} {-code 1 -level 0 -errorcode NONE}}}}
|
||||
|
||||
Reference in New Issue
Block a user