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 2544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2555 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT | 2555 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT |
2556 | 2556 |
2557 // Temporarily disable worker tests that fail after | 2557 // Temporarily disable worker tests that fail after |
2558 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 | 2558 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 |
2559 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S | 2559 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S |
2560 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS | 2560 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS |
2561 // The following failure was filed in BUG9798, used to be FAIL and PASS. | 2561 // The following failure was filed in BUG9798, used to be FAIL and PASS. |
2562 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S | 2562 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S |
2563 | 2563 |
2564 // New failures from WebKit Merge 42805:42932 | 2564 // New failures from WebKit Merge 42805:42932 |
2565 LayoutTests/fast/dom/Window/dispatchEvent.html = FAIL | |
2566 BUG11121 : LayoutTests/fast/repaint/layer-outline-horizontal.html = FAIL | 2565 BUG11121 : LayoutTests/fast/repaint/layer-outline-horizontal.html = FAIL |
2567 BUG11121 : LayoutTests/fast/repaint/layer-outline.html = FAIL | 2566 BUG11121 : LayoutTests/fast/repaint/layer-outline.html = FAIL |
2568 | 2567 |
2569 // Need Mac/Linux rebaselines from WebKit Merge 42805:42932 | 2568 // Need Mac/Linux rebaselines from WebKit Merge 42805:42932 |
2570 BUG11123 LINUX MAC : LayoutTests/editing/deleting/delete-br-013.html = FAIL | 2569 BUG11123 LINUX MAC : LayoutTests/editing/deleting/delete-br-013.html = FAIL |
2571 BUG11123 LINUX : LayoutTests/editing/inserting/4960120-1.html = FAIL | 2570 BUG11123 LINUX : LayoutTests/editing/inserting/4960120-1.html = FAIL |
2572 BUG11123 LINUX MAC : LayoutTests/editing/pasteboard/paste-blockquote-after-block
quote.html = FAIL | 2571 BUG11123 LINUX MAC : LayoutTests/editing/pasteboard/paste-blockquote-after-block
quote.html = FAIL |
2573 BUG11123 LINUX MAC : LayoutTests/editing/pasteboard/paste-blockquote-into-blockq
uote-3.html = FAIL | 2572 BUG11123 LINUX MAC : LayoutTests/editing/pasteboard/paste-blockquote-into-blockq
uote-3.html = FAIL |
2574 BUG11123 LINUX MAC : LayoutTests/fast/css/nested-layers-with-hover.html = FAIL | 2573 BUG11123 LINUX MAC : LayoutTests/fast/css/nested-layers-with-hover.html = FAIL |
2575 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL | 2574 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrollbar.html = FAIL |
2576 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL | 2575 BUG11123 LINUX : LayoutTests/fast/forms/textarea-scrolled-type.html = FAIL |
2577 BUG11123 LINUX MAC : LayoutTests/fast/overflow/overflow-focus-ring.html = FAIL | 2576 BUG11123 LINUX MAC : LayoutTests/fast/overflow/overflow-focus-ring.html = FAIL |
2578 BUG11123 LINUX MAC : LayoutTests/svg/custom/viewport-update2.svg = FAIL | 2577 BUG11123 LINUX MAC : LayoutTests/svg/custom/viewport-update2.svg = FAIL |
OLD | NEW |