Bug 55670 - [GTK] fast/canvas/rgba-parsing.html fails
Summary: [GTK] fast/canvas/rgba-parsing.html fails
Status: RESOLVED DUPLICATE of bug 49964
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 06:57 PST by Philippe Normand
Modified: 2011-03-09 03:46 PST (History)
3 users (show)

See Also:


Attachments
test diff (19.18 KB, text/plain)
2011-03-03 06:57 PST, Philippe Normand
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2011-03-03 06:57:23 PST
New test landed in http://trac.webkit.org/changeset/80235 fails on GTK:
Comment 1 Philippe Normand 2011-03-03 06:57:59 PST
Created attachment 84556 [details]
test diff
Comment 2 Philippe Normand 2011-03-03 07:03:26 PST
Skipped for now in http://trac.webkit.org/changeset/80238
Comment 3 Andras Becsi 2011-03-03 07:24:12 PST
This is really strange. GTK seems to fail somehow in parsing the int values of RGB which is not related to my change but the original
It would be good to know what version of gcc the bot uses.

I'll try to debug it.
Comment 4 Philippe Normand 2011-03-03 07:31:36 PST
gcc (Debian 4.4.5-10) 4.4.5 on the 64-bits slave and 32-bits Debug slave.
Comment 5 Andreas Kling 2011-03-03 10:38:26 PST
Note that the test uses the 2D canvas context to capture the parsed colors.

It's possible that the failure is due to some difference in the GTK implementation of GraphicsContext and/or getImageData() [ImageBuffer]
Comment 6 Carlos Garcia Campos 2011-03-09 03:36:52 PST
This looks like the same bug than #49964
Comment 7 Carlos Garcia Campos 2011-03-09 03:46:45 PST

*** This bug has been marked as a duplicate of bug 49964 ***