author | Sebastian Hengst <archaeopteryx@coole-files.de> |
Fri, 20 Oct 2017 00:47:51 +0200 | |
changeset 387200 | 4b2c76feaf08bb31da943ecb1e3520f7b74e50aa |
parent 387199 | d86b238b5db553056162c336aac62a213c255329 |
child 387201 | f87837f62f4800fd2561c20acdd2cecf2bfda348 |
push id | 32715 |
push user | acraciun@mozilla.com |
push date | Fri, 20 Oct 2017 09:04:45 +0000 |
treeherder | mozilla-central@be030533c5af [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1410245 |
milestone | 58.0a1 |
backs out | 8dbda4160d4085b6daaa68a9bd318ec15cee31ce |
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 @@ -205,16 +205,19 @@ with Files("tests/encoding/**"): BUG_COMPONENT = ("Core", "Internationalization") with Files("tests/encrypted-media/**"): BUG_COMPONENT = ("Core", "Audio/Video: Playback") with Files("tests/eventsource/**"): BUG_COMPONENT = ("Core", "DOM") +with Files("tests/ext-xhtml-pubid/**"): + BUG_COMPONENT = ("Core", "XML") + # usb and payments ? with Files("tests/feature-policy/**"): BUG_COMPONENT = ("Core", "DOM") with Files("tests/fetch/**"): BUG_COMPONENT = ("Core", "DOM") with Files("tests/fonts/**"):