[gtk: 87/88] reftests: Remove window-show-contents-on-map.ui test




commit 074b933ae4e866d092edd734fd43524e39033b5e
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Tue Dec 8 14:22:59 2020 +0100

    reftests: Remove window-show-contents-on-map.ui test
    
    It tested that a widget shown after the window was mapped deals with
    window resizing appropriately when doing the follow-up allocation. Now,
    doing this only allocates both at the same time, as allocation happens
    during the frame dispatch.
    
    To do the equivalent now, one would have to write code that shows the
    label after the first frame was drawn, and that's not possible via a
    reftest, so lets remove it.

 testsuite/reftests/meson.build                        |  2 --
 testsuite/reftests/window-show-contents-on-map.ref.ui | 16 ----------------
 testsuite/reftests/window-show-contents-on-map.ui     | 15 ---------------
 3 files changed, 33 deletions(-)
---
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
index 8df36fab93..a50b8f84df 100644
--- a/testsuite/reftests/meson.build
+++ b/testsuite/reftests/meson.build
@@ -439,8 +439,6 @@ testdata = [
   'window-default-size.ui',
   'window-height-for-width.ref.ui',
   'window-height-for-width.ui',
-  'window-show-contents-on-map.ref.ui',
-  'window-show-contents-on-map.ui',
 ]
 
 # These need to be fixed but the issue hasn't been tracked down.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]