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 | 7 |
8 // These tests all fail because the expected output is wrong. The | 8 // These tests all fail because the expected output is wrong. The |
9 // reason is that JSC does not currently implement Function.prototype.bind | 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 | 10 // These test has intentionally been marked as FAIL, which makes it easy |
(...skipping 18 matching lines...) Expand all Loading... |
29 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-6.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 | 30 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-7.html = FAIL |
31 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-8.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 | 32 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-2-9.html = FAIL |
33 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-8-1.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 | 34 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-8-2.html = FAIL |
35 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-9-1.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 | 36 BUGWK42371 : ietestcenter/Javascript/15.3.4.5-9-2.html = FAIL |
37 | 37 |
38 BUG50438 : media/controls-drag-timebar.html = PASS FAIL | 38 BUG50438 : media/controls-drag-timebar.html = PASS FAIL |
| 39 |
| 40 BUG50637 : fast/dom/prototype-inheritance.html = FAIL |
OLD | NEW |