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 // LayoutTests/fast/js/fixme.js = FAIL | 7 // LayoutTests/fast/js/fixme.js = FAIL |
8 // LayoutTests/fast/js/flaky.js = FAIL PASS | 8 // LayoutTests/fast/js/flaky.js = FAIL PASS |
9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS | 9 // LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS |
10 // | 10 // |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
670 // This test is very flaky. | 670 // This test is very flaky. |
671 BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = PASS CRASH | 671 BUG13907 WIN : LayoutTests/media/unsupported-rtsp.html = PASS CRASH |
672 // These tests are flaky. | 672 // These tests are flaky. |
673 BUG13907 WIN : LayoutTests/media/video-src-invalid-remove.html = PASS FAIL | 673 BUG13907 WIN : LayoutTests/media/video-src-invalid-remove.html = PASS FAIL |
674 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = PASS FAIL TIMEOUT | 674 BUG13097 WIN : LayoutTests/media/video-display-toggle.html = PASS FAIL TIMEOUT |
675 BUG13907 WIN : LayoutTests/media/video-src-change.html = PASS FAIL TIMEOUT | 675 BUG13907 WIN : LayoutTests/media/video-src-change.html = PASS FAIL TIMEOUT |
676 BUG13907 WIN : LayoutTests/media/video-src-source.html = PASS FAIL | 676 BUG13907 WIN : LayoutTests/media/video-src-source.html = PASS FAIL |
677 BUG13907 WIN : LayoutTests/media/video-size.html = PASS FAIL | 677 BUG13907 WIN : LayoutTests/media/video-size.html = PASS FAIL |
678 BUG13907 WIN : LayoutTests/media/video-src-plus-source.html = PASS FAIL | 678 BUG13907 WIN : LayoutTests/media/video-src-plus-source.html = PASS FAIL |
679 // The following test may trigger a deadlock so it times-out. | 679 // The following test may trigger a deadlock so it times-out. |
680 BUG13907 WIN : LayoutTests/media/remove-from-document.html = PASS TIMEOUT | 680 BUG13907 WIN : LayoutTests/media/remove-from-document.html = TIMEOUT |
| 681 BUG13907 WIN : LayoutTests/media/controls-styling.html = FAIL |
681 | 682 |
682 // Function arguments object is copied for each access. | 683 // Function arguments object is copied for each access. |
683 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL | 684 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL |
684 | 685 |
685 // Need a setAuthorAndUserStylesEnabled method in | 686 // Need a setAuthorAndUserStylesEnabled method in |
686 // layoutTestController. Now we have preference to enable/disable user | 687 // layoutTestController. Now we have preference to enable/disable user |
687 // styles(not work now), we still need to add a preference to enable/disable | 688 // styles(not work now), we still need to add a preference to enable/disable |
688 // styles of both author and user. | 689 // styles of both author and user. |
689 // Deferring, we don't support user-controlled UA stylesheets (in beta) | 690 // Deferring, we don't support user-controlled UA stylesheets (in beta) |
690 // Actually, gonna SKIP because it causes an additional error message in: | 691 // Actually, gonna SKIP because it causes an additional error message in: |
(...skipping 2264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2955 // WebKit 45495:45535 | 2956 // WebKit 45495:45535 |
2956 BUG15921 SKIP : LayoutTests/media/controls-strict.html = FAIL | 2957 BUG15921 SKIP : LayoutTests/media/controls-strict.html = FAIL |
2957 | 2958 |
2958 // Webkit 45535:45555 | 2959 // Webkit 45535:45555 |
2959 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL | 2960 BUG15977 : LayoutTests/svg/custom/createImageElement2.xhtml = FAIL |
2960 | 2961 |
2961 // Webkit 45555:45558 | 2962 // Webkit 45555:45558 |
2962 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. | 2963 // This was removed from test_expectations when it was passing after the Webkit
merge 45495:45535. |
2963 // Not sure if this is a regression or some manner of flakiness. | 2964 // Not sure if this is a regression or some manner of flakiness. |
2964 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL | 2965 BUG11613 MAC : LayoutTests/http/tests/security/cross-frame-access-call.html = FA
IL |
OLD | NEW |