Confirmed users
1,759
edits
Line 76: | Line 76: | ||
==== web-platform test manifests ==== | ==== web-platform test manifests ==== | ||
(we haven't talked about these yet) | |||
=== Making a patch === | |||
To actually disable a test, we need to update the manifest file in mozilla-central. Before doing that, create a mercurial patch containing the change, and upload the patch to bugzilla for review. | |||
hg qseries # see what patches are in your queue / what is applied | |||
hg qdiff # see the file changes in the current patch | |||
hg qnew # create a new patch | |||
hg qrefresh # update your patch with local file changes | |||
hg qrefresh -e # edit the commit message associated with your patch | |||
=== Requesting review === | === Requesting review === |