зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1334476 - add BUG_COMPONENT to dom/canvas/* files. r=milan
MozReview-Commit-ID: 1ySit4Kh3Yh
This commit is contained in:
Родитель
ed68a27b76
Коммит
49c98716b8
|
@ -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'
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче