GNOME Bugzilla – Bug 664809
Add command line option to gtester to allow skipping tests
Last modified: 2011-11-27 13:35:48 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.
Created attachment 202130 [details] [review] Add command line option to skip tests
Review of attachment 202130 [details] [review]: Looks like a fine idea to me.
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 on attachment 202130 [details] [review] Add command line option to skip tests Added man page docs and pushed to git master