| OLD | NEW |
| 1 // This file consists of lines with specifications of what | 1 // This file consists of lines with specifications of what |
| 2 // to expect from layout test cases. The test cases can be directories | 2 // to expect from layout test cases. The test cases can be directories |
| 3 // in which case the expectations apply to all test cases in that | 3 // in which case the expectations apply to all test cases in that |
| 4 // directory and any subdirectory. The format of the file is along the | 4 // directory and any subdirectory. The format of the file is along the |
| 5 // lines of: | 5 // lines of: |
| 6 // | 6 // |
| 7 // fast/js/fixme.js = FAIL | 7 // fast/js/fixme.js = FAIL |
| 8 // fast/js/flaky.js = FAIL PASS | 8 // fast/js/flaky.js = FAIL PASS |
| 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
| 10 // | 10 // |
| (...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 813 // These tests are failing because they use position-dependent mouse clicks. | 813 // These tests are failing because they use position-dependent mouse clicks. |
| 814 BUG13907 BUG25375 : media/video-controls-transformed.html = FAIL | 814 BUG13907 BUG25375 : media/video-controls-transformed.html = FAIL |
| 815 | 815 |
| 816 // These tests are WONTFIX because they use codecs Chromium doesn't support. | 816 // These tests are WONTFIX because they use codecs Chromium doesn't support. |
| 817 BUG16779 WONTFIX SKIP : media/video-can-play-type.html = FAIL TIMEOUT | 817 BUG16779 WONTFIX SKIP : media/video-can-play-type.html = FAIL TIMEOUT |
| 818 BUG16779 WONTFIX SKIP : media/video-document-types.html = FAIL TIMEOUT | 818 BUG16779 WONTFIX SKIP : media/video-document-types.html = FAIL TIMEOUT |
| 819 BUG16779 WONTFIX SKIP : media/audio-mpeg-supported.html = FAIL TIMEOUT | 819 BUG16779 WONTFIX SKIP : media/audio-mpeg-supported.html = FAIL TIMEOUT |
| 820 BUG16779 WONTFIX SKIP : media/audio-data-url.html = FAIL TIMEOUT | 820 BUG16779 WONTFIX SKIP : media/audio-data-url.html = FAIL TIMEOUT |
| 821 BUG16779 WONTFIX SKIP : media/video-size-intrinsic-scale.html = FAIL TIMEOUT | 821 BUG16779 WONTFIX SKIP : media/video-size-intrinsic-scale.html = FAIL TIMEOUT |
| 822 | 822 |
| 823 // Skipped to reduce crashiness during a test run. |
| 824 BUG38444 SKIP : media/video-append-source.html = CRASH PASS TIMEOUT |
| 823 | 825 |
| 824 // Function arguments object is copied for each access. | 826 // Function arguments object is copied for each access. |
| 825 BUG24194 : fast/js/kde/function_arguments.html = FAIL | 827 BUG24194 : fast/js/kde/function_arguments.html = FAIL |
| 826 | 828 |
| 827 // We don't support dynamic fonts on Linux. | 829 // We don't support dynamic fonts on Linux. |
| 828 // Once we have the sandbox working, we should re-evaluate this. | 830 // Once we have the sandbox working, we should re-evaluate this. |
| 829 BUG10278 LINUX : fast/css/font-face-implicit-local-font.html = FAIL | 831 BUG10278 LINUX : fast/css/font-face-implicit-local-font.html = FAIL |
| 830 BUG10278 LINUX : fast/css/font-face-unicode-range.html = FAIL | 832 BUG10278 LINUX : fast/css/font-face-unicode-range.html = FAIL |
| 831 | 833 |
| 832 // The v8 bindings allow shadowing of all properties on the global | 834 // The v8 bindings allow shadowing of all properties on the global |
| (...skipping 2001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2834 BUG38389 WIN LINUX : editing/pasteboard/smart-paste-005.html = TEXT | 2836 BUG38389 WIN LINUX : editing/pasteboard/smart-paste-005.html = TEXT |
| 2835 | 2837 |
| 2836 BUG38392 : plugins/resize-from-plugin.html = TEXT | 2838 BUG38392 : plugins/resize-from-plugin.html = TEXT |
| 2837 | 2839 |
| 2838 // Chromium r41818 makes these flaky. | 2840 // Chromium r41818 makes these flaky. |
| 2839 BUG38397 : websocket/tests/url-with-credential.html = TEXT PASS | 2841 BUG38397 : websocket/tests/url-with-credential.html = TEXT PASS |
| 2840 BUG38397 : websocket/tests/url-with-empty-query.html = TEXT PASS | 2842 BUG38397 : websocket/tests/url-with-empty-query.html = TEXT PASS |
| 2841 BUG38397 : websocket/tests/url-with-query-for-no-query.html = TEXT PASS | 2843 BUG38397 : websocket/tests/url-with-query-for-no-query.html = TEXT PASS |
| 2842 BUG38397 : websocket/tests/url-with-query.html = TEXT PASS | 2844 BUG38397 : websocket/tests/url-with-query.html = TEXT PASS |
| 2843 BUG38397 : websocket/tests/websocket-pending-activity.html = TIMEOUT PASS | 2845 BUG38397 : websocket/tests/websocket-pending-activity.html = TIMEOUT PASS |
| OLD | NEW |