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 // TODO(ager): Get rid of these once they have been upstreamed as part |
| 9 // of a V8 update. |
| 10 // |
| 11 // These tests all fail because the expected output is wrong. The |
| 12 // reason is that JSC does not currently implement Object.freeze and |
| 13 // Object.isFrozen. These test has intentionally been marked as FAIL, |
| 14 // which makes it easy to fix this when webkit implements these ES5 features. |
| 15 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-21.html = FAIL |
| 16 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.3-4-24.html = FAIL |
| 17 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.9-0-1.html = FAIL |
| 18 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.9-0-2.html = FAIL |
| 19 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.9-1.html = FAIL |
| 20 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-0-1.html = FAIL |
| 21 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-0-2.html = FAIL |
| 22 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-1.html = FAIL |
| 23 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-1.html = FAIL |
| 24 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-2.html = FAIL |
| 25 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-3.html = FAIL |
| 26 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-4.html = FAIL |
| 27 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-5.html = FAIL |
| 28 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-6.html = FAIL |
| 29 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-7.html = FAIL |
| 30 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-8.html = FAIL |
| 31 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-9.html = FAIL |
| 32 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-10.html = FAIL |
| 33 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-11.html = FAIL |
| 34 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-12.html = FAIL |
| 35 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-13.html = FAIL |
| 36 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-14.html = FAIL |
| 37 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-15.html = FAIL |
| 38 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-16.html = FAIL |
| 39 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-17.html = FAIL |
| 40 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-18.html = FAIL |
| 41 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-19.html = FAIL |
| 42 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-20.html = FAIL |
| 43 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-21.html = FAIL |
| 44 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-22.html = FAIL |
| 45 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-23.html = FAIL |
| 46 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-24.html = FAIL |
| 47 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-25.html = FAIL |
| 48 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-26.html = FAIL |
| 49 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.12-3-27.html = FAIL |
| 50 BUG_RICOW WIN LINUX MAC : ietestcenter/Javascript/15.2.3.14-2-6.html = FAIL |
OLD | NEW |