Bug 1382830 - annotate more of web-platform-tests moz.build files for BUGZILLA_COMPONENTS. r=overholt

MozReview-Commit-ID: 9sMNQntYd35
This commit is contained in:
Joel Maher 2017-07-24 15:06:11 -04:00
Родитель 459f9f007d
Коммит 2a5a5dd13b
1 изменённых файлов: 26 добавлений и 0 удалений

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

@ -35,6 +35,32 @@ with Files("mach*"):
with Files("*.py"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
# usb and payments ?
with Files("tests/feature-policy/**"):
BUG_COMPONENT = ("Core", "DOM")
with Files("tests/fetch/**"):
BUG_COMPONENT = ("Core", "DOM")
with Files("tests/fonts/math/**"):
BUG_COMPONENT = ("Core", "MathML")
with Files("tests/fullscreen/**"):
BUG_COMPONENT = ("Core", "DOM")
with Files("tests/gamepad/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
# Bug 1359076 - Deleting this feature due to security
with Files("tests/generic-sensor/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
with Files("tests/geolocation-API/**"):
BUG_COMPONENT = ("Core", "Geolocation")
with Files("tests/gyroscope/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
with Files("tests/media/**"):
BUG_COMPONENT = ("Core", "Audio/Video: Playback")