Index: tools/rebaseline.py |
=================================================================== |
--- tools/rebaseline.py (revision 12043) |
+++ tools/rebaseline.py (working copy) |
@@ -281,7 +281,7 @@ |
# because we don't want to add annotation fields (such as |
# JSONKEY_EXPECTEDRESULTS_BUGS) except for tests whose expectations we |
# are actually modifying. |
- sections = [gm_json.JSONKEY_ACTUALRESULTS_FAILED] |
+ sections = [gm_json.JSONKEY_ACTUALRESULTS_FAILUREIGNORED] |
if self._add_new: |
sections.append(gm_json.JSONKEY_ACTUALRESULTS_NOCOMPARISON) |
if self._add_ignored: |