| OLD | NEW |
| 1 // These tests are expected to fail until we get around to fixing | 1 // These tests are expected to fail until we get around to fixing |
| 2 // them. | 2 // them. |
| 3 | 3 |
| 4 // Bug 1124548: Copying with no selection is sometimes supposed to work | 4 // Bug 1124548: Copying with no selection is sometimes supposed to work |
| 5 // Also skipped by Apple on Windows (rdar://problem/5015941) | 5 // Also skipped by Apple on Windows (rdar://problem/5015941) |
| 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL | 6 DEFER : LayoutTests/editing/execCommand/copy-without-selection.html = FAIL |
| 7 | 7 |
| 8 // onload race condition due to poorly designed test. | 8 // onload race condition due to poorly designed test. |
| 9 // Works fine when run stand-alone. Not needed for Beta. | 9 // Works fine when run stand-alone. Not needed for Beta. |
| 10 // Also skipped by Apple on Windows, due to intermittent failure | 10 // Also skipped by Apple on Windows, due to intermittent failure |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 | 178 |
| 179 // Bug 852346 | 179 // Bug 852346 |
| 180 // These layout tests to see if link colors change after visiting a page. They | 180 // These layout tests to see if link colors change after visiting a page. They |
| 181 // does this by using layoutTestController.keepWebHistory() to turn on a | 181 // does this by using layoutTestController.keepWebHistory() to turn on a |
| 182 // temporary web history. layoutTestController.keepWebHistory() is not | 182 // temporary web history. layoutTestController.keepWebHistory() is not |
| 183 // implemented in test shell. | 183 // implemented in test shell. |
| 184 // This is a test tool problem, not a Chrome problem. | 184 // This is a test tool problem, not a Chrome problem. |
| 185 DEFER : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL | 185 DEFER : LayoutTests/fast/history/clicked-link-is-visited.html = FAIL |
| 186 DEFER : LayoutTests/fast/history/subframe-is-visited.html = FAIL | 186 DEFER : LayoutTests/fast/history/subframe-is-visited.html = FAIL |
| 187 | 187 |
| 188 // Probably needs to be rebaselined on MAC and LINUX | |
| 189 DEFER LINUX : LayoutTests/editing/selection/drag-in-iframe.html = FAIL TIMEOUT | |
| 190 | |
| 191 // Bug 849056 | 188 // Bug 849056 |
| 192 // We don't support NPN_Enumerate, but don't know of any plugin | 189 // We don't support NPN_Enumerate, but don't know of any plugin |
| 193 // which depends on that functionality. So we ignore this for beta. | 190 // which depends on that functionality. So we ignore this for beta. |
| 194 DEFER : LayoutTests/plugins/netscape-enumerate.html = FAIL | 191 DEFER : LayoutTests/plugins/netscape-enumerate.html = FAIL |
| 195 | 192 |
| 196 // This tests the screen's pixel depth, which we don't set on the buildbots | 193 // This tests the screen's pixel depth, which we don't set on the buildbots |
| 197 // so it depends on the users settings. Making this a broken test for us. | 194 // so it depends on the users settings. Making this a broken test for us. |
| 198 // The test must be fixed to not depend on user settings and rebaselined. post-
beta. | 195 // The test must be fixed to not depend on user settings and rebaselined. post-
beta. |
| 199 DEFER : LayoutTests/fast/dom/Window/window-screen-properties.html = PASS FAIL | 196 DEFER : LayoutTests/fast/dom/Window/window-screen-properties.html = PASS FAIL |
| 200 | 197 |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 // directory. http://crbug.com/8406 | 699 // directory. http://crbug.com/8406 |
| 703 LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL | 700 LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL |
| 704 LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL | 701 LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL |
| 705 LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL | 702 LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL |
| 706 | 703 |
| 707 // This test fails because (in Chromium) it includes the full path to the | 704 // This test fails because (in Chromium) it includes the full path to the |
| 708 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative | 705 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative |
| 709 // URLs. http://crbug.com/8407 | 706 // URLs. http://crbug.com/8407 |
| 710 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL | 707 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL |
| 711 | 708 |
| 712 // New test addded in the 41286:41362 merge. http://crbug.com/8439 for further | |
| 713 // investigation. | |
| 714 DEFER LINUX : LayoutTests/transforms/no_transform_hit_testing.html = FAIL | |
| 715 | |
| 716 // Crashing intermittently since a v8 update. http://crbug.com/8442 | 709 // Crashing intermittently since a v8 update. http://crbug.com/8442 |
| 717 LINUX : LayoutTests/fast/clip/nestedTransparencyClip.html = CRASH PASS | 710 LINUX : LayoutTests/fast/clip/nestedTransparencyClip.html = CRASH PASS |
| 718 | 711 |
| 719 | 712 |
| 720 // ---------------------------------------------------------------------------- | 713 // ---------------------------------------------------------------------------- |
| 721 // NEW FOR THE MERGE | 714 // NEW FOR THE MERGE |
| 722 // | 715 // |
| 723 // These tests need to have their output inspected to make sure it's reasonable | 716 // These tests need to have their output inspected to make sure it's reasonable |
| 724 // and then baselined if necessary. | 717 // and then baselined if necessary. |
| 725 // ---------------------------------------------------------------------------- | 718 // ---------------------------------------------------------------------------- |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1825 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-origins.html = CRASH | 1818 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-origins.html = CRASH |
| 1826 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html = CRAS
H | 1819 LayoutTests/transforms/3d/point-mapping/3d-point-mapping-preserve-3d.html = CRAS
H |
| 1827 LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html = CRASH | 1820 LayoutTests/transforms/3d/point-mapping/3d-point-mapping.html = CRASH |
| 1828 | 1821 |
| 1829 // New tests added in the 41420:41447 merge that are just missing results: | 1822 // New tests added in the 41420:41447 merge that are just missing results: |
| 1830 SKIP : LayoutTests/transforms/3d/point-mapping/3d-point-mapping-2.html = FAIL | 1823 SKIP : LayoutTests/transforms/3d/point-mapping/3d-point-mapping-2.html = FAIL |
| 1831 | 1824 |
| 1832 // New tests added in the 41420:41447 merge that fail: | 1825 // New tests added in the 41420:41447 merge that fail: |
| 1833 DEFER : LayoutTests/fast/block/float/nested-clearance.html = FAIL | 1826 DEFER : LayoutTests/fast/block/float/nested-clearance.html = FAIL |
| 1834 DEFER : LayoutTests/fast/css-generated-content/hit-test-generated-content.html =
FAIL | 1827 DEFER : LayoutTests/fast/css-generated-content/hit-test-generated-content.html =
FAIL |
| OLD | NEW |