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 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2437 // Regressions from WebKit merge 43264:42403, possibly due to r42375. | 2437 // Regressions from WebKit merge 43264:42403, possibly due to r42375. |
2438 BUG9992 WIN LINUX : LayoutTests/fast/repaint/box-shadow-h.html = FAIL | 2438 BUG9992 WIN LINUX : LayoutTests/fast/repaint/box-shadow-h.html = FAIL |
2439 BUG9992 WIN LINUX : LayoutTests/fast/repaint/box-shadow-v.html = FAIL | 2439 BUG9992 WIN LINUX : LayoutTests/fast/repaint/box-shadow-v.html = FAIL |
2440 BUG9992 WIN LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL | 2440 BUG9992 WIN LINUX : LayoutTests/fast/text/shadow-no-blur.html = FAIL |
2441 | 2441 |
2442 // Regressions from WebKit merge 43264:42403, unknown cause(s) | 2442 // Regressions from WebKit merge 43264:42403, unknown cause(s) |
2443 BUG10055 LINUX DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS | 2443 BUG10055 LINUX DEBUG : LayoutTests/editing/execCommand/paste-1.html = FAIL PASS |
2444 BUG10055 MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL | 2444 BUG10055 MAC : LayoutTests/fast/events/updateLayoutForHitTest.html = FAIL |
2445 BUG10055 LINUX DEBUG : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL | 2445 BUG10055 LINUX DEBUG : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL |
2446 | 2446 |
2447 // New test added by http://trac.webkit.org/changeset/42501. | |
2448 // Has already been rebaselined for chromium-win. | |
2449 BUG10529 LINUX : LayoutTests/editing/inserting/6703873.html = FAIL | |
2450 | |
2451 // This test was changed upstream in http://trac.webkit.org/changeset/42447 | 2447 // This test was changed upstream in http://trac.webkit.org/changeset/42447 |
2452 // to include window.showModalDialog, which we give as undefined. | 2448 // to include window.showModalDialog, which we give as undefined. |
2453 BUG10530 : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.h
tml = FAIL | 2449 BUG10530 : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.h
tml = FAIL |
2454 | 2450 |
2455 // Need rebaselining for Mac and Linux, from WebKit merge 42580:42609 | 2451 // Need rebaselining for Mac and Linux, from WebKit merge 42580:42609 |
2456 BUG10662 LINUX MAC : LayoutTests/fast/forms/caret-rtl.html = FAIL | 2452 BUG10662 LINUX MAC : LayoutTests/fast/forms/caret-rtl.html = FAIL |
2457 BUG10662 LINUX MAC : LayoutTests/fast/forms/form-added-to-table.html = FAIL | 2453 BUG10662 LINUX MAC : LayoutTests/fast/forms/form-added-to-table.html = FAIL |
2458 BUG10662 LINUX MAC : LayoutTests/fast/forms/form-in-malformed-markup.html = FAIL | 2454 BUG10662 LINUX MAC : LayoutTests/fast/forms/form-in-malformed-markup.html = FAIL |
2459 BUG10662 LINUX MAC : LayoutTests/fast/forms/formmove3.html = FAIL | 2455 BUG10662 LINUX MAC : LayoutTests/fast/forms/formmove3.html = FAIL |
2460 BUG10662 LINUX MAC : LayoutTests/fast/forms/preserveFormDuringResidualStyle.html
= FAIL | 2456 BUG10662 LINUX MAC : LayoutTests/fast/forms/preserveFormDuringResidualStyle.html
= FAIL |
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2576 BUG11012 MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FA
IL | 2572 BUG11012 MAC : LayoutTests/editing/deleting/deletionUI-single-instance.html = FA
IL |
2577 // Was marked as SLOW, now TIMEOUT. | 2573 // Was marked as SLOW, now TIMEOUT. |
2578 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT | 2574 BUG11012 MAC : LayoutTests/http/tests/xmlhttprequest/supported-xml-content-types
.html = TIMEOUT |
2579 | 2575 |
2580 // Temporarily disable worker tests that fail after | 2576 // Temporarily disable worker tests that fail after |
2581 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 | 2577 // http://src.chromium.org/viewvc/chrome?view=rev&revision=14461 |
2582 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S | 2578 BUG11011 WIN : LayoutTests/fast/workers/worker-event-listener.html = TIMEOUT PAS
S |
2583 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS | 2579 BUG11011 WIN : LayoutTests/fast/workers/worker-gc.html = TIMEOUT PASS |
2584 // The following failure was filed in BUG9798, used to be FAIL and PASS. | 2580 // The following failure was filed in BUG9798, used to be FAIL and PASS. |
2585 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S | 2581 BUG11011 WIN : LayoutTests/fast/workers/worker-terminate.html = TIMEOUT FAIL PAS
S |
OLD | NEW |