diff options
Diffstat (limited to 'testing/web-platform/moz.build')
-rw-r--r-- | testing/web-platform/moz.build | 126 |
1 files changed, 124 insertions, 2 deletions
diff --git a/testing/web-platform/moz.build b/testing/web-platform/moz.build index d298b27de5..5d14892991 100644 --- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -119,9 +119,21 @@ with Files("tests/xhr/**"): with Files("tests/accelerometer/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces") +with Files("tests/accessibility/**"): + BUG_COMPONENT = ("Core", "Disability Access APIs") + +with Files("tests/accname/**"): + BUG_COMPONENT = ("Core", "Disability Access APIs") + +with Files("tests/acid/**"): + BUG_COMPONENT = ("Core", "Layout") + with Files("tests/ambient-light/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces") +with Files("tests/animation-worklet/**"): + BUG_COMPONENT = ("Core", "DOM: Animation") + with Files("tests/annotation-model/**"): BUG_COMPONENT = ("Testing", "web-platform-tests") @@ -137,6 +149,9 @@ with Files("tests/apng/**"): with Files("tests/audio-output/**"): BUG_COMPONENT = ("Core", "Audio/Video: Playback") +with Files("tests/avif/**"): + BUG_COMPONENT = ("Core", "Graphics: ImageLib") + with Files("tests/background-fetch/**"): BUG_COMPONENT = ("Core", "DOM: Service Workers") @@ -152,9 +167,15 @@ with Files("tests/bluetooth/**"): with Files("tests/clear-site-data/**"): BUG_COMPONENT = ("Core", "DOM: Security") +with Files("tests/client-hints/**"): + BUG_COMPONENT = ("Core", "Networking: HTTP") + with Files("tests/clipboard-apis/**"): BUG_COMPONENT = ("Core", "DOM: Copy & Paste and Drag & Drop") +with Files("tests/close-watcher/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + with Files("tests/common/**"): BUG_COMPONENT = ("Testing", "web-platform-tests") @@ -162,18 +183,30 @@ with Files("tests/common/**"): with Files("tests/compat/**"): BUG_COMPONENT = ("Core", "Layout") +with Files("tests/compression/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + with Files("tests/conformance-checkers/**"): BUG_COMPONENT = ("Testing", "web-platform-tests") with Files("tests/console/**"): BUG_COMPONENT = ("DevTools", "Console") +with Files("tests/content-dpr/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + +with Files("tests/content-dpr/**"): + BUG_COMPONENT = ("Core", "DOM: Editor") + with Files("tests/content-security-policy/**"): BUG_COMPONENT = ("Core", "DOM: Security") with Files("tests/cookies/**"): BUG_COMPONENT = ("Core", "Networking: Cookies") +with Files("tests/cookie-store/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + with Files("tests/core-aam/**"): BUG_COMPONENT = ("Core", "Disability Access APIs") @@ -405,9 +438,21 @@ with Files("tests/css/selectors/**"): with Files("tests/custom-elements/**"): BUG_COMPONENT = ("Core", "DOM: Core & HTML") +with Files("tests/device-memory/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + +with Files("tests/device-posture/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + with Files("tests/docs/**"): BUG_COMPONENT = ("Testing", "web-platform-tests") +with Files("tests/document-picture-in-picture/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + +with Files("tests/document-policy/**"): + BUG_COMPONENT = ("Core", "DOM: Security") + with Files("tests/dom/**"): BUG_COMPONENT = ("Core", "DOM: Core & HTML") @@ -423,11 +468,15 @@ with Files("tests/dpub-aam/**"): with Files("tests/dpub-aria/**"): BUG_COMPONENT = ("Core", "Disability Access APIs") +with Files("tests/ecmascript/**"): + BUG_COMPONENT = ("Core", "JavaScript Engine") + with Files("tests/editing/**"): BUG_COMPONENT = ("Core", "DOM: Editor") with Files("tests/element-timing/**"): BUG_COMPONENT = ("Core", "DOM: Performance") + # as per Bug 746911 with Files("tests/encoding/**"): BUG_COMPONENT = ("Core", "Internationalization") @@ -444,18 +493,33 @@ with Files("tests/entries-api/**"): with Files("tests/eventsource/**"): BUG_COMPONENT = ("Core", "DOM: Events") +with Files("tests/event-timing/**"): + BUG_COMPONENT = ("Core", "DOM: Performance") + with Files("tests/feature-policy/**"): BUG_COMPONENT = ("Core", "DOM: Security") +with Files("tests/fenced-frame/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + with Files("tests/fetch/**"): BUG_COMPONENT = ("Core", "DOM: Networking") +with Files("tests/file-system-access/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + +with Files("tests/focus/**"): + BUG_COMPONENT = ("Core", "DOM: UI Events & Focus Handling") + with Files("tests/fonts/**"): BUG_COMPONENT = ("Testing", "web-platform-tests") with Files("tests/fonts/math/**"): BUG_COMPONENT = ("Core", "MathML") +with Files("tests/forced-colors-mode/**"): + BUG_COMPONENT = ("Core", "CSS Parsing and Computation") + with Files("tests/fs/**"): BUG_COMPONENT = ("Core", "DOM: File") @@ -465,9 +529,21 @@ with Files("tests/fullscreen/**"): with Files("tests/gamepad/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces") +with Files("tests/generic-sensor/**"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + +with Files("tests/geolocation-sensor/**"): + BUG_COMPONENT = ("Core", "DOM: Geolocation") + with Files("tests/geolocation-API/**"): BUG_COMPONENT = ("Core", "DOM: Geolocation") +with Files("tests/graphics-aam/**"): + BUG_COMPONENT = ("Core", "Disability Access APIs") + +with Files("tests/graphics-aria/**"): + BUG_COMPONENT = ("Core", "Disability Access APIs") + with Files("tests/gyroscope/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces") @@ -477,6 +553,9 @@ with Files("tests/hr-time/**"): with Files("tests/html/**"): BUG_COMPONENT = ("Core", "DOM: Core & HTML") +with Files("tests/html-aam/**"): + BUG_COMPONENT = ("Core", "Disability Access APIs") + with Files("tests/html/canvas/**"): BUG_COMPONENT = ("Core", "Graphics: Canvas2D") @@ -487,6 +566,12 @@ with Files("tests/html-longdesc/**"): with Files("tests/html-media-capture/**"): BUG_COMPONENT = ("Core", "DOM: Core & HTML") +with Files("tests/https-upgrades/**"): + BUG_COMPONENT = ("Core", "DOM: Security") + +with Files("tests/idle-detection/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + with Files("tests/imagebitmap-renderingcontext/**"): BUG_COMPONENT = ("Core", "Graphics: Canvas2D") @@ -499,6 +584,9 @@ with Files("tests/import-maps/**"): with Files("tests/infrastructure/**"): BUG_COMPONENT = ("Testing", "web-platform-tests") +with Files("tests/inert/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + with Files("tests/input-events/**"): BUG_COMPONENT = ("Core", "DOM: Events") @@ -530,11 +618,15 @@ with Files("tests/largest-contentful-paint/**"): with Files("tests/layout-instability/**"): BUG_COMPONENT = ("Core", "Layout") +# early hints as per https://bugzilla.mozilla.org/show_bug.cgi?id=1407355 +with Files("tests/loading/**"): + BUG_COMPONENT = ("Core", "Networking: HTTP") + # No reference to longtask in bugzilla or codebase with Files("tests/longtask-timing/**"): BUG_COMPONENT = ("Core", "DOM: Performance") -with Files("tests/long-animation-frame /**"): +with Files("tests/long-animation-frame/**"): BUG_COMPONENT = ("Core", "DOM: Performance") # depends on generic-sensor, check bug 1359076 @@ -550,6 +642,9 @@ with Files("tests/media/**"): with Files("tests/media-capabilities/**"): BUG_COMPONENT = ("Core", "WebRTC: Audio/Video") +with Files("tests/media-playback-quality/**"): + BUG_COMPONENT = ("Core", "Audio/Video: Playback") + with Files("tests/mediasession/**"): BUG_COMPONENT = ("Core", "Audio/Video: Playback") @@ -562,7 +657,7 @@ with Files("tests/mediacapture-fromelement/**"): with Files("tests/mediacapture-image/**"): BUG_COMPONENT = ("Core", "Audio/Video: Recording") -with Files("tests/mediacapture-insertable-stream/**"): +with Files("tests/mediacapture-insertable-streams/**"): BUG_COMPONENT = ("Core", "Audio/Video: MediaStreamGraph") with Files("tests/mediacapture-record/**"): @@ -580,6 +675,9 @@ with Files("tests/mimesniff/**"): with Files("tests/mixed-content/**"): BUG_COMPONENT = ("Core", "DOM: Security") +with Files("tests/mst-content-hint/**"): + BUG_COMPONENT = ("Core", "WebRTC: Audio/Video") + with Files("tests/navigation-api/**"): BUG_COMPONENT = ("Core", "DOM: Navigation") @@ -637,12 +735,21 @@ with Files("tests/secure-payment-confirmation/**"): with Files("tests/performance-timeline/**"): BUG_COMPONENT = ("Core", "DOM: Performance") +with Files("tests/permissions/**"): + BUG_COMPONENT = ("Core", "DOM: Security") + with Files("tests/permissions-policy/**"): BUG_COMPONENT = ("Core", "DOM: Security") +with Files("tests/permissions-revoke/**"): + BUG_COMPONENT = ("Core", "DOM: Core & HTML") + with Files("tests/picture-in-picture/**"): BUG_COMPONENT = ("Toolkit", "Video/Audio Controls") +with Files("tests/png/**"): + BUG_COMPONENT = ("Core", "Graphics: ImageLib") + with Files("tests/pointerevents/**"): BUG_COMPONENT = ("Core", "DOM: Events") @@ -746,6 +853,9 @@ with Files("tests/svg/**"): with Files("tests/svg-aam/**"): BUG_COMPONENT = ("Core", "SVG") +with Files("tests/timing-entrytypes-registry/**"): + BUG_COMPONENT = ("Core", "DOM: Performance") + with Files("tests/touch-events/**"): BUG_COMPONENT = ("Core", "DOM: Events") @@ -815,9 +925,18 @@ with Files("tests/webdriver/tests/bidi/**"): with Files("tests/webgl/**"): BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL") +with Files("tests/webgl/**"): + BUG_COMPONENT = ("Core", "Graphics: WebGPU") + +with Files("tests/webidl/ecmascript-binding/**"): + BUG_COMPONENT = ("Core", "DOM: Bindings (WebIDL)") + with Files("tests/webmessaging/**"): BUG_COMPONENT = ("Core", "DOM: Core & HTML") +with Files("tests/webmidi/**"): + BUG_COMPONENT = ("Core", "DOM: Device Interfaces") + with Files("tests/web-locks/**"): BUG_COMPONENT = ("Core", "DOM: Core & HTML") @@ -833,6 +952,9 @@ with Files("tests/webrtc-encoded-transform/**"): with Files("tests/webrtc-extensions/**"): BUG_COMPONENT = ("Core", "WebRTC") +with Files("tests/webrtc-ice/**"): + BUG_COMPONENT = ("Core", "WebRTC: Networking") + with Files("tests/webrtc-identity/**"): BUG_COMPONENT = ("Core", "WebRTC") |