blob: e4a7d3343cb12b2a1f2d870c8b22201d4329f880 (
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
|
// 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
// Enabling EventSource in chromium before landing updated expectations.
// Remove this after rolling http://trac.webkit.org/changeset/58099.
BUG42319 : fast/dom/prototype-inheritance.html = FAIL
|