gtk2/testsuite
Emmanuele Bassi 4dd1de4129 Use explicit values for constraint strength
Instead of playing games with mapping negative symbolic values to
positive ones, let's use the appropriate constants everywhere. This
allows us to use:

        GTK_CONSTRAINT_STRENGTH_WEAK * 2

Or

        GTK_CONSTRAINT_STRENGTH_STRONG + 1

In code using the public API.

We also store the strength values as integers, so we can compare them
properly, and only turn them into doubles when they are inserted into
the solver, just like every other variable.
2019-07-01 12:39:24 +01:00
..
a11y testsuite/a11y/about: Fix exp. output per 31066a69 2019-06-14 18:05:06 +01:00
css Update css node results 2019-06-01 03:47:19 +00:00
gdk testsuite: Stop using g_test_bug() 2019-05-12 17:28:18 +02:00
gsk testsuite: Make creating the output dir not racy 2019-06-09 23:17:10 +02:00
gtk Use explicit values for constraint strength 2019-07-01 12:39:24 +01:00
reftests testsuite: Make creating the output dir not racy 2019-06-09 23:17:10 +02:00
tools simplify: Add a testcase for templates 2019-05-31 19:42:18 +00:00
meson.build testsuite: Make reftests work again 2019-03-29 09:56:52 +01:00