Subject: | t/overrides.t fails with gtk3-3.21.1 |
After upgrading gtk3 from 3.20.3 to 3.21.1, the t/overrides.t fails like this:
t/floating-refs.t .............. ok
(overrides.t:2291): Gtk-WARNING **: Theme parsing error: <data>:1:30: Using Pango syntax for the font: style property is deprecated; please use CSS syntax
<data>:1:17not a number at /builddir/build/BUILD/Gtk3-0.026/blib/lib/Gtk3.pm line 958.
# Looks like you planned 212 tests but ran 23.
# Looks like your test exited with 255 just after 23.
t/overrides.t ..................
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 189/212 subtests
If I comment out load_from_data() calls in the t/overrides.t, the test does not terminate prematurely. It looks like newer Gtk does not understand the "GtkButton {font: Cantarelll 10}" CSS text.