BMO:MozillaFlagsAndSuch: Difference between revisions
Jump to navigation
Jump to search
(add info on in-testsuite) |
No edit summary |
||
Line 1: | Line 1: | ||
Mozilla is using | Mozilla is using the Whiteboard field, the Keywords field, and Flags to mark bugs for different reasons. Here we will try to capture the meaning and logic of some of these flags and string. | ||
== Flags == | |||
=== in-testsuite === | === in-testsuite === | ||
Line 6: | Line 7: | ||
<i>If this explanation is not correct, please edit and/or discuss in mozilla.dev.quality newsgroup.</i> | <i>If this explanation is not correct, please edit and/or discuss in mozilla.dev.quality newsgroup.</i> | ||
== Keywords == | |||
See https://bugzilla.mozilla.org/describekeywords.cgi |
Revision as of 21:33, 6 March 2007
Mozilla is using the Whiteboard field, the Keywords field, and Flags to mark bugs for different reasons. Here we will try to capture the meaning and logic of some of these flags and string.
Flags
in-testsuite
The "in-testsuite+
" flag means that a bug has a test and the test is in an automated test suite. The "in-testsuite?
" flag means that a bug may have a test associated with it but that it needs to be evaluated for either correctness or for integration with the automated harnesses. The "in-testsuite-
" flag means that a test needs to be written for the bug.
If this explanation is not correct, please edit and/or discuss in mozilla.dev.quality newsgroup.