99
edits
(page for flags and whiteboard strings and the whys and wherefores) |
(add info on in-testsuite) |
||
Line 1: | Line 1: | ||
Mozilla is using strings in the Whiteboard 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. | Mozilla is using strings in the Whiteboard 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. | ||
=== in-testsuite === | |||
The "<code>in-testsuite+</code>" flag means that a bug has a test and the test is in an automated test suite. The "<code>in-testsuite?</code>" 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 "<code>in-testsuite-</code>" flag means that a test needs to be written for the bug. | |||
<i>If this explanation is not correct, please edit and/or discuss in mozilla.dev.quality newsgroup.</i> |
edits