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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 BUG13907 SKIP : LayoutTests/media/controls-strict.html = FAIL | 719 BUG13907 SKIP : LayoutTests/media/controls-strict.html = FAIL |
720 BUG17397 SKIP WIN : LayoutTests/media/audio-no-installed-engines.html = FAIL | 720 BUG17397 SKIP WIN : LayoutTests/media/audio-no-installed-engines.html = FAIL |
721 | 721 |
722 // Very flakey after r24022. Not sure if because of that change though. | 722 // Very flakey after r24022. Not sure if because of that change though. |
723 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT | 723 BUG20004 WIN : LayoutTests/media/video-play-pause-events.html = TIMEOUT |
724 | 724 |
725 BUG13907 SKIP : LayoutTests/media/video-empty-source.html = TIMEOUT | 725 BUG13907 SKIP : LayoutTests/media/video-empty-source.html = TIMEOUT |
726 BUG13907 : LayoutTests/fast/layers/video-layer.html = FAIL | 726 BUG13907 : LayoutTests/fast/layers/video-layer.html = FAIL |
727 BUG13907 WIN : LayoutTests/media/event-attributes.html = FAIL | 727 BUG13907 WIN : LayoutTests/media/event-attributes.html = FAIL |
728 | 728 |
729 // Requires the test shell to support eventSender.beginDragWithFiles(). | |
730 BUG19884 SKIP : LayoutTests/fast/forms/get-file-upload.html = TIMEOUT | |
731 BUG19884 SKIP : LayoutTests/fast/events/drag-to-navigate.html = TIMEOUT FAIL | |
732 BUG19884 : LayoutTests/fast/events/prevent-drag-to-navigate.html = TIMEOUT | |
733 BUG19884 : LayoutTests/editing/pasteboard/file-input-files-access.html = FAIL | |
734 BUG19884 SKIP : LayoutTests/http/tests/security/clipboard/clipboard-file-access.
html = FAIL | |
735 | |
736 // Function arguments object is copied for each access. | 729 // Function arguments object is copied for each access. |
737 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL | 730 BUG941049 : LayoutTests/fast/js/kde/function_arguments.html = FAIL |
738 | 731 |
739 // Need a setAuthorAndUserStylesEnabled method in | 732 // Need a setAuthorAndUserStylesEnabled method in |
740 // layoutTestController. Now we have preference to enable/disable user | 733 // layoutTestController. Now we have preference to enable/disable user |
741 // styles(not work now), we still need to add a preference to enable/disable | 734 // styles(not work now), we still need to add a preference to enable/disable |
742 // styles of both author and user. | 735 // styles of both author and user. |
743 // Deferring, we don't support user-controlled UA stylesheets (in beta) | 736 // Deferring, we don't support user-controlled UA stylesheets (in beta) |
744 // Actually, gonna SKIP because it causes an additional error message in: | 737 // Actually, gonna SKIP because it causes an additional error message in: |
745 // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow | 738 // LayoutTests/fast/css/display-none-inline-style-change-crash.html somehow |
(...skipping 1580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2326 // subdirectory, where things are automagically skipped, into the script-tests | 2319 // subdirectory, where things are automagically skipped, into the script-tests |
2327 // directory and is no longer automatically skipped. | 2320 // directory and is no longer automatically skipped. |
2328 BUG20908 WONTFIX SKIP : LayoutTests/animations/script-tests/TEMPLATE.html = PASS
FAIL CRASH TIMEOUT | 2321 BUG20908 WONTFIX SKIP : LayoutTests/animations/script-tests/TEMPLATE.html = PASS
FAIL CRASH TIMEOUT |
2329 | 2322 |
2330 // Flakey crashes in js tests. Cause unknown. | 2323 // Flakey crashes in js tests. Cause unknown. |
2331 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS | 2324 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-no-extensions.html = CRASH PASS |
2332 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P
ASS | 2325 BUG20886 WIN DEBUG : LayoutTests/fast/js/repeat-cached-vm-reentry.html = CRASH P
ASS |
2333 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS
H PASS | 2326 BUG20886 WIN DEBUG : LayoutTests/fast/js/regexp-non-capturing-groups.html = CRAS
H PASS |
2334 | 2327 |
2335 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL
PASS | 2328 BUG20898 MAC DEBUG : LayoutTests/svg/W3C-SVG-1.1/painting-marker-02-f.svg = FAIL
PASS |
OLD | NEW |