After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 769004 - css test suite failures in 3.21.4
css test suite failures in 3.21.4
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.21.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-07-20 17:16 UTC by Emilio Pozuelo Monfort
Modified: 2016-07-26 11:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emilio Pozuelo Monfort 2016-07-20 17:16:54 UTC
Commit 519af3 deprecated one color stops. However some test cases use that, which causes warnings that result in test errors:

/build/gtk+3.0-3.21.4/testsuite/reftests/background-image-multiple.ui: 
(lt-gtk-reftest:26732): Gtk-WARNING **: Theme parsing error: background-image-multiple.css:4:54: Using one color stop with linear-gradient() is deprecated.
FAIL

  /build/gtk+3.0-3.21.4/testsuite/reftests/background-size-zero.ui:    
(lt-gtk-reftest:26748): Gtk-WARNING **: Theme parsing error: background-size-zero.css:4:50: Using one color stop with linear-gradient() is deprecated.
FAIL

/build/gtk+3.0-3.21.4/testsuite/reftests/linear-gradient-transition-to-other.ui: 
(lt-gtk-reftest:26791): Gtk-WARNING **: Theme parsing error: linear-gradient-transition-to-other.css:6:58: Using one color stop with linear-gradient() is deprecated.
FAIL

There are other css test suite errors:

  /build/gtk+3.0-3.21.4/testsuite/css/style/colornames.ui:             **
ERROR:/build/gtk+3.0-3.21.4/./testsuite/css/style/test-css-style.c:115:load_ui_file: assertion failed (error == NULL): colornames.css:120:42'rebeccapurple' is not a valid color name (gtk-css-provider-error-quark, 1)
FAIL

  /build/gtk+3.0-3.21.4/testsuite/reftests/animation-direction.ui:     
(lt-gtk-reftest:26677): Gtk-WARNING **: Theme parsing error: animation-direction.css:25:32: Junk at end of value for animation-direction
FAIL

/build/gtk+3.0-3.21.4/testsuite/reftests/animation-fill-mode-iteration-count.ui: 
(lt-gtk-reftest:26716): Gtk-WARNING **: Theme parsing error: animation-fill-mode-iteration-count.css:38:32: Junk at end of value for animation-direction
FAIL

  /build/gtk+3.0-3.21.4/testsuite/reftests/label-sizing.ui:            
(lt-gtk-reftest:26766): Gtk-WARNING **: Theme parsing error: label-sizing.css:2:8: not a number
FAIL
Comment 1 Matthias Clasen 2016-07-25 12:25:21 UTC
There is no particular need to file bugs for test suite failures, unless you want to attach a patch.