| 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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 // directory. http://crbug.com/8406 | 677 // directory. http://crbug.com/8406 |
| 678 LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL | 678 LayoutTests/fast/block/float/t0905-c414-flt-fit-01-d-g.html = FAIL |
| 679 LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL | 679 LayoutTests/fast/block/float/t0905-c5525-fltblck-00-d-ag.html = FAIL |
| 680 LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL | 680 LayoutTests/fast/block/float/t0905-c5526-flthw-00-c-g.html = FAIL |
| 681 | 681 |
| 682 // This test fails because (in Chromium) it includes the full path to the | 682 // This test fails because (in Chromium) it includes the full path to the |
| 683 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative | 683 // subframe URL. Need to teach dumpResourceLoadCallbacks() about relative |
| 684 // URLs. http://crbug.com/8407 | 684 // URLs. http://crbug.com/8407 |
| 685 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL | 685 DEFER : LayoutTests/fast/loader/main-document-url-for-non-http-loads.html = FAIL |
| 686 | 686 |
| 687 // Crashing intermittently since a v8 update. http://crbug.com/8442 | |
| 688 LINUX : LayoutTests/fast/clip/nestedTransparencyClip.html = CRASH PASS | |
| 689 | |
| 690 | |
| 691 // ---------------------------------------------------------------------------- | 687 // ---------------------------------------------------------------------------- |
| 692 // NEW FOR THE MERGE | 688 // NEW FOR THE MERGE |
| 693 // | 689 // |
| 694 // These tests need to have their output inspected to make sure it's reasonable | 690 // These tests need to have their output inspected to make sure it's reasonable |
| 695 // and then baselined if necessary. | 691 // and then baselined if necessary. |
| 696 // ---------------------------------------------------------------------------- | 692 // ---------------------------------------------------------------------------- |
| 697 | 693 |
| 698 // Accessibility is off in the browser, and accessibility is not a priority | 694 // Accessibility is off in the browser, and accessibility is not a priority |
| 699 // for the current release. | 695 // for the current release. |
| 700 DEFER : LayoutTests/accessibility = FAIL | 696 DEFER : LayoutTests/accessibility = FAIL |
| (...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1797 // New tests added in the 41420:41447 merge that fail: | 1793 // New tests added in the 41420:41447 merge that fail: |
| 1798 DEFER : LayoutTests/fast/block/float/nested-clearance.html = FAIL | 1794 DEFER : LayoutTests/fast/block/float/nested-clearance.html = FAIL |
| 1799 DEFER : LayoutTests/fast/css-generated-content/hit-test-generated-content.html =
FAIL | 1795 DEFER : LayoutTests/fast/css-generated-content/hit-test-generated-content.html =
FAIL |
| 1800 | 1796 |
| 1801 // Crashes sometimes. Race? Memory corruption? | 1797 // Crashes sometimes. Race? Memory corruption? |
| 1802 // Might be related to https://bugs.webkit.org/show_bug.cgi?id=22834 | 1798 // Might be related to https://bugs.webkit.org/show_bug.cgi?id=22834 |
| 1803 LINUX : LayoutTests/fast/canvas/set-colors.html = PASS CRASH | 1799 LINUX : LayoutTests/fast/canvas/set-colors.html = PASS CRASH |
| 1804 | 1800 |
| 1805 // Needs an FTP implementation to work completely. | 1801 // Needs an FTP implementation to work completely. |
| 1806 LINUX MAC : pending/security/block-test.html = FAIL | 1802 LINUX MAC : pending/security/block-test.html = FAIL |
| OLD | NEW |