Bug 1505829 - use bugzilla component 'Javascript: Web Assembly' for wpt's wasm tests r=bbouvier

Differential Revision: https://phabricator.services.mozilla.com/D11343

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sebastian Hengst 2018-11-08 17:54:22 +00:00
parent 93c86f325a
commit ebeab3ee46

View File

@ -78,7 +78,7 @@ with Files("mozilla/tests/placeholder"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
with Files("mozilla/tests/wasm/**"):
BUG_COMPONENT = ("Core", "JavaScript Engine: JIT")
BUG_COMPONENT = ("Core", "Javascript: Web Assembly")
with Files("update/**"):
BUG_COMPONENT = ("Testing", "web-platform-tests")
@ -536,7 +536,7 @@ with Files("tests/wai-aria/**"):
BUG_COMPONENT = ("Core", "Disability Access APIs")
with Files("tests/wasm/**"):
BUG_COMPONENT = ("Core", "JavaScript Engine: JIT")
BUG_COMPONENT = ("Core", "Javascript: Web Assembly")
with Files("tests/web-animations/**"):
BUG_COMPONENT = ("Core", "DOM: Animation")