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 662024 - tests/css/parser/selector.errors missing from EXTRA_DIST
tests/css/parser/selector.errors missing from EXTRA_DIST
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.2.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-10-17 18:11 UTC by Alexandre Rostovtsev
Modified: 2011-10-21 01:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Distribute tests/css/parser/selector.errors (745 bytes, patch)
2011-10-21 01:52 UTC, Matthias Clasen
committed Details | Review

Description Alexandre Rostovtsev 2011-10-17 18:11:11 UTC
tests/css/parser/selector.errors is missing from EXTRA_DIST in tests/css/parser/Makefile.am, and therefore is missing from release tarballs. As a result, running "make check" from a tarball fails:

make[1]: Entering directory `/var/tmp/portage/x11-libs/gtk+-3.2.1/work/gtk+-3.2.1/tests/css/parser'
TEST: test-css-parser... (pid=17405)
[...]
/var/tmp/portage/x11-libs/gtk+-3.2.1/work/gtk+-3.2.1/tests/css/parser/pseudo-classes-unknown.css: OK
/var/tmp/portage/x11-libs/gtk+-3.2.1/work/gtk+-3.2.1/tests/css/parser/selector.css: FAIL
GTester: last random seed: R02S62e2ab8d76446a19ae648f01e2e7e536
/var/tmp/portage/x11-libs/gtk+-3.2.1/work/gtk+-3.2.1/tests/css/parser/shorthand.css: OK
/var/tmp/portage/x11-libs/gtk+-3.2.1/work/gtk+-3.2.1/tests/css/parser/simple.css: OK
/var/tmp/portage/x11-libs/gtk+-3.2.1/work/gtk+-3.2.1/tests/css/parser/single-slash.css: OK
/var/tmp/portage/x11-libs/gtk+-3.2.1/work/gtk+-3.2.1/tests/css/parser/widget-style-property.css: OK
FAIL: test-css-parser
make[1]: *** [test-cwd] Error 1
Comment 1 Matthias Clasen 2011-10-21 01:52:47 UTC
The following fix has been pushed:
85a6bc8 Distribute tests/css/parser/selector.errors
Comment 2 Matthias Clasen 2011-10-21 01:52:50 UTC
Created attachment 199602 [details] [review]
Distribute tests/css/parser/selector.errors