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

Side by Side Diff: LayoutTests/platform/chromium/test_expectations.txt

Issue 9331005: Merge 106477 - [SKIA/CHROMIUM] Perform getImageData format conversions using Skia (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 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 | « no previous file | Source/WebCore/platform/graphics/skia/ImageBufferSkia.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // These are the layout test expectations for the Chromium port(s) of WebKit. 1 // These are the layout test expectations for the Chromium port(s) of WebKit.
2 // 2 //
3 // See http://trac.webkit.org/wiki/TestExpectations for more information on this file. 3 // See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
4 4
5 // ----------------------------------------------------------------- 5 // -----------------------------------------------------------------
6 // SLOW TESTS 6 // SLOW TESTS
7 // ----------------------------------------------------------------- 7 // -----------------------------------------------------------------
8 8
9 BUGCR24182 SLOW MAC DEBUG : fast/css/large-list-of-rules-crash.html = PASS 9 BUGCR24182 SLOW MAC DEBUG : fast/css/large-list-of-rules-crash.html = PASS
10 BUGCR24182 SLOW LINUX MAC DEBUG : fast/dom/Window/window-postmessage-clone-reall y-deep-array.html = PASS 10 BUGCR24182 SLOW LINUX MAC DEBUG : fast/dom/Window/window-postmessage-clone-reall y-deep-array.html = PASS
(...skipping 2361 matching lines...) Expand 10 before | Expand all | Expand 10 after
2372 BUGCR62138 MAC RELEASE : animations/stop-animation-on-suspend.html = TEXT PASS 2372 BUGCR62138 MAC RELEASE : animations/stop-animation-on-suspend.html = TEXT PASS
2373 BUGCR62138 LINUX WIN : animations/stop-animation-on-suspend.html = TEXT PASS 2373 BUGCR62138 LINUX WIN : animations/stop-animation-on-suspend.html = TEXT PASS
2374 2374
2375 BUGCR61739 DEBUG : animations/suspend-resume-animation-events.html = CRASH TEXT PASS 2375 BUGCR61739 DEBUG : animations/suspend-resume-animation-events.html = CRASH TEXT PASS
2376 BUGCR61739 WIN RELEASE : animations/suspend-resume-animation-events.html = TEXT PASS 2376 BUGCR61739 WIN RELEASE : animations/suspend-resume-animation-events.html = TEXT PASS
2377 2377
2378 // New tests added with http://trac.webkit.org/changeset/72472 and further. 2378 // New tests added with http://trac.webkit.org/changeset/72472 and further.
2379 // See https://bugs.webkit.org/show_bug.cgi?id=51982 for more info. 2379 // See https://bugs.webkit.org/show_bug.cgi?id=51982 for more info.
2380 BUGWK52509 LINUX WIN : svg/css/rect-gradient-stroke-shadow.svg = IMAGE 2380 BUGWK52509 LINUX WIN : svg/css/rect-gradient-stroke-shadow.svg = IMAGE
2381 BUGWK52509 LEOPARD : svg/css/rect-gradient-stroke-shadow.svg = IMAGE 2381 BUGWK52509 LEOPARD : svg/css/rect-gradient-stroke-shadow.svg = IMAGE
2382 BUGCR63921 LINUX WIN CPU : fast/canvas/canvas-fillPath-shadow.html = TEXT 2382 BUGCR63921 LINUX WIN : fast/canvas/canvas-fillPath-shadow.html = TEXT
2383 2383
2384 // Mainly flaky with mac debug, but also intermittent crashes seen on linux and windows 2384 // Mainly flaky with mac debug, but also intermittent crashes seen on linux and windows
2385 BUGCR64129 : fast/files/revoke-blob-url.html = PASS CRASH 2385 BUGCR64129 : fast/files/revoke-blob-url.html = PASS CRASH
2386 2386
2387 BUGCR64672 : fast/regex/invalid-range-in-class.html = TEXT 2387 BUGCR64672 : fast/regex/invalid-range-in-class.html = TEXT
2388 2388
2389 // FIXME: Need to add tooling support for V8 bugs. 2389 // FIXME: Need to add tooling support for V8 bugs.
2390 BUGV8_953 : fast/regex/pcre-test-1.html = TIMEOUT 2390 BUGV8_953 : fast/regex/pcre-test-1.html = TIMEOUT
2391 2391
2392 BUGWK50282 LINUX WIN : fast/images/imagemap-focus-ring-outline-color-explicitly- inherited-from-map.html = IMAGE+TEXT 2392 BUGWK50282 LINUX WIN : fast/images/imagemap-focus-ring-outline-color-explicitly- inherited-from-map.html = IMAGE+TEXT
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
2584 // not correctly accounting for scrollbars resulting in an non-negative 2584 // not correctly accounting for scrollbars resulting in an non-negative
2585 // overhang even when we weren't over the edge. 2585 // overhang even when we weren't over the edge.
2586 // * platform/ScrollView.cpp: 2586 // * platform/ScrollView.cpp:
2587 // (WebCore::ScrollView::calculateOverhangAreasForPainting): 2587 // (WebCore::ScrollView::calculateOverhangAreasForPainting):
2588 BUGCR71783 : scrollbars/custom-scrollbar-with-incomplete-style.html = IMAGE 2588 BUGCR71783 : scrollbars/custom-scrollbar-with-incomplete-style.html = IMAGE
2589 2589
2590 // 2590 //
2591 // GPU 2591 // GPU
2592 // 2592 //
2593 2593
2594 // This test expects that putImageData followed by getImageData at the same loca tion 2594 // Combination of unpremul plus gradient computation at half-integer coords caus es
2595 // will return the exact same pixel values. However, the spec allows some fuzzin ess 2595 // this to fail.
2596 // due to conversion to/from premultiplied-alpha. When we do the conversions on the 2596 BUGWK77550 GPU : canvas/philip/tests/2d.gradient.interpolate.colouralpha.html = TEXT
2597 // GPU we may be off by one in r, g, and/or b.
2598 BUGWK73952 GPU : canvas/philip/tests/2d.imageData.put.unchanged.html = TEXT
2599 2597
2600 // These will have slight differences on the edges of antialiased paths and need rebaseling 2598 // These will have slight differences on the edges of antialiased paths and need rebaseling
2601 BUGBSALOMON GPU : fast/canvas/arc360.html = IMAGE 2599 BUGBSALOMON GPU : fast/canvas/arc360.html = IMAGE
2602 BUGBSALOMON GPU : fast/canvas/canvas-composite-fill-repaint.html = IMAGE 2600 BUGBSALOMON GPU : fast/canvas/canvas-composite-fill-repaint.html = IMAGE
2603 BUGBSALOMON GPU : fast/canvas/canvas-composite-transformclip.html = IMAGE 2601 BUGBSALOMON GPU : fast/canvas/canvas-composite-transformclip.html = IMAGE
2604 BUGBSALOMON GPU : fast/canvas/canvas-composite.html = IMAGE 2602 BUGBSALOMON GPU : fast/canvas/canvas-composite.html = IMAGE
2605 BUGBSALOMON GPU : fast/canvas/canvas-transform-skewed.html = IMAGE 2603 BUGBSALOMON GPU : fast/canvas/canvas-transform-skewed.html = IMAGE
2606 BUGBSALOMON GPU : fast/canvas/image-object-in-canvas.html = IMAGE 2604 BUGBSALOMON GPU : fast/canvas/image-object-in-canvas.html = IMAGE
2607 BUGBSALOMON GPU : fast/canvas/image-pattern-rotate.html = IMAGE 2605 BUGBSALOMON GPU : fast/canvas/image-pattern-rotate.html = IMAGE
2608 2606
(...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after
4032 BUGWK77303 : fast/js/keywords-and-reserved_words.html = TEXT 4030 BUGWK77303 : fast/js/keywords-and-reserved_words.html = TEXT
4033 BUGWK77309 WIN : css3/flexbox/cross-axis-scrollbar.html = IMAGE 4031 BUGWK77309 WIN : css3/flexbox/cross-axis-scrollbar.html = IMAGE
4034 4032
4035 BUGWK77310 : fast/js/navigator-language.html = PASS TEXT 4033 BUGWK77310 : fast/js/navigator-language.html = PASS TEXT
4036 4034
4037 BUGWK77314 WIN MAC : fast/events/touch/send-oncancel-event.html = PASS TEXT 4035 BUGWK77314 WIN MAC : fast/events/touch/send-oncancel-event.html = PASS TEXT
4038 BUGWK77315 WIN MAC : fast/events/touch/touch-gesture-scroll.html = PASS TEXT 4036 BUGWK77315 WIN MAC : fast/events/touch/touch-gesture-scroll.html = PASS TEXT
4039 BUGWK77324 WIN MAC DEBUG SLOW : fast/js/dfg-int32array.html = PASS 4037 BUGWK77324 WIN MAC DEBUG SLOW : fast/js/dfg-int32array.html = PASS
4040 4038
4041 BUGWK77239 : storage/indexeddb/structured-clone.html = PASS TEXT 4039 BUGWK77239 : storage/indexeddb/structured-clone.html = PASS TEXT
OLDNEW
« no previous file with comments | « no previous file | Source/WebCore/platform/graphics/skia/ImageBufferSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698