Bug 1370191 - Set WPT wdspec bug component to geckodriver; r?jgraham draft
authorAndreas Tolfsen <ato@mozilla.com>
Mon, 05 Jun 2017 11:46:14 +0100
changeset 588986 72af5c2a74f8f32584c648dd0016980bf0ac0727
parent 588945 275588f4d852d7dc183a9dcc70a311413dc7a063
child 631730 a54a88d7853b9d302b663fbc055a3ec3c9dddfe5
push id62209
push userbmo:ato@mozilla.com
push dateMon, 05 Jun 2017 10:48:12 +0000
reviewersjgraham
bugs1370191
milestone55.0a1
Bug 1370191 - Set WPT wdspec bug component to geckodriver; r?jgraham Testing :: geckodriver is a new Bugzilla component and it should be used for the WPT wdspec tests located in testing/web-platform/tests/webdriver because any test failures are likely to be implementation problems in the testing/geckodriver program. MozReview-Commit-ID: 75wG57PEsKl
testing/web-platform/moz.build
--- a/testing/web-platform/moz.build
+++ b/testing/web-platform/moz.build
@@ -194,17 +194,17 @@ with Files("tests/web-animations/**"):
 
 with Files("tests/webaudio/**"):
     BUG_COMPONENT = ("Core", "DOM: Web Audio")
 
 with Files("tests/webauthn/**"):
     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
 
 with Files("tests/webdriver/**"):
-    BUG_COMPONENT = ("https://github.com/w3c/web-platform-tests/", "webdriver")
+    BUG_COMPONENT = ("Testing", "geckodriver")
 
 with Files("tests/webgl/**"):
     BUG_COMPONENT = ("Core", "Canvas: WebGL")
 
 with Files("tests/webmessaging/**"):
     BUG_COMPONENT = ("Core", "DOM")
 
 with Files("tests/webrtc/**"):