summaryrefslogtreecommitdiff
path: root/automation
diff options
context:
space:
mode:
authorMartin Thomson <mt@lowentropy.net>2019-06-03 09:48:09 +1000
committerMartin Thomson <mt@lowentropy.net>2019-06-03 09:48:09 +1000
commitaf5b4a54d5bae43d541bc6402f302aa4dadc8a30 (patch)
tree65c36295df677edece02babf565aaafacec5354a /automation
parentb5bc32ce5dea558ae6ed932c474955908dcdbb64 (diff)
downloadnss-hg-af5b4a54d5bae43d541bc6402f302aa4dadc8a30.tar.gz
Bug 1556273 - Scrub __anonymous_enum__ in ABI checks, r=jcj
Summary: This probably isn't ideal, but it should avoid problems with numbering of anonymous enumerations. Reviewers: jcj Tags: #secure-revision Bug #: 1556273 Differential Revision: https://phabricator.services.mozilla.com/D33432
Diffstat (limited to 'automation')
-rwxr-xr-xautomation/taskcluster/scripts/check_abi.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/automation/taskcluster/scripts/check_abi.sh b/automation/taskcluster/scripts/check_abi.sh
index dbc1a476f..caa5ccab2 100755
--- a/automation/taskcluster/scripts/check_abi.sh
+++ b/automation/taskcluster/scripts/check_abi.sh
@@ -103,6 +103,7 @@ abi_diff()
cat ${HGDIR}/nss/automation/abi-check/new-report-temp$SO.txt \
| grep -v "^Functions changes summary:" \
| grep -v "^Variables changes summary:" \
+ | sed -e 's/__anonymous_enum__[0-9]*/__anonymous_enum__/g' \
> ${HGDIR}/nss/automation/abi-check/new-report-$SO.txt
rm -f ${HGDIR}/nss/automation/abi-check/new-report-temp$SO.txt