From 2a5a5dd13b984198dbbce74adff75d80ae375f9c Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Mon, 24 Jul 2017 15:06:11 -0400 Subject: [PATCH] Bug 1382830 - annotate more of web-platform-tests moz.build files for BUGZILLA_COMPONENTS. r=overholt MozReview-Commit-ID: 9sMNQntYd35 --- testing/web-platform/moz.build | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index 25d595e43311..ba88ad04344b 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -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")