WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
41478
canvas/philip/tests/2d.imageData.get.source.outside.html fails on the Mac bot
https://bugs.webkit.org/show_bug.cgi?id=41478
Summary
canvas/philip/tests/2d.imageData.get.source.outside.html fails on the Mac bot
Andreas Kling
Reported
2010-07-01 12:10:49 PDT
This test already works, thanks to the following code in getImageData: if (rect.x() < 0 || rect.y() < 0 || (rect.x() + rect.width()) > size.width() || (rect.y() + rect.height()) > size.height()) memset(data, 0, result->data()->length());
Attachments
Proposed patch
(2.42 KB, patch)
2010-07-01 12:13 PDT
,
Andreas Kling
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andreas Kling
Comment 1
2010-07-01 12:13:26 PDT
Created
attachment 60269
[details]
Proposed patch
WebKit Commit Bot
Comment 2
2010-07-01 19:37:54 PDT
Comment on
attachment 60269
[details]
Proposed patch Rejecting patch 60269 from commit-queue. Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--exit-after-n-failures=1', '--ignore-tests', 'compositing', '--quiet']" exit_code: 1 Last 500 characters of output: ing build-dumprendertree Compiling Java tests make: Nothing to be done for `default'. Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests Skipped list contained 'compositing/iframes/composited-iframe.html', but no file of that name could be found Testing 19271 test cases. canvas/philip/tests/2d.imageData.get.source.outside.html -> failed Exiting early after 1 failures. 387 tests run. 17.69s total testing time 386 test cases (99%) succeeded 1 test case (<1%) had incorrect layout Full output:
http://webkit-commit-queue.appspot.com/results/3398077
Andreas Kling
Comment 3
2010-07-12 09:07:56 PDT
(In reply to
comment #2
)
> canvas/philip/tests/2d.imageData.get.source.outside.html -> failed
Not sure what to do about this, the test passes when I run it on a Mac here.
Andreas Kling
Comment 4
2010-07-13 07:25:12 PDT
Committed
r63202
: <
http://trac.webkit.org/changeset/63202
>
WebKit Review Bot
Comment 5
2010-07-13 08:20:57 PDT
http://trac.webkit.org/changeset/63202
might have broken Leopard Intel Release (Tests) The following changes are on the blame list:
http://trac.webkit.org/changeset/63202
http://trac.webkit.org/changeset/63203
Andreas Kling
Comment 6
2010-07-13 08:30:34 PDT
Reopening since it fails reproducibly on the bot.
Andreas Kling
Comment 7
2010-07-13 08:32:51 PDT
Put it back on the mac skiplist: <
http://trac.webkit.org/changeset/63209
>
Adam Barth
Comment 8
2010-08-10 22:38:23 PDT
Comment on
attachment 60269
[details]
Proposed patch Looks like we'll need a new patch here.
Ahmad Saleem
Comment 9
2024-05-27 20:47:19 PDT
It is on WPT now and Safari / WebKit passes this:
https://wpt.fyi/results/html/canvas?label=master&label=experimental&aligned&q=2d.imagedata.get.source.outside.html
Marking this as 'Configuration Changed'.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug