| 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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 730 BUG26734 SKIP : inspector/console-format-collections.html = TEXT |
| 731 BUG26734 SKIP : inspector/console-format.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 |
| 732 | 739 |
| 733 // These tests are disabled until <audio> and <video> tags are supported. | 740 // These tests are disabled until <audio> and <video> tags are supported. |
| 734 // Disable <video> and <audio> tests for mac and linux until there is | 741 // Disable <video> and <audio> tests for mac and linux until there is |
| 735 // proper support. | 742 // proper support. |
| 736 BUG13907 : fast/layers/video-layer.html = FAIL | 743 BUG13907 : fast/layers/video-layer.html = FAIL |
| 737 BUG4363 LINUX MAC SKIP : fast/media = PASS FAIL | 744 BUG4363 LINUX MAC SKIP : fast/media = PASS FAIL |
| 738 BUG4363 LINUX MAC SKIP : http/tests/security/local-video-poster-from-remote.html
= FAIL TIMEOUT | 745 BUG4363 LINUX MAC SKIP : http/tests/security/local-video-poster-from-remote.html
= FAIL TIMEOUT |
| 739 BUG4363 LINUX MAC SKIP : http/tests/security/local-video-src-from-remote.html =
PASS FAIL | 746 BUG4363 LINUX MAC SKIP : http/tests/security/local-video-src-from-remote.html =
PASS FAIL |
| 740 BUG13907 SKIP : http/tests/security/local-video-source-from-remote.html = FAIL | 747 BUG13907 SKIP : http/tests/security/local-video-source-from-remote.html = FAIL |
| 741 BUG13907 SKIP : http/tests/media = FAIL | 748 BUG13907 SKIP : http/tests/media = FAIL |
| (...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2926 // Flaky tests | 2933 // Flaky tests |
| 2927 BUG36603 WIN RELEASE : svg/text/text-text-05-t.svg = CRASH PASS | 2934 BUG36603 WIN RELEASE : svg/text/text-text-05-t.svg = CRASH PASS |
| 2928 BUG36603 WIN RELEASE : svg/text/text-text-06-t.svg = CRASH PASS | 2935 BUG36603 WIN RELEASE : svg/text/text-text-06-t.svg = CRASH PASS |
| 2929 | 2936 |
| 2930 // WebKit roll 55161 to 55193 | 2937 // WebKit roll 55161 to 55193 |
| 2931 BUG36681 : java/argument-to-object-type.html = TEXT | 2938 BUG36681 : java/argument-to-object-type.html = TEXT |
| 2932 BUG36681 : java/array-return.html = TEXT | 2939 BUG36681 : java/array-return.html = TEXT |
| 2933 | 2940 |
| 2934 // WebKit roll 55241 to 55250 | 2941 // WebKit roll 55241 to 55250 |
| 2935 BUG36846 : java/java-and-plugins.html = TEXT | 2942 BUG36846 : java/java-and-plugins.html = TEXT |
| OLD | NEW |