Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(580)

Side by Side Diff: webkit/tools/layout_tests/test_expectations.txt

Issue 242093: LTTF: rebaseline LayoutTests/fast/box-shadow/basic-shadows.html for linux. (Closed)
Patch Set: Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/basic-shadows-expected.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 BUG10420 LINUX : LayoutTests/fast/transforms/matrix-02.html = FAIL 1532 BUG10420 LINUX : LayoutTests/fast/transforms/matrix-02.html = FAIL
1533 // Misc failures: 1533 // Misc failures:
1534 // New test. We should fix it, but it doesn't need to block the current release 1534 // New test. We should fix it, but it doesn't need to block the current release
1535 BUG10420 LINUX : LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg = FAIL 1535 BUG10420 LINUX : LayoutTests/svg/W3C-SVG-1.1/types-basicDOM-01-b.svg = FAIL
1536 BUG10420 LINUX : LayoutTests/svg/custom/use-transform.svg = FAIL 1536 BUG10420 LINUX : LayoutTests/svg/custom/use-transform.svg = FAIL
1537 1537
1538 // Regressions from WebKit merge to 40864 1538 // Regressions from WebKit merge to 40864
1539 // Likely just needs a rebaseline. 1539 // Likely just needs a rebaseline.
1540 BUG10421 LINUX : LayoutTests/fast/block/positioning/001.html = FAIL PASS 1540 BUG10421 LINUX : LayoutTests/fast/block/positioning/001.html = FAIL PASS
1541 1541
1542 // Regressions from WebKit merge 40847-40875
1543 BUG10423 LINUX : LayoutTests/fast/box-shadow/basic-shadows.html = FAIL
1544
1545 // Regressions from WebKit merge 40875:41017 1542 // Regressions from WebKit merge 40875:41017
1546 BUG10426 LINUX : LayoutTests/fast/css-generated-content/beforeAfter-interdocumen t.html = FAIL 1543 BUG10426 LINUX : LayoutTests/fast/css-generated-content/beforeAfter-interdocumen t.html = FAIL
1547 // Selection highlight colors are wrong. 1544 // Selection highlight colors are wrong.
1548 BUG10426 LINUX : LayoutTests/fast/lists/drag-into-marker.html = FAIL 1545 BUG10426 LINUX : LayoutTests/fast/lists/drag-into-marker.html = FAIL
1549 1546
1550 // Flaky since the merge 41017:41057. 1547 // Flaky since the merge 41017:41057.
1551 BUG10428 WIN LINUX : LayoutTests/fast/canvas/fillrect_gradient.html = FAIL PASS 1548 BUG10428 WIN LINUX : LayoutTests/fast/canvas/fillrect_gradient.html = FAIL PASS
1552 1549
1553 // It's not clear that the test isn't wrong here. It believes that middle 1550 // It's not clear that the test isn't wrong here. It believes that middle
1554 // aligning 15px Ahem should end up in a certain spot. But we have the 1551 // aligning 15px Ahem should end up in a certain spot. But we have the
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
2271 2268
2272 // WebKit update 48904:48927 2269 // WebKit update 48904:48927
2273 BUG_SENORBLANCO : LayoutTests/fast/js/toString-stack-overflow.html = FAIL 2270 BUG_SENORBLANCO : LayoutTests/fast/js/toString-stack-overflow.html = FAIL
2274 BUG_SENORBLANCO WIN : LayoutTests/fast/replaced/border-radius-clip.html = FAIL 2271 BUG_SENORBLANCO WIN : LayoutTests/fast/replaced/border-radius-clip.html = FAIL
2275 BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-30 2-redirect.html = FAIL 2272 BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-30 2-redirect.html = FAIL
2276 BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-re fresh-redirect.html = FAIL 2273 BUG_SENORBLANCO : LayoutTests/http/tests/globalhistory/history-delegate-basic-re fresh-redirect.html = FAIL
2277 2274
2278 // WebKit update 48937:48947 2275 // WebKit update 48937:48947
2279 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/repaint/transform-absolute-in-posit ioned-container.html = FAIL 2276 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/repaint/transform-absolute-in-posit ioned-container.html = FAIL
2280 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/inline/relative-positioned-overflow .html = CRASH 2277 BUG_SENORBLANCO WIN LINUX : LayoutTests/fast/inline/relative-positioned-overflow .html = CRASH
OLDNEW
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/box-shadow/basic-shadows-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698