Bug 1450839 - Exclude mochitest-errata.ini from test-disable.yml. CLOSED TREE
authorJeff Gilbert <jgilbert@mozilla.com>
Fri, 20 Apr 2018 16:55:25 -0700
changeset 786063 c7d4984f3f662f58340acf29f41c3359cc5e6dac
parent 786062 3a7d5640c5c4738cc7794a39960030957472ac09
child 786115 65f8a6ed6a18d23415eac3c714a3482499f80fbc
push id107387
push userbmo:jgilbert@mozilla.com
push dateSat, 21 Apr 2018 00:40:55 +0000
bugs1450839
milestone61.0a1
Bug 1450839 - Exclude mochitest-errata.ini from test-disable.yml. CLOSED TREE This file is not part of the build. (it's used to generate generated-mochitest.ini) What's tripping up this lint is this line: # [gl:0D6DE000] mozilla::gl::GLContext::raw_fDrawArrays: Generated unexpected GL_INVALID_OPERATION error. (0x0502) This line is picked up as a false-positive, since the too-naive regex (effectively /#.*\[/) interprets this as a skipped test. MozReview-Commit-ID: 2bMIkCH8WK9
tools/lint/test-disable.yml
--- a/tools/lint/test-disable.yml
+++ b/tools/lint/test-disable.yml
@@ -3,14 +3,15 @@ no-comment-disable:
     description: >
       "Use 'disabled=<reason>' to disable a test instead of a
       comment"
     include:
         - "**/*.ini"
     exclude:
         - "**/application.ini"
         - "**/l10n.ini"
+        - dom/canvas/test/webgl-conf/mochitest-errata.ini
         - testing/mozbase/manifestparser/tests
         - testing/web-platform
         - xpcom/tests/unit/data
     extensions: ['ini']
     type: regex
     payload: ^[ \t]*(#|;)[ \t]*\[