blob: 1939248aeb71e59373d56a335303a5b94e4aebcc (
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.
// Skip an overly restrictive cross-origin HTTPS test
BUGCR69594 SKIP : http/tests/appcache/different-https-origin-resource-main.html = FAIL
BUGV8_1203 DEBUG : fast/canvas/webgl/gl-get-calls.html = PASS CRASH
// Potential broken test found by r75985.
BUGCR74092 : http/tests/media/video-play-suspend.html = TIMEOUT
// WebKit fix is at r79797, but since we had to revert the WebKit roll adding the failing expectation back.
BUGJAMESR : fast/filesystem/op-get-entry.html = PASS TEXT
// To get rid of redness.
BUG_ANTONM MAC : fast/blockflow/Kusa-Makura-background-canvas.html = IMAGE+TEXT IMAGE
BUG_ANTONM MAC : fast/blockflow/japanese-ruby-vertical-lr.html = IMAGE
BUG_ANTONM MAC : fast/blockflow/japanese-ruby-vertical-rl.html = IMAGE
// Need a rebaseline.
BUG_ANTONM MAC : http/tests/security/xss-DENIED-xml-external-entity.xhtml = TEXT
BUG_ANTONM MAC : http/tests/security/xss-DENIED-xsl-external-entity.xml = TEXT
BUG_TONYG MAC : svg/text/font-size-below-point-five.svg = TEXT
// Temporarily get rid of redness
BUG_PKASTING WIN : http/tests/navigation/useragent.php = TEXT
|