gtk2/testsuite
Alexander Larsson 5059854a2e reftest: Clean up reftest_inhibit_snapshot()
This was done in a weird way where we always call reftest_uninhibit_snapshot()
on paint, and then re-inhibited it if it wasn't inhibited. To make this
work it also started with an extra inhibit.

This is very contorted and based on how this historically worked. This
changes it to just do:

  if (inhibit_count > 0)
    return;

And keep inhibit_count at its initial zero value unless it is actually
inhibited.
2020-06-04 15:45:29 +02:00
..
a11y tetsuite/a11y: Pass common_cflags to build 2020-05-19 08:32:33 +02:00
css testsuite: Remove window decoration nodes from reference results 2020-05-20 17:06:54 +02:00
gdk tests: Centralize our test setup a bit 2020-05-15 14:11:53 -04:00
gsk compare-render: Fix some memory leaks 2020-05-24 17:14:18 +02:00
gtk Add GtkMultiSelection 2020-06-03 13:32:57 -04:00
performance tests: Allow setting a subdir for output 2020-05-15 14:11:53 -04:00
reftests reftest: Clean up reftest_inhibit_snapshot() 2020-06-04 15:45:29 +02:00
tools tests: Centralize our test setup a bit 2020-05-15 14:11:53 -04:00
meson.build testsuite: Remove GDK_DEBUG=misc 2020-05-18 16:38:11 -04:00