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