OLD | NEW |
1 // This file should almost always be empty. Normally Chromium test expectations | 1 // This file should almost always be empty. Normally Chromium test expectations |
2 // are found in | 2 // are found in |
3 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt | 3 // src/third_party/WebKit/LayoutTests/platform/chromium/test_expectations.txt |
4 // | 4 // |
5 // Only add expectations here to temporarily suppress messages on the bots | 5 // Only add expectations here to temporarily suppress messages on the bots |
6 // until the changes can be landed upstream. | 6 // until the changes can be landed upstream. |
7 | |
8 // These tests all fail because the expected output is wrong. The | |
9 // reason is that JSC does not currently implement Function.prototype.bind | |
10 // These test has intentionally been marked as FAIL, which makes it easy | |
11 // to fix this when webkit implements this ES5 feature. | |
12 | |
13 BUGWK42371 : ietestcenter/Javascript/15.2.3.3-4-38.html = FAIL | |
14 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-0-1.html = FAIL | |
15 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-0-2.html = FAIL | |
16 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-1.html = FAIL | |
17 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-2.html = FAIL | |
18 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-3.html = FAIL | |
19 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-4.html = FAIL | |
20 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-13.b-5.html = FAIL | |
21 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-15-1.html = FAIL | |
22 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-15-2.html = FAIL | |
23 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-16-1.html = FAIL | |
24 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-1.html = FAIL | |
25 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-2.html = FAIL | |
26 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-3.html = FAIL | |
27 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-4.html = FAIL | |
28 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-5.html = FAIL | |
29 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-6.html = FAIL | |
30 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-7.html = FAIL | |
31 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-8.html = FAIL | |
32 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-9.html = FAIL | |
33 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-8-1.html = FAIL | |
34 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-8-2.html = FAIL | |
35 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-9-1.html = FAIL | |
36 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-9-2.html = FAIL | |
37 | |
38 BUG50438 : media/controls-drag-timebar.html = PASS FAIL | |
39 | |
40 // This test fails because the expected output is wrong. | |
41 // The reason is the device orientation runtime feature | |
42 // switch had to be switched off for test_shell until | |
43 // it provides a mock DeviceOrientationClient. | |
44 // See crbug.com/50637. | |
45 BUG50637 : fast/dom/prototype-inheritance.html = FAIL | |
46 | |
47 BUG50816 MAC : fast/forms/search-transformed.html = FAIL | |
48 BUG50825 LINUX : svg/custom/massive-coordinates.svg = FAIL | |
49 | |
50 BUG51036 : fast/events/special-key-events-in-input-text.html = FAIL | |
OLD | NEW |