Bug 1384768 - Fix BUG_COMPONENT for testing/web-platform/tests/webaudio r?jmaher draft
authorWes Kocher <wkocher@mozilla.com>
Wed, 26 Jul 2017 17:23:16 -0700
changeset 616402 a2d4adf26318e21a57ba4c05fbeaabc635bbf0dc
parent 615935 388d81ed93fa640f91d155f36254667c734157cf
child 639454 61cb6922c105007dfec85c118a0921f89345a9c8
push id70665
push userbmo:wkocher@mozilla.com
push dateThu, 27 Jul 2017 00:25:25 +0000
reviewersjmaher
bugs1384768
milestone56.0a1
Bug 1384768 - Fix BUG_COMPONENT for testing/web-platform/tests/webaudio r?jmaher MozReview-Commit-ID: 7QejlnuZbKf
testing/web-platform/moz.build
--- a/testing/web-platform/moz.build
+++ b/testing/web-platform/moz.build
@@ -216,17 +216,17 @@ with Files("tests/vibration/**"):
 # No files in here?
 #with Files("tests/wai-arai/**"):
 #    BUG_COMPONENT = ("Core", "Disability Access APIs")
 
 with Files("tests/web-animations/**"):
     BUG_COMPONENT = ("Core", "DOM: Animation")
 
 with Files("tests/webaudio/**"):
-    BUG_COMPONENT = ("Core", "DOM: Web Audio")
+    BUG_COMPONENT = ("Core", "Web Audio")
 
 with Files("tests/webauthn/**"):
     BUG_COMPONENT = ("Core", "DOM: Device Interfaces")
 
 with Files("tests/webdriver/**"):
     BUG_COMPONENT = ("Testing", "geckodriver")
 
 with Files("tests/webgl/**"):