Bug 1334476 - add BUG_COMPONENT to dom/canvas/* files. r=milan

MozReview-Commit-ID: 1ySit4Kh3Yh
This commit is contained in:
Joel Maher 2017-02-02 06:33:47 -05:00
Родитель ed68a27b76
Коммит 49c98716b8
2 изменённых файлов: 30 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,12 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Canvas: 2D')
with Files('*WebGL*'):
BUG_COMPONENT = ('Core', 'Canvas: WebGL')
UNIFIED_SOURCES += [
'TestImageBitmapColorUtils.cpp',
'TestWebGLElementArrayCache.cpp',

Просмотреть файл

@ -4,6 +4,30 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Canvas: 2D')
with Files('TexUnpackBlob.cpp'):
BUG_COMPONENT = ('Core', 'Canvas: WebGL')
with Files('WebGL*'):
BUG_COMPONENT = ('Core', 'Canvas: WebGL')
with Files('test/webgl-conf/**'):
BUG_COMPONENT = ('Core', 'Canvas: WebGL')
with Files('test/webgl-mochitest/**'):
BUG_COMPONENT = ('Core', 'Canvas: WebGL')
with Files('test/reftest/webgl*'):
BUG_COMPONENT = ('Core', 'Canvas: WebGL')
with Files('test/chrome/*webgl*'):
BUG_COMPONENT = ('Core', 'Canvas: WebGL')
with Files('test/crossorigin/*webgl*'):
BUG_COMPONENT = ('Core', 'Canvas: WebGL')
TEST_DIRS += [
'gtest'
]