author | Mark Banner <standard8@mozilla.com> |
Fri, 17 Aug 2018 10:26:03 +0000 | |
changeset 432330 | 5bc36aec6368b3ae076d7b6cc7e821b3fc260385 |
parent 432329 | fc5c57e9b65b65e98fdc8e792913a5553bb67897 |
child 432331 | 41993cf46d6ab0a21976edc9bbb3b69891684fb4 |
push id | 67964 |
push user | mbanner@mozilla.com |
push date | Mon, 20 Aug 2018 07:19:25 +0000 |
treeherder | autoland@5bc36aec6368 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | jmaher |
bugs | 1481831 |
milestone | 63.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/testing/web-platform/moz.build +++ b/testing/web-platform/moz.build @@ -146,23 +146,23 @@ with Files("tests/xhr/**"): with Files("tests/accelerometer/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces") with Files("tests/ambient-light/**"): BUG_COMPONENT = ("Core", "DOM: Device Interfaces") with Files("tests/annotation-model/**"): - BUG_COMPONENT = ("Toolkit", "Places") + BUG_COMPONENT = ("Testing", "web-platform-tests") with Files("tests/annotation-protocol/**"): - BUG_COMPONENT = ("Toolkit", "Places") + BUG_COMPONENT = ("Testing", "web-platform-tests") with Files("tests/annotation-vocab/**"): - BUG_COMPONENT = ("Toolkit", "Places") + BUG_COMPONENT = ("Testing", "web-platform-tests") with Files("tests/apng/**"): BUG_COMPONENT = ("Core", "ImageLib") with Files("tests/audio-output/**"): BUG_COMPONENT = ("Core", "Audio/Video: Playback") with Files("tests/background-fetch/**"):