blob: 3ee8a5dc6dab42641c07c5c03ee7a5ab0dcc443e (
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
|
// 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.
// PLEASE DO NOT LEAVE ENTRIES IN THIS FILE FOR MORE THAN 24 HRS.
// The need for rebaselines is conflicting with the TIMEOUT expectation upstream
// Issues introduced with bug 84157
BUGGMAN : plugins/embed-attributes-style.html = IMAGE+TEXT
BUGGMAN : fast/dom/object-plugin-hides-properties.html = TEXT
BUGKOZ : fast/dom/navigator-detached-no-crash.html = TEXT
BUGKOZ : fast/dom/register-protocol-handler.html = TEXT
// We now follow the ES5 spec with regards to the semantics of the receiver
// given through eval to builtins (undefined). Test assumes that the global
// object is given as receiver.
BUGRICOW : fast/js/eval-var-decl.html = TEXT
// Updated V8 error message for Object.defineProperty, test needs rebaselining.
BUGRICOW : fast/js/function-prototype-descriptor.html = TEXT
// Started crashing in the r89132 roll; canaries seem unaffected.
BUGCR86570 MAC : http/tests/misc/acid3.html = IMAGE CRASH
BUGCR86570 MAC : http/tests/misc/font-face-in-multiple-segmented-faces.html = CRASH
BUGCR86570 MAC : platform/chromium-linux/fast/text/international/arabic-vertical-offset.html = IMAGE+TEXT CRASH
BUGCR86570 MAC : platform/gtk/fonts/custom-font-missing-glyphs.html = IMAGE+TEXT CRASH
BUGCR86570 MAC : platform/gtk/fonts/font-face-with-complex-text.html = IMAGE+TEXT CRASH
BUGCR86570 MAC : platform/mac/fast/text/myanmar-shaping.html = CRASH
BUGCR86570 MAC : platform/mac/fast/text/thai-combining-mark-positioning.html = CRASH
|