Bug 286406
| Summary: | [Skia, cairo] TestWebCore.ImageBufferTests.ImageBufferSubPixelDrawing fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | New Bugs | Assignee: | Fujii Hironori <fujii.hironori> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Fujii Hironori
[Win] TestWebCore.ImageBufferTests.ImageBufferSubPixelDrawing fails
> python .\Tools\Scripts\run-api-tests --debug --no-build TestWebCore.ImageBufferTests.*
TestWebCore.ImageBufferTests.ImageBufferSubPixelDrawing
C:\webkit\wb\Tools\TestWebKitAPI\Tests\WebCore\ImageBufferTests.cpp:159
Value of: imageBufferPixelIs(Color::green, *frontImageBuffer, fillRect.minXMinYCorner() + FloatPoint(1, 1))
Actual: false (color is not expected at (2.50,2.50). Got: #00000000, expected: #00FF00.)
Expected: true
C:\webkit\wb\Tools\TestWebKitAPI\Tests\WebCore\ImageBufferTests.cpp:160
Value of: imageBufferPixelIs(Color::green, *frontImageBuffer, fillRect.maxXMinYCorner() + FloatPoint(-1, 1))
Actual: false (color is not expected at (389.50,2.50). Got: #00000000, expected: #00FF00.)
Expected: true
C:\webkit\wb\Tools\TestWebKitAPI\Tests\WebCore\ImageBufferTests.cpp:161
Value of: imageBufferPixelIs(Color::green, *frontImageBuffer, fillRect.minXMaxYCorner() + FloatPoint(1, -1))
Actual: false (color is not expected at (2.50,41.50). Got: #00000000, expected: #00FF00.)
Expected: true
C:\webkit\wb\Tools\TestWebKitAPI\Tests\WebCore\ImageBufferTests.cpp:162
Value of: imageBufferPixelIs(Color::green, *frontImageBuffer, fillRect.maxXMaxYCorner() + FloatPoint(-1, -1))
Actual: false (color is not expected at (389.50,41.50). Got: #00000000, expected: #00FF00.)
Expected: true
C:\webkit\wb\Tools\TestWebKitAPI\Tests\WebCore\ImageBufferTests.cpp:164
Value of: imageBufferPixelIs(Color::green, *backImageBuffer, fillRect.minXMinYCorner() + FloatPoint(1, 1))
Actual: false (color is not expected at (2.50,2.50). Got: #00000000, expected: #00FF00.)
Expected: true
C:\webkit\wb\Tools\TestWebKitAPI\Tests\WebCore\ImageBufferTests.cpp:165
Value of: imageBufferPixelIs(Color::green, *backImageBuffer, fillRect.maxXMinYCorner() + FloatPoint(-1, 1))
Actual: false (color is not expected at (389.50,2.50). Got: #00000000, expected: #00FF00.)
Expected: true
(...)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/39435
EWS
Committed 289415@main (3b5561ce3cda): <https://commits.webkit.org/289415@main>
Reviewed commits have been landed. Closing PR #39435 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/143678592>