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 664809 - Add command line option to gtester to allow skipping tests
Add command line option to gtester to allow skipping tests
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-11-25 14:52 UTC by Carlos Garcia Campos
Modified: 2011-11-27 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add command line option to skip tests (5.17 KB, patch)
2011-11-25 14:54 UTC, Carlos Garcia Campos
committed Details | Review

Description Carlos Garcia Campos 2011-11-25 14:52:56 UTC
In WebKit we have a unit test failing in the test bots and we are currently skipping the whole test. It would be great if we could skip only the test case that it's failing instead. A command line option, similar to the current -p=TESTPATH one, but to do the opposite would be enough.
Comment 1 Carlos Garcia Campos 2011-11-25 14:54:22 UTC
Created attachment 202130 [details] [review]
Add command line option to skip tests
Comment 2 Matthias Clasen 2011-11-27 00:08:10 UTC
Review of attachment 202130 [details] [review]:

Looks like a fine idea to me.
Comment 3 Matthias Clasen 2011-11-27 00:09:00 UTC
Review of attachment 202130 [details] [review]:

Looks like a fine idea to me.

Just one thing: please update docs/reference/glib/gtester.xml and document the new option there.
Comment 4 Carlos Garcia Campos 2011-11-27 13:35:36 UTC
Comment on attachment 202130 [details] [review]
Add command line option to skip tests

Added man page docs and pushed to git master