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

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

Issue 196047: Rebaseline a few fast/repaint tests that we are now passing.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 3 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
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 1460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1471 1471
1472 // ----------------------------------------------------------------- 1472 // -----------------------------------------------------------------
1473 // END MAC PORT TESTS 1473 // END MAC PORT TESTS
1474 // ----------------------------------------------------------------- 1474 // -----------------------------------------------------------------
1475 1475
1476 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is 1476 // Linux pixeltest failure: alpha=0.5 red (1,0,0) atop yellow (1,1,0) is
1477 // coming out with with a slightly-less-than-100% red channel. This test fails 1477 // coming out with with a slightly-less-than-100% red channel. This test fails
1478 // because we enforce non-transparent color in Font::drawGlyphs. 1478 // because we enforce non-transparent color in Font::drawGlyphs.
1479 BUG700464 LINUX : LayoutTests/fast/css/hsla-color.html = FAIL 1479 BUG700464 LINUX : LayoutTests/fast/css/hsla-color.html = FAIL
1480 1480
1481 // Implement layoutTestController.display() and 1481 // Implement layoutTestController.display() and
Julie Parent 2009/09/08 21:01:13 display() is now implemented right?
1482 // layoutTestController.testRepaint(). The only reason they are not marked as 1482 // layoutTestController.testRepaint(). The only reason they are not marked as
1483 // failures for Mac is because Mac doesn't yet run pixel tests where the 1483 // failures for Mac is because Mac doesn't yet run pixel tests where the
1484 // regression becomes visible. 1484 // regression becomes visible.
1485 BUG8630 WIN LINUX : LayoutTests/fast/repaint/4774354.html = FAIL
1486 BUG8630 WIN LINUX : LayoutTests/fast/repaint/4776765.html = FAIL
1487 BUG8630 WIN LINUX : LayoutTests/fast/repaint/background-generated.html = FAIL
1488 BUG8630 WIN LINUX : LayoutTests/fast/repaint/background-misaligned.html = FAIL
1489 BUG8630 WIN LINUX : LayoutTests/fast/repaint/backgroundSizeRepaint.html = FAIL
1490 BUG8630 WIN LINUX : LayoutTests/fast/repaint/body-background-image.html = FAIL 1485 BUG8630 WIN LINUX : LayoutTests/fast/repaint/body-background-image.html = FAIL
1491 BUG8630 WIN LINUX : LayoutTests/fast/repaint/border-fit-lines.html = FAIL
1492 BUG8630 WIN LINUX : LayoutTests/fast/repaint/border-radius-repaint.html = FAIL
1493 BUG8630 WIN LINUX : LayoutTests/fast/repaint/border-repaint-glitch.html = FAIL
1494 BUG8630 WIN LINUX : LayoutTests/fast/repaint/box-shadow-dynamic.html = FAIL
1495 BUG8630 WIN LINUX : LayoutTests/fast/repaint/box-shadow-h.html = FAIL
1496 BUG8630 WIN LINUX : LayoutTests/fast/repaint/box-shadow-v.html = FAIL
1497 BUG8630 WIN LINUX : LayoutTests/fast/repaint/bugzilla-3509.html = FAIL
1498 BUG8630 WIN LINUX : LayoutTests/fast/repaint/bugzilla-5699.html = FAIL
1499 BUG8630 WIN LINUX : LayoutTests/fast/repaint/bugzilla-6278.html = FAIL
1500 BUG8630 WIN LINUX : LayoutTests/fast/repaint/bugzilla-6388.html = FAIL
1501 BUG8630 WIN LINUX : LayoutTests/fast/repaint/bugzilla-7235.html = FAIL
1502 BUG8630 WIN LINUX : LayoutTests/fast/repaint/button-spurious-layout-hint.html = FAIL
1503 BUG8630 WIN LINUX : LayoutTests/fast/repaint/caret-outside-block.html = FAIL
1504 BUG8630 WIN LINUX : LayoutTests/fast/repaint/change-transform.html = FAIL
1505 BUG8630 WIN LINUX : LayoutTests/fast/repaint/clip-with-layout-delta.html = FAIL 1486 BUG8630 WIN LINUX : LayoutTests/fast/repaint/clip-with-layout-delta.html = FAIL
1506 BUG8630 WIN LINUX : LayoutTests/fast/repaint/clipped-relative.html = FAIL
1507 BUG8630 WIN LINUX : LayoutTests/fast/repaint/containing-block-position-change.ht ml = FAIL
1508 BUG8630 WIN LINUX : LayoutTests/fast/repaint/content-into-overflow.html = FAIL
1509 BUG8630 WIN LINUX : LayoutTests/fast/repaint/continuation-after-outline.html = F AIL
1510 BUG8630 WIN LINUX : LayoutTests/fast/repaint/control-clip.html = FAIL 1487 BUG8630 WIN LINUX : LayoutTests/fast/repaint/control-clip.html = FAIL
1511 BUG8630 WIN LINUX : LayoutTests/fast/repaint/create-layer-repaint.html = FAIL 1488 BUG8630 WIN LINUX : LayoutTests/fast/repaint/create-layer-repaint.html = FAIL
1512 BUG8630 WIN LINUX : LayoutTests/fast/repaint/delete-into-nested-block.html = FAI L 1489 BUG8630 WIN LINUX : LayoutTests/fast/repaint/delete-into-nested-block.html = FAI L
1513 BUG8630 WIN LINUX : LayoutTests/fast/repaint/dynamic-table-vertical-alignment-ch ange.html = FAIL 1490 BUG8630 WIN LINUX : LayoutTests/fast/repaint/dynamic-table-vertical-alignment-ch ange.html = FAIL
1514 BUG8630 LINUX : LayoutTests/fast/repaint/erase-overflow.html = FAIL 1491 BUG8630 LINUX : LayoutTests/fast/repaint/erase-overflow.html = FAIL
1515 BUG8630 WIN LINUX : LayoutTests/fast/repaint/fixed.html = FAIL 1492 BUG8630 WIN LINUX : LayoutTests/fast/repaint/fixed.html = FAIL
1516 BUG8630 WIN LINUX : LayoutTests/fast/repaint/flexible-box-overflow-horizontal.ht ml = FAIL 1493 BUG8630 WIN LINUX : LayoutTests/fast/repaint/flexible-box-overflow-horizontal.ht ml = FAIL
1517 BUG8630 WIN LINUX : LayoutTests/fast/repaint/flexible-box-overflow.html = FAIL 1494 BUG8630 WIN LINUX : LayoutTests/fast/repaint/flexible-box-overflow.html = FAIL
1518 BUG8630 WIN LINUX : LayoutTests/fast/repaint/float-in-new-block-with-layout-delt a.html = FAIL 1495 BUG8630 WIN LINUX : LayoutTests/fast/repaint/float-in-new-block-with-layout-delt a.html = FAIL
1519 BUG8630 WIN LINUX : LayoutTests/fast/repaint/float-move-during-layout.html = FAI L 1496 BUG8630 WIN LINUX : LayoutTests/fast/repaint/float-move-during-layout.html = FAI L
(...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
2455 2432
2456 // Webkit 48061:48071 2433 // Webkit 48061:48071
2457 BUG_VICTORW WIN DEBUG : LayoutTests/fast/regex/cross-frame-callable.html = TIMEO UT 2434 BUG_VICTORW WIN DEBUG : LayoutTests/fast/regex/cross-frame-callable.html = TIMEO UT
2458 2435
2459 // Webkit 48071:48078 2436 // Webkit 48071:48078
2460 BUG_VICTORW MAC : LayoutTests/fast/forms/enter-clicks-buttons.html = CRASH 2437 BUG_VICTORW MAC : LayoutTests/fast/forms/enter-clicks-buttons.html = CRASH
2461 2438
2462 // WebKit 48098:48155 2439 // WebKit 48098:48155
2463 BUG21267 : LayoutTests/fast/events/click-focus-anchor.html = FAIL 2440 BUG21267 : LayoutTests/fast/events/click-focus-anchor.html = FAIL
2464 BUG21267 : LayoutTests/fast/events/tab-focus-anchor.html = FAIL 2441 BUG21267 : LayoutTests/fast/events/tab-focus-anchor.html = FAIL
OLDNEW
« no previous file with comments | « webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/repaint/continuation-after-outline-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698