blob: 379f831e19e736f6a2c141f70703f71eb424df4d (
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
32
33
34
35
36
37
38
39
40
41
|
// 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.
// We are occasionally hitting a JS stack overflow exception on Linux in
// release mode. This test already fails on Mac and in debug
// mode on Windows with a JS stack overflow exception.
//
// http://code.google.com/p/v8/issues/detail?id=277
BUG10457 RELEASE LINUX : fast/js/large-expressions.html = FAIL PASS
BUG39855 SLOW DEBUG : editing/selection/extend-selection.html = PASS
// Failing a few times, flak dashboard seems to agree.
BUG41973 MAC : svg/text/text-text-05-t.svg = IMAGE
// Rolling Skia forward in Chrome tree to get new baselines to check
// in upstream.
BUGEVAN : svg/clip-path/clip-path-child-clipped.svg = PASS FAIL
// Resulting from Skia r526. Adding these here while the bots chew on them to
// generate new baselines. The only differences should be off-by-one on
// colours.
BUGAGL : css2.1/t0803-c5505-mrgn-00-b-ag.html = IMAGE
BUGAGL : css2.1/t0804-c5509-padn-l-03-f-g.html = IMAGE
BUGAGL : fast/canvas/canvas-empty-image-pattern.html = IMAGE
BUGAGL : fast/dom/Window/btoa-pnglet.html = IMAGE
BUGAGL : fast/replaced/image-solid-color-with-alpha.html = IMAGE
BUGAGL : tables/mozilla/bugs/bug10565.html = IMAGE
BUGAGL : tables/mozilla/bugs/bug10633.html = IMAGE
BUGAGL : tables/mozilla/bugs/bug14323.html = IMAGE
BUGAGL : tables/mozilla/bugs/bug16012.html = IMAGE
BUGAGL : tables/mozilla/bugs/bug4427.html = IMAGE
BUGAGL : tables/mozilla/bugs/bug4803.html = IMAGE
BUGAGL : tables/mozilla/bugs/bug20804.html = IMAGE
// Probably just a rebaseline.
BUGWK38109 : editing/selection/caret-rtl-2.html = IMAGE
|