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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 // HTML5 datalist element. We don't enable it because WebKit implementation | 720 // HTML5 datalist element. We don't enable it because WebKit implementation |
721 // is incomplete. | 721 // is incomplete. |
722 BUG20226 DEFER : fast/forms/datalist-nonoption-child.html = TEXT | 722 BUG20226 DEFER : fast/forms/datalist-nonoption-child.html = TEXT |
723 BUG20226 DEFER : fast/forms/datalist.html = TEXT | 723 BUG20226 DEFER : fast/forms/datalist.html = TEXT |
724 BUG20226 DEFER : fast/forms/input-list.html = FAIL | 724 BUG20226 DEFER : fast/forms/input-list.html = FAIL |
725 BUG20226 DEFER : fast/forms/input-selectedoption.html = FAIL | 725 BUG20226 DEFER : fast/forms/input-selectedoption.html = FAIL |
726 | 726 |
727 // Add support for inspector layout tests. | 727 // Add support for inspector layout tests. |
728 BUG26734 LINUX MAC SKIP : inspector = PASS | 728 BUG26734 LINUX MAC SKIP : inspector = PASS |
729 BUG26734 LINUX MAC SKIP : http/tests/inspector = PASS | 729 BUG26734 LINUX MAC SKIP : http/tests/inspector = PASS |
730 BUG26734 SKIP : inspector/console-format-collections.html = TEXT | |
731 BUG26734 SKIP : inspector/console-format.html = TEXT | |
732 BUG36986 SKIP : inspector/timeline-enum-stability.html = TEXT | |
733 BUG36986 SKIP : inspector/timeline-event-dispatch.html = TEXT | |
734 BUG36986 SKIP : inspector/timeline-mark-timeline.html = TEXT | |
735 BUG36986 SKIP : inspector/timeline-network-resource.html = TEXT | |
736 BUG36986 SKIP : inspector/timeline-paint.html = TEXT | |
737 BUG36986 SKIP : inspector/timeline-parse-html.html = TEXT | |
738 | |
739 | 730 |
740 // These tests are disabled until <audio> and <video> tags are supported. | 731 // These tests are disabled until <audio> and <video> tags are supported. |
741 // Disable <video> and <audio> tests for mac and linux until there is | 732 // Disable <video> and <audio> tests for mac and linux until there is |
742 // proper support. | 733 // proper support. |
743 BUG13907 : fast/layers/video-layer.html = FAIL | 734 BUG13907 : fast/layers/video-layer.html = FAIL |
744 BUG4363 LINUX MAC SKIP : fast/media = PASS FAIL | 735 BUG4363 LINUX MAC SKIP : fast/media = PASS FAIL |
745 BUG4363 LINUX MAC SKIP : http/tests/security/local-video-poster-from-remote.html
= FAIL TIMEOUT | 736 BUG4363 LINUX MAC SKIP : http/tests/security/local-video-poster-from-remote.html
= FAIL TIMEOUT |
746 BUG4363 LINUX MAC SKIP : http/tests/security/local-video-src-from-remote.html =
PASS FAIL | 737 BUG4363 LINUX MAC SKIP : http/tests/security/local-video-src-from-remote.html =
PASS FAIL |
747 BUG13907 SKIP : http/tests/security/local-video-source-from-remote.html = FAIL | 738 BUG13907 SKIP : http/tests/security/local-video-source-from-remote.html = FAIL |
748 BUG13907 SKIP : http/tests/media = FAIL | 739 BUG13907 SKIP : http/tests/media = FAIL |
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2933 // Flaky tests | 2924 // Flaky tests |
2934 BUG36603 WIN RELEASE : svg/text/text-text-05-t.svg = CRASH PASS | 2925 BUG36603 WIN RELEASE : svg/text/text-text-05-t.svg = CRASH PASS |
2935 BUG36603 WIN RELEASE : svg/text/text-text-06-t.svg = CRASH PASS | 2926 BUG36603 WIN RELEASE : svg/text/text-text-06-t.svg = CRASH PASS |
2936 | 2927 |
2937 // WebKit roll 55161 to 55193 | 2928 // WebKit roll 55161 to 55193 |
2938 BUG36681 : java/argument-to-object-type.html = TEXT | 2929 BUG36681 : java/argument-to-object-type.html = TEXT |
2939 BUG36681 : java/array-return.html = TEXT | 2930 BUG36681 : java/array-return.html = TEXT |
2940 | 2931 |
2941 // WebKit roll 55241 to 55250 | 2932 // WebKit roll 55241 to 55250 |
2942 BUG36846 : java/java-and-plugins.html = TEXT | 2933 BUG36846 : java/java-and-plugins.html = TEXT |
| 2934 |
| 2935 // WebKit roll 55250 to 55339 |
| 2936 BUG36966 : fast/loader/about-blank-hash-kept.html = FAIL |
| 2937 BUG36967 : java/array-sort.html = FAIL |
OLD | NEW |