summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/moz.build')
-rw-r--r--testing/web-platform/moz.build83
1 files changed, 82 insertions, 1 deletions
diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build
index a32967e1b1..d298b27de5 100644
--- a/testing/web-platform/moz.build
+++ b/testing/web-platform/moz.build
@@ -153,7 +153,7 @@ with Files("tests/clear-site-data/**"):
BUG_COMPONENT = ("Core", "DOM: Security")
with Files("tests/clipboard-apis/**"):
- BUG_COMPONENT = ("Core", "DOM: Core & HTML")
+ BUG_COMPONENT = ("Core", "DOM: Copy & Paste and Drag & Drop")
with Files("tests/common/**"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
@@ -493,6 +493,9 @@ with Files("tests/imagebitmap-renderingcontext/**"):
with Files("tests/images/**"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
+with Files("tests/import-maps/**"):
+ BUG_COMPONENT = ("Core", "JavaScript Engine")
+
with Files("tests/infrastructure/**"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
@@ -505,17 +508,35 @@ with Files("tests/interfaces/**"):
with Files("tests/intersection-observer/**"):
BUG_COMPONENT = ("Core", "Layout")
+with Files("tests/jpegxl/**"):
+ BUG_COMPONENT = ("Core", "Graphics: ImageLib")
+
with Files("tests/js/**"):
BUG_COMPONENT = ("Core", "JavaScript Engine")
+with Files("tests/js-self-profiling/**"):
+ BUG_COMPONENT = ("Core", "Performance Engineering")
+
# To be implemented in bug 1348405
with Files("tests/keyboard-lock/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
+with Files("tests/keyboard-map/**"):
+ BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling")
+
+with Files("tests/largest-contentful-paint/**"):
+ BUG_COMPONENT = ("Core", "DOM: Performance")
+
+with Files("tests/layout-instability/**"):
+ BUG_COMPONENT = ("Core", "Layout")
+
# No reference to longtask in bugzilla or codebase
with Files("tests/longtask-timing/**"):
BUG_COMPONENT = ("Core", "DOM: Performance")
+with Files("tests/long-animation-frame /**"):
+ BUG_COMPONENT = ("Core", "DOM: Performance")
+
# depends on generic-sensor, check bug 1359076
with Files("tests/magnetometer/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
@@ -541,15 +562,27 @@ with Files("tests/mediacapture-fromelement/**"):
with Files("tests/mediacapture-image/**"):
BUG_COMPONENT = ("Core", "Audio/Video: Recording")
+with Files("tests/mediacapture-insertable-stream/**"):
+ BUG_COMPONENT = ("Core", "Audio/Video: MediaStreamGraph")
+
with Files("tests/mediacapture-record/**"):
BUG_COMPONENT = ("Core", "Audio/Video: Recording")
with Files("tests/mediacapture-streams/**"):
BUG_COMPONENT = ("Core", "Audio/Video: MediaStreamGraph")
+with Files("tests/merchant-validation/**"):
+ BUG_COMPONENT = ("Core", "DOM: Web Payments")
+
+with Files("tests/mimesniff/**"):
+ BUG_COMPONENT = ("Firefox", "File Handling")
+
with Files("tests/mixed-content/**"):
BUG_COMPONENT = ("Core", "DOM: Security")
+with Files("tests/navigation-api/**"):
+ BUG_COMPONENT = ("Core", "DOM: Navigation")
+
with Files("tests/navigation-timing/**"):
BUG_COMPONENT = ("Core", "DOM: Performance")
@@ -604,6 +637,9 @@ with Files("tests/secure-payment-confirmation/**"):
with Files("tests/performance-timeline/**"):
BUG_COMPONENT = ("Core", "DOM: Performance")
+with Files("tests/permissions-policy/**"):
+ BUG_COMPONENT = ("Core", "DOM: Security")
+
with Files("tests/picture-in-picture/**"):
BUG_COMPONENT = ("Toolkit", "Video/Audio Controls")
@@ -622,6 +658,9 @@ with Files("tests/presentation-api/**"):
with Files("tests/proximity/**"):
BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
+with Files("tests/push-api/**"):
+ BUG_COMPONENT = ("Core", "DOM: Push Subscriptions")
+
with Files("tests/quirks/**"):
BUG_COMPONENT = ("Core", "Layout")
@@ -631,6 +670,9 @@ with Files("tests/remote-playback/**"):
with Files("tests/referrer-policy/**"):
BUG_COMPONENT = ("Core", "DOM: Security")
+with Files("tests/reporting/**"):
+ BUG_COMPONENT = ("Core", "DOM: Core & HTML")
+
with Files("tests/requestidlecallback/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
@@ -647,12 +689,24 @@ with Files("tests/resources/**"):
with Files("tests/sanitizer-api/**"):
BUG_COMPONENT = ("Core", "DOM: Security")
+with Files("tests/scheduler/**"):
+ BUG_COMPONENT = ("Core", "DOM: Performance")
+
with Files("tests/screen-capture/**"):
BUG_COMPONENT = ("Core", "WebRTC: Audio/Video")
with Files("tests/screen-orientation/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
+with Files("tests/screen-wake-lock/**"):
+ BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
+
+with Files("tests/scroll-animations/**"):
+ BUG_COMPONENT = ("Core", "Layout")
+
+with Files("tests/scroll-to-text-fragment/**"):
+ BUG_COMPONENT = ("Core", "DOM: Navigation")
+
with Files("tests/secure-contexts/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
@@ -668,12 +722,18 @@ with Files("tests/service-workers/**"):
with Files("tests/shadow-dom/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
+with Files("tests/shape-detection/**"):
+ BUG_COMPONENT = ("Geckoview", "General")
+
with Files("tests/speech-api/**"):
BUG_COMPONENT = ("Core", "Web Speech")
with Files("tests/storage/**"):
BUG_COMPONENT = ("Core", "Storage: Quota Manager")
+with Files("tests/storage-access-api/**"):
+ BUG_COMPONENT = ("Core", "Privacy: Anti-Tracking")
+
with Files("tests/streams/**"):
BUG_COMPONENT = ("Core", "DOM: Streams")
@@ -692,9 +752,15 @@ with Files("tests/touch-events/**"):
with Files("tests/tools/**"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
+with Files("tests/top-level-storage-access-api/**"):
+ BUG_COMPONENT = ("Core", "Privacy: Anti-Tracking")
+
with Files("tests/trusted-types/**"):
BUG_COMPONENT = ("Core", "DOM: Security")
+with Files("tests/ua-client-hints/**"):
+ BUG_COMPONENT = ("Core", "DOM: Core & HTML")
+
with Files("tests/uievents/**"):
BUG_COMPONENT = ("Core", "DOM: Events")
@@ -704,12 +770,21 @@ with Files("tests/upgrade-insecure-requests/**"):
with Files("tests/url/**"):
BUG_COMPONENT = ("Core", "DOM: Networking")
+with Files("tests/urlpattern/**"):
+ BUG_COMPONENT = ("Core", "DOM: Networking")
+
with Files("tests/user-timing/**"):
BUG_COMPONENT = ("Core", "DOM: Performance")
with Files("tests/vibration/**"):
BUG_COMPONENT = ("Core", "DOM: Core & HTML")
+with Files("tests/video-rvfc/**"):
+ BUG_COMPONENT = ("Core", "Audio/Video: Playback")
+
+with Files("tests/virtual-keyboard/**"):
+ BUG_COMPONENT = ("Core", "Layout")
+
with Files("tests/visual-viewport/**"):
BUG_COMPONENT = ("Core", "Layout")
@@ -752,12 +827,18 @@ with Files("tests/web-nfc/**"):
with Files("tests/webrtc/**"):
BUG_COMPONENT = ("Core", "WebRTC")
+with Files("tests/webrtc-encoded-transform/**"):
+ BUG_COMPONENT = ("Core", "WebRTC: Networking")
+
with Files("tests/webrtc-extensions/**"):
BUG_COMPONENT = ("Core", "WebRTC")
with Files("tests/webrtc-identity/**"):
BUG_COMPONENT = ("Core", "WebRTC")
+with Files("tests/webrtc-priority/**"):
+ BUG_COMPONENT = ("Core", "WebRTC: Networking")
+
with Files("tests/webrtc-stats/**"):
BUG_COMPONENT = ("Core", "WebRTC")