diff options
author | fvogel <fvogelnew1@free.fr> | 2022-10-02 21:01:59 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-10-02 21:01:59 (GMT) |
commit | 65aca680324e7b415909f2e6e003862bdf641f05 (patch) | |
tree | 6c633b0d67f9eca9f97a1fd5e89e9cff8e42c85c /tests/unixEmbed.test | |
parent | fac20a34f64505188060e147b12ccb661cc9ca41 (diff) | |
download | tk-65aca680324e7b415909f2e6e003862bdf641f05.zip tk-65aca680324e7b415909f2e6e003862bdf641f05.tar.gz tk-65aca680324e7b415909f2e6e003862bdf641f05.tar.bz2 |
Backout previous commit, i.e. remove again constraints on unixEmbed-10.1 and unixEmbed-10.2, so that these tests can run at Github Actions even if they are failing sometimes.
Diffstat (limited to 'tests/unixEmbed.test')
-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 80ea671..669ef40 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 failsOnUbuntu failsOnXQuarz + unix } -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 failsOnUbuntu failsOnXQuarz + unix } -setup { deleteWindows } -body { |