blob: 92b47221706aa0045b16cc4508b5908ce66210c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
// This file should almost always be empty. Normally Chromium test expectations
// are found in
// src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt
//
// Only add expectations here to temporarily suppress messages on the bots
// until the changes can be landed upstream.
// Failing after WebKit roll to r85369, possibly r85319?
BUGKBR RELEASE WIN : inspector/debugger/live-edit.html = TEXT PASS
// The need for rebaselines is conflicting with the TIMEOUT expectation upstream
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-color-attr.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-dom-shadow-opacity-attr.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-color-prop.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/dynamic-updates/SVGFEDropShadowElement-svgdom-shadow-opacity-prop.html = IMAGE TIMEOUT
BUGWK59782 WIN MAC LINUX DEBUG CPU : svg/filters/feDropShadow.svg = IMAGE TIMEOUT
// The following tests only fail in Windows.
BUG_HCLAM WIN : svg/text/text-fonts-01-t.svg = IMAGE
BUG_HCLAM WIN : svg/text/text-intro-05-t.svg = IMAGE
// Failure introduced by Chromium r83848.
BUG_HCLAM : fast/url/ipv6.html = TEXT
// V8 now throws errors when trying to invoke native functions on null or
// undefined with apply or call. Will fix this upstream and delete when
// webkit has been rolled with these fixes.
BUG_RICOW : ietestcenter/Javascript/15.4.4.14-5-28.html = TEXT
BUG_RICOW : ietestcenter/Javascript/15.4.4.15-5-28.html = TEXT
BUG_RICOW : ietestcenter/Javascript/15.5.4.20-1-1.html = TEXT
BUG_RICOW : ietestcenter/Javascript/15.5.4.20-1-2.html = TEXT
|