1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 TEST_HARNESS_FILES["web-platform"] += [
8 "mach_commands_base.py",
9 "mach_test_package_commands.py",
15 PYTHON_UNITTEST_MANIFESTS += ["python.toml"]
18 SCHEDULES.exclusive = [
20 "web-platform-tests-reftest",
21 "web-platform-tests-wdspec",
24 with Files("moz.build"):
25 BUG_COMPONENT = ("Testing", "web-platform-tests")
27 with Files("wptrunner.ini"):
28 BUG_COMPONENT = ("Testing", "web-platform-tests")
30 with Files("meta/**"):
31 BUG_COMPONENT = ("Testing", "web-platform-tests")
33 with Files("products/README"):
34 BUG_COMPONENT = ("Testing", "web-platform-tests")
36 with Files("outbound/README"):
37 BUG_COMPONENT = ("Testing", "web-platform-tests")
39 with Files("outbound/meta/**"):
40 BUG_COMPONENT = ("Testing", "web-platform-tests")
42 with Files("outbound/tests/placeholder"):
43 BUG_COMPONENT = ("Testing", "web-platform-tests")
45 with Files("mozilla/README"):
46 BUG_COMPONENT = ("Testing", "web-platform-tests")
48 with Files("mozilla/meta/**"):
49 BUG_COMPONENT = ("Testing", "web-platform-tests")
51 with Files("mozilla/tests/dom/**"):
52 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
54 with Files("mozilla/tests/editor/**"):
55 BUG_COMPONENT = ("Core", "DOM: Editor")
57 with Files("mozilla/tests/fetch/**"):
58 BUG_COMPONENT = ("Core", "DOM: Networking")
60 with Files("mozilla/tests/focus/**"):
61 BUG_COMPONENT = ("Core", "DOM: Editor")
63 with Files("mozilla/tests/html/**"):
64 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
66 with Files("mozilla/tests/html/semantics/forms/**"):
67 BUG_COMPONENT = ("Core", "Layout: Form Controls")
69 with Files("mozilla/tests/html/semantics/scripting-1/**"):
70 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
72 with Files("mozilla/tests/placeholder"):
73 BUG_COMPONENT = ("Testing", "web-platform-tests")
75 with Files("mozilla/tests/webdriver/**"):
76 BUG_COMPONENT = ("Remote Protocol", "Marionette")
78 with Files("mozilla/tests/webdriver/bidi/**"):
79 BUG_COMPONENT = ("Remote Protocol", "WebDriver BiDi")
81 with Files("mozilla/tests/webdriver/cdp/**"):
82 BUG_COMPONENT = ("Remote Protocol", "CDP")
84 with Files("update/**"):
85 BUG_COMPONENT = ("Testing", "web-platform-tests")
88 BUG_COMPONENT = ("Testing", "web-platform-tests")
91 BUG_COMPONENT = ("Testing", "web-platform-tests")
93 with Files("tests/*.md"):
94 BUG_COMPONENT = ("Testing", "web-platform-tests")
96 with Files("tests/**"):
97 BUG_COMPONENT = ("Testing", "web-platform-tests")
98 SCHEDULES.inclusive += ["test-verify-wpt"]
100 with Files("tests/wpt"):
101 BUG_COMPONENT = ("Testing", "web-platform-tests")
103 with Files("tests/wpt.py"):
104 BUG_COMPONENT = ("Testing", "web-platform-tests")
107 with Files("tests/FileAPI/**"):
108 BUG_COMPONENT = ("Core", "DOM: File")
110 with Files("tests/IndexedDB/**"):
111 BUG_COMPONENT = ("Core", "Storage: IndexedDB")
113 with Files("tests/WebCryptoAPI/**"):
114 BUG_COMPONENT = ("Core", "DOM: Web Crypto")
116 with Files("tests/xhr/**"):
117 BUG_COMPONENT = ("Core", "DOM: Networking")
119 with Files("tests/accelerometer/**"):
120 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
122 with Files("tests/ambient-light/**"):
123 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
125 with Files("tests/annotation-model/**"):
126 BUG_COMPONENT = ("Testing", "web-platform-tests")
128 with Files("tests/annotation-protocol/**"):
129 BUG_COMPONENT = ("Testing", "web-platform-tests")
131 with Files("tests/annotation-vocab/**"):
132 BUG_COMPONENT = ("Testing", "web-platform-tests")
134 with Files("tests/apng/**"):
135 BUG_COMPONENT = ("Core", "Graphics: ImageLib")
137 with Files("tests/audio-output/**"):
138 BUG_COMPONENT = ("Core", "Audio/Video: Playback")
140 with Files("tests/background-fetch/**"):
141 BUG_COMPONENT = ("Core", "DOM: Service Workers")
143 with Files("tests/battery-status/**"):
144 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
146 with Files("tests/beacon/**"):
147 BUG_COMPONENT = ("Core", "DOM: Networking")
149 with Files("tests/bluetooth/**"):
150 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
152 with Files("tests/clear-site-data/**"):
153 BUG_COMPONENT = ("Core", "DOM: Security")
155 with Files("tests/clipboard-apis/**"):
156 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
158 with Files("tests/common/**"):
159 BUG_COMPONENT = ("Testing", "web-platform-tests")
161 # Appears to be testing -webkit specific css properties
162 with Files("tests/compat/**"):
163 BUG_COMPONENT = ("Core", "Layout")
165 with Files("tests/conformance-checkers/**"):
166 BUG_COMPONENT = ("Testing", "web-platform-tests")
168 with Files("tests/console/**"):
169 BUG_COMPONENT = ("DevTools", "Console")
171 with Files("tests/content-security-policy/**"):
172 BUG_COMPONENT = ("Core", "DOM: Security")
174 with Files("tests/cookies/**"):
175 BUG_COMPONENT = ("Core", "Networking: Cookies")
177 with Files("tests/core-aam/**"):
178 BUG_COMPONENT = ("Core", "Disability Access APIs")
180 with Files("tests/cors/**"):
181 BUG_COMPONENT = ("Core", "DOM: Security")
183 with Files("tests/credential-management/**"):
184 BUG_COMPONENT = ("Core", "DOM: Credential Management")
186 with Files("tests/css/**"):
187 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
189 with Files("tests/css/compositing/**"):
190 BUG_COMPONENT = ("Core", "Web Painting")
192 with Files("tests/css/css-align/**"):
193 BUG_COMPONENT = ("Core", "Layout: Block and Inline")
195 with Files("tests/css/css-animations/**"):
196 BUG_COMPONENT = ("Core", "CSS Transitions and Animations")
198 with Files("tests/css/css-backgrounds/**"):
199 BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames")
201 with Files("tests/css/css-box/**"):
202 BUG_COMPONENT = ("Core", "Layout")
204 with Files("tests/css/css-break/**"):
205 BUG_COMPONENT = ("Core", "Layout")
207 with Files("tests/css/css-cascade/**"):
208 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
210 with Files("tests/css/css-color/**"):
211 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
213 with Files("tests/css/css-color-adjust/**"):
214 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
216 with Files("tests/css/css-conditional/**"):
217 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
219 with Files("tests/css/css-contain/**"):
220 BUG_COMPONENT = ("Core", "Layout")
222 with Files("tests/css/css-content/**"):
223 BUG_COMPONENT = ("Core", "Layout: Generated Content, Lists, and Counters")
225 with Files("tests/css/css-counter-styles/**"):
226 BUG_COMPONENT = ("Core", "Layout: Generated Content, Lists, and Counters")
228 with Files("tests/css/css-device-adapt/**"):
229 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
231 with Files("tests/css/css-display/**"):
232 BUG_COMPONENT = ("Core", "Layout")
234 with Files("tests/css/css-easing/**"):
235 BUG_COMPONENT = ("Core", "DOM: Animation")
237 with Files("tests/css/css-env/**"):
238 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
240 with Files("tests/css/css-exclusions/**"):
241 BUG_COMPONENT = ("Core", "Layout")
243 with Files("tests/css/css-fill-stroke/**"):
244 BUG_COMPONENT = ("Core", "SVG")
246 with Files("tests/css/css-flexbox/**"):
247 BUG_COMPONENT = ("Core", "Layout: Flexbox")
249 with Files("tests/css/css-font-loading/**"):
250 BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
252 with Files("tests/css/css-fonts/**"):
253 BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
255 with Files("tests/css/css-forced-color-adjust/**"):
256 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
258 with Files("tests/css/css-gcpm/**"):
259 BUG_COMPONENT = ("Core", "Layout")
261 with Files("tests/css/css-grid/**"):
262 BUG_COMPONENT = ("Core", "Layout: Grid")
264 with Files("tests/css/css-images/**"):
265 BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames")
267 with Files("tests/css/css-inline/**"):
268 BUG_COMPONENT = ("Core", "Layout: Block and Inline")
270 with Files("tests/css/css-layout-api/**"):
271 BUG_COMPONENT = ("Core", "Layout")
273 with Files("tests/css/css-lists/**"):
274 BUG_COMPONENT = ("Core", "Layout: Generated Content, Lists, and Counters")
276 with Files("tests/css/css-logical/**"):
277 BUG_COMPONENT = ("Core", "Layout")
279 with Files("tests/css/css-masking/**"):
280 BUG_COMPONENT = ("Core", "Web Painting")
282 with Files("tests/css/css-multicol/**"):
283 BUG_COMPONENT = ("Core", "Layout: Columns")
285 with Files("tests/css/css-namespaces/**"):
286 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
288 with Files("tests/css/css-overflow/**"):
289 BUG_COMPONENT = ("Core", "Layout: Scrolling and Overflow")
291 with Files("tests/css/css-overscroll-behavior/**"):
292 BUG_COMPONENT = ("Core", "Layout")
294 with Files("tests/css/css-page/**"):
295 BUG_COMPONENT = ("Core", "Layout")
297 with Files("tests/css/css-paint-api/**"):
298 BUG_COMPONENT = ("Core", "Web Painting")
300 with Files("tests/css/css-parser-api/**"):
301 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
303 with Files("tests/css/css-position/**"):
304 BUG_COMPONENT = ("Core", "Layout: Positioned")
306 with Files("tests/css/css-properties-values-api/**"):
307 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
309 with Files("tests/css/css-pseudo/**"):
310 BUG_COMPONENT = ("Core", "Layout: Generated Content, Lists, and Counters")
312 with Files("tests/css/css-round-display/**"):
313 BUG_COMPONENT = ("Core", "Layout")
315 with Files("tests/css/css-ruby/**"):
316 BUG_COMPONENT = ("Core", "Layout: Ruby")
318 with Files("tests/css/css-scoping/**"):
319 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
321 with Files("tests/css/css-scroll-anchoring/**"):
322 BUG_COMPONENT = ("Core", "Layout: Scrolling and Overflow")
324 with Files("tests/css/css-scroll-snap/**"):
325 BUG_COMPONENT = ("Core", "Layout: Scrolling and Overflow")
327 with Files("tests/css/css-scrollbars/**"):
328 BUG_COMPONENT = ("Core", "Layout: Scrolling and Overflow")
330 with Files("tests/css/css-shadow-parts/**"):
331 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
333 with Files("tests/css/css-shapes/**"):
334 BUG_COMPONENT = ("Core", "Layout: Floats")
336 with Files("tests/css/css-size-adjust/**"):
337 BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
339 with Files("tests/css/css-sizing/**"):
340 BUG_COMPONENT = ("Core", "Layout")
342 with Files("tests/css/css-speech/**"):
343 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
345 with Files("tests/css/css-style-attr/**"):
346 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
348 with Files("tests/css/css-syntax/**"):
349 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
351 with Files("tests/css/css-tables/**"):
352 BUG_COMPONENT = ("Core", "Layout: Tables")
354 with Files("tests/css/css-text/**"):
355 BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
357 with Files("tests/css/css-text-decor/**"):
358 BUG_COMPONENT = ("Core", "Layout: Text and Fonts")
360 with Files("tests/css/css-transforms/**"):
361 BUG_COMPONENT = ("Core", "Web Painting")
363 with Files("tests/css/css-transitions/**"):
364 BUG_COMPONENT = ("Core", "CSS Transitions and Animations")
366 with Files("tests/css/css-typed-om/**"):
367 BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
369 with Files("tests/css/css-ui/**"):
370 BUG_COMPONENT = ("Core", "Layout")
372 with Files("tests/css/css-values/**"):
373 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
375 with Files("tests/css/css-variables/**"):
376 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
378 with Files("tests/css/css-will-change/**"):
379 BUG_COMPONENT = ("Core", "Layout")
381 with Files("tests/css/css-writing-modes/**"):
382 BUG_COMPONENT = ("Core", "Layout")
384 with Files("tests/css/cssom/**"):
385 BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
387 with Files("tests/css/cssom-view/**"):
388 BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
390 with Files("tests/css/filter-effects/**"):
391 BUG_COMPONENT = ("Core", "Web Painting")
393 with Files("tests/css/geometry/**"):
394 BUG_COMPONENT = ("Core", "DOM: CSS Object Model")
396 with Files("tests/css/mediaqueries/**"):
397 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
399 with Files("tests/css/motion/**"):
400 BUG_COMPONENT = ("Core", "SVG")
402 with Files("tests/css/selectors/**"):
403 BUG_COMPONENT = ("Core", "CSS Parsing and Computation")
405 with Files("tests/custom-elements/**"):
406 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
408 with Files("tests/docs/**"):
409 BUG_COMPONENT = ("Testing", "web-platform-tests")
411 with Files("tests/dom/**"):
412 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
414 with Files("tests/domparsing/**"):
415 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
417 with Files("tests/domxpath/**"):
418 BUG_COMPONENT = ("Core", "XSLT")
420 with Files("tests/dpub-aam/**"):
421 BUG_COMPONENT = ("Core", "Disability Access APIs")
423 with Files("tests/dpub-aria/**"):
424 BUG_COMPONENT = ("Core", "Disability Access APIs")
426 with Files("tests/editing/**"):
427 BUG_COMPONENT = ("Core", "DOM: Editor")
429 with Files("tests/element-timing/**"):
430 BUG_COMPONENT = ("Core", "DOM: Performance")
432 with Files("tests/encoding/**"):
433 BUG_COMPONENT = ("Core", "Internationalization")
435 with Files("tests/encoding-detection/**"):
436 BUG_COMPONENT = ("Core", "Internationalization")
438 with Files("tests/encrypted-media/**"):
439 BUG_COMPONENT = ("Core", "Audio/Video: Playback")
441 with Files("tests/entries-api/**"):
442 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
444 with Files("tests/eventsource/**"):
445 BUG_COMPONENT = ("Core", "DOM: Events")
447 with Files("tests/feature-policy/**"):
448 BUG_COMPONENT = ("Core", "DOM: Security")
450 with Files("tests/fetch/**"):
451 BUG_COMPONENT = ("Core", "DOM: Networking")
453 with Files("tests/fonts/**"):
454 BUG_COMPONENT = ("Testing", "web-platform-tests")
456 with Files("tests/fonts/math/**"):
457 BUG_COMPONENT = ("Core", "MathML")
459 with Files("tests/fs/**"):
460 BUG_COMPONENT = ("Core", "DOM: File")
462 with Files("tests/fullscreen/**"):
463 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
465 with Files("tests/gamepad/**"):
466 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
468 with Files("tests/geolocation-API/**"):
469 BUG_COMPONENT = ("Core", "DOM: Geolocation")
471 with Files("tests/gyroscope/**"):
472 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
474 with Files("tests/hr-time/**"):
475 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
477 with Files("tests/html/**"):
478 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
480 with Files("tests/html/canvas/**"):
481 BUG_COMPONENT = ("Core", "Graphics: Canvas2D")
483 with Files("tests/html-longdesc/**"):
484 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
486 # Not implemented yet, see Bug 741393
487 with Files("tests/html-media-capture/**"):
488 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
490 with Files("tests/imagebitmap-renderingcontext/**"):
491 BUG_COMPONENT = ("Core", "Graphics: Canvas2D")
493 with Files("tests/images/**"):
494 BUG_COMPONENT = ("Testing", "web-platform-tests")
496 with Files("tests/infrastructure/**"):
497 BUG_COMPONENT = ("Testing", "web-platform-tests")
499 with Files("tests/input-events/**"):
500 BUG_COMPONENT = ("Core", "DOM: Events")
502 with Files("tests/interfaces/**"):
503 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
505 with Files("tests/intersection-observer/**"):
506 BUG_COMPONENT = ("Core", "Layout")
508 with Files("tests/js/**"):
509 BUG_COMPONENT = ("Core", "JavaScript Engine")
511 # To be implemented in bug 1348405
512 with Files("tests/keyboard-lock/**"):
513 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
515 # No reference to longtask in bugzilla or codebase
516 with Files("tests/longtask-timing/**"):
517 BUG_COMPONENT = ("Core", "DOM: Performance")
519 # depends on generic-sensor, check bug 1359076
520 with Files("tests/magnetometer/**"):
521 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
523 with Files("tests/mathml/**"):
524 BUG_COMPONENT = ("Core", "MathML")
526 with Files("tests/media/**"):
527 BUG_COMPONENT = ("Core", "Audio/Video: Playback")
529 with Files("tests/media-capabilities/**"):
530 BUG_COMPONENT = ("Core", "WebRTC: Audio/Video")
532 with Files("tests/mediasession/**"):
533 BUG_COMPONENT = ("Core", "Audio/Video: Playback")
535 with Files("tests/media-source/**"):
536 BUG_COMPONENT = ("Core", "Audio/Video: Playback")
538 with Files("tests/mediacapture-fromelement/**"):
539 BUG_COMPONENT = ("Core", "Audio/Video: Recording")
541 with Files("tests/mediacapture-image/**"):
542 BUG_COMPONENT = ("Core", "Audio/Video: Recording")
544 with Files("tests/mediacapture-record/**"):
545 BUG_COMPONENT = ("Core", "Audio/Video: Recording")
547 with Files("tests/mediacapture-streams/**"):
548 BUG_COMPONENT = ("Core", "Audio/Video: MediaStreamGraph")
550 with Files("tests/mixed-content/**"):
551 BUG_COMPONENT = ("Core", "DOM: Security")
553 with Files("tests/navigation-timing/**"):
554 BUG_COMPONENT = ("Core", "DOM: Performance")
556 with Files("tests/netinfo/**"):
557 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
559 with Files("tests/notifications/**"):
560 BUG_COMPONENT = ("Core", "DOM: Notifications")
562 with Files("tests/network-error-logging/**"):
563 BUG_COMPONENT = ("Core", "DOM: Networking")
565 with Files("tests/old-tests/submission/Microsoft/foreigncontent/**"):
566 BUG_COMPONENT = ("Core", "SVG")
568 with Files("tests/old-tests/submission/Microsoft/history/**"):
569 BUG_COMPONENT = ("Core", "DOM: Navigation")
571 with Files("tests/old-tests/submission/Microsoft/selection/**"):
572 BUG_COMPONENT = ("Core", "DOM: Selection")
574 with Files("tests/orientation-event/**"):
575 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
577 with Files("tests/orientation-sensor/**"):
578 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
580 with Files("tests/page-visibility/**"):
581 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
583 with Files("tests/paint-timing/**"):
584 BUG_COMPONENT = ("Core", "DOM: Performance")
587 with Files("tests/payment-handler/**"):
588 BUG_COMPONENT = ("Core", "DOM: Web Payments")
591 with Files("tests/payment-method-basic-card/**"):
592 BUG_COMPONENT = ("Core", "DOM: Web Payments")
595 with Files("tests/payment-method-id/**"):
596 BUG_COMPONENT = ("Core", "DOM: Web Payments")
598 with Files("tests/payment-request/**"):
599 BUG_COMPONENT = ("Core", "DOM: Web Payments")
601 with Files("tests/secure-payment-confirmation/**"):
602 BUG_COMPONENT = ("Core", "DOM: Web Payments")
604 with Files("tests/performance-timeline/**"):
605 BUG_COMPONENT = ("Core", "DOM: Performance")
607 with Files("tests/picture-in-picture/**"):
608 BUG_COMPONENT = ("Toolkit", "Video/Audio Controls")
610 with Files("tests/pointerevents/**"):
611 BUG_COMPONENT = ("Core", "DOM: Events")
613 with Files("tests/pointerlock/**"):
614 BUG_COMPONENT = ("Core", "DOM: Events")
616 with Files("tests/preload/**"):
617 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
619 with Files("tests/presentation-api/**"):
620 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
622 with Files("tests/proximity/**"):
623 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
625 with Files("tests/quirks/**"):
626 BUG_COMPONENT = ("Core", "Layout")
628 with Files("tests/remote-playback/**"):
629 BUG_COMPONENT = ("Core", "Audio/Video: Playback")
631 with Files("tests/referrer-policy/**"):
632 BUG_COMPONENT = ("Core", "DOM: Security")
634 with Files("tests/requestidlecallback/**"):
635 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
637 # To be implemented in bug 1272409
638 with Files("tests/resize-observer/**"):
639 BUG_COMPONENT = ("Core", "Layout")
641 with Files("tests/resource-timing/**"):
642 BUG_COMPONENT = ("Core", "DOM: Performance")
644 with Files("tests/resources/**"):
645 BUG_COMPONENT = ("Testing", "web-platform-tests")
647 with Files("tests/sanitizer-api/**"):
648 BUG_COMPONENT = ("Core", "DOM: Security")
650 with Files("tests/screen-capture/**"):
651 BUG_COMPONENT = ("Core", "WebRTC: Audio/Video")
653 with Files("tests/screen-orientation/**"):
654 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
656 with Files("tests/secure-contexts/**"):
657 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
659 with Files("tests/selection/**"):
660 BUG_COMPONENT = ("Core", "DOM: Selection")
662 with Files("tests/server-timing/**"):
663 BUG_COMPONENT = ("Core", "DOM: Performance")
665 with Files("tests/service-workers/**"):
666 BUG_COMPONENT = ("Core", "DOM: Service Workers")
668 with Files("tests/shadow-dom/**"):
669 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
671 with Files("tests/speech-api/**"):
672 BUG_COMPONENT = ("Core", "Web Speech")
674 with Files("tests/storage/**"):
675 BUG_COMPONENT = ("Core", "Storage: Quota Manager")
677 with Files("tests/streams/**"):
678 BUG_COMPONENT = ("Core", "DOM: Streams")
680 with Files("tests/subresource-integrity/**"):
681 BUG_COMPONENT = ("Core", "DOM: Security")
683 with Files("tests/svg/**"):
684 BUG_COMPONENT = ("Core", "SVG")
686 with Files("tests/svg-aam/**"):
687 BUG_COMPONENT = ("Core", "SVG")
689 with Files("tests/touch-events/**"):
690 BUG_COMPONENT = ("Core", "DOM: Events")
692 with Files("tests/tools/**"):
693 BUG_COMPONENT = ("Testing", "web-platform-tests")
695 with Files("tests/trusted-types/**"):
696 BUG_COMPONENT = ("Core", "DOM: Security")
698 with Files("tests/uievents/**"):
699 BUG_COMPONENT = ("Core", "DOM: Events")
701 with Files("tests/upgrade-insecure-requests/**"):
702 BUG_COMPONENT = ("Core", "DOM: Security")
704 with Files("tests/url/**"):
705 BUG_COMPONENT = ("Core", "DOM: Networking")
707 with Files("tests/user-timing/**"):
708 BUG_COMPONENT = ("Core", "DOM: Performance")
710 with Files("tests/vibration/**"):
711 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
713 with Files("tests/visual-viewport/**"):
714 BUG_COMPONENT = ("Core", "Layout")
716 with Files("tests/wai-aria/**"):
717 BUG_COMPONENT = ("Core", "Disability Access APIs")
719 with Files("tests/wasm/**"):
720 BUG_COMPONENT = ("Core", "Javascript: WebAssembly")
722 with Files("tests/web-animations/**"):
723 BUG_COMPONENT = ("Core", "DOM: Animation")
725 with Files("tests/webaudio/**"):
726 BUG_COMPONENT = ("Core", "Web Audio")
728 with Files("tests/webauthn/**"):
729 BUG_COMPONENT = ("Core", "DOM: Web Authentication")
731 with Files("tests/webcodecs/**"):
732 BUG_COMPONENT = ("Core", "Audio/Video: Web Codecs")
734 with Files("tests/webdriver/**"):
735 BUG_COMPONENT = ("Remote Protocol", "Marionette")
737 with Files("tests/webdriver/tests/bidi/**"):
738 BUG_COMPONENT = ("Remote Protocol", "WebDriver BiDi")
740 with Files("tests/webgl/**"):
741 BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")
743 with Files("tests/webmessaging/**"):
744 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
746 with Files("tests/web-locks/**"):
747 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
749 with Files("tests/web-nfc/**"):
750 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
752 with Files("tests/webrtc/**"):
753 BUG_COMPONENT = ("Core", "WebRTC")
755 with Files("tests/webrtc-extensions/**"):
756 BUG_COMPONENT = ("Core", "WebRTC")
758 with Files("tests/webrtc-identity/**"):
759 BUG_COMPONENT = ("Core", "WebRTC")
761 with Files("tests/webrtc-stats/**"):
762 BUG_COMPONENT = ("Core", "WebRTC")
764 with Files("tests/webrtc-svc/**"):
765 BUG_COMPONENT = ("Core", "WebRTC")
767 with Files("tests/web-share/**"):
768 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
770 with Files("tests/websockets/**"):
771 BUG_COMPONENT = ("Core", "Networking: WebSockets")
773 with Files("tests/webstorage/**"):
774 BUG_COMPONENT = ("Core", "Storage: localStorage & sessionStorage")
776 with Files("tests/webtransport/**"):
777 BUG_COMPONENT = ("Core", "Networking: HTTP")
779 with Files("tests/webusb/**"):
780 BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
782 with Files("tests/webvr/**"):
783 BUG_COMPONENT = ("Core", "WebVR")
785 with Files("tests/webxr/**"):
786 BUG_COMPONENT = ("Core", "WebVR")
788 with Files("tests/webvtt/**"):
789 BUG_COMPONENT = ("Core", "Audio/Video: Playback")
791 with Files("tests/workers/**"):
792 BUG_COMPONENT = ("Core", "DOM: Workers")
794 # to be implemented in bug 1315239
795 with Files("tests/worklets/**"):
796 BUG_COMPONENT = ("Core", "DOM: Core & HTML")
798 with Files("tests/x-frame-options/**"):
799 BUG_COMPONENT = ("Core", "DOM: Security")
801 SPHINX_TREES["/web-platform"] = "docs"