diff options
author | fvogel <fvogelnew1@free.fr> | 2022-10-02 20:54:53 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-10-02 20:54:53 (GMT) |
commit | fac20a34f64505188060e147b12ccb661cc9ca41 (patch) | |
tree | 323f78da2957792f0826523e31f4753a67b476ab | |
parent | 334520dd9bcd584d6b11f698a2daf9a1972977c4 (diff) | |
download | tk-fac20a34f64505188060e147b12ccb661cc9ca41.zip tk-fac20a34f64505188060e147b12ccb661cc9ca41.tar.gz tk-fac20a34f64505188060e147b12ccb661cc9ca41.tar.bz2 |
Temporarily restore previously existing constraints on unixEmbed-10.1 and unixEmbed-10.2, so that the branch can be merged.
-rw-r--r-- | tests/unixEmbed.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index 669ef40..80ea671 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -1242,7 +1242,7 @@ test unixEmbed-9.2a {EmbedWindowDeleted procedure, check embeddedPtr} -constrain test unixEmbed-10.1 {geometry propagation in tkUnixWm.c/UpdateGeometryInfo} -constraints { - unix + unix failsOnUbuntu failsOnXQuarz } -setup { deleteWindows } -body { @@ -1257,7 +1257,7 @@ test unixEmbed-10.1 {geometry propagation in tkUnixWm.c/UpdateGeometryInfo} -con deleteWindows } -result {150x80+0+0} test unixEmbed-10.2 {geometry propagation in tkUnixWm.c/UpdateGeometryInfo} -constraints { - unix + unix failsOnUbuntu failsOnXQuarz } -setup { deleteWindows } -body { |