Bug 94156

Summary: REGRESSION(r125710) - canvas-fallback-content tests asserting in Chromium
Product: WebKit Reporter: Adrienne Walker <enne>
Component: WebCore Misc.Assignee: Dominic Mazzoni <dmazzoni>
Status: RESOLVED FIXED    
Severity: Normal CC: cfleizach, enne, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 94200    
Attachments:
Description Flags
Patch
none
Patch for landing none

Description Adrienne Walker 2012-08-15 15:41:51 PDT
After http://trac.webkit.org/changeset/125710, the newly added accessibility/canvas-fallback-content.html and the already existing platform/chromium/virtual/gpu/fast/canvas/fallback-content.html started asserting in debug runs of layout tests.

See: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#showExpectations=true&tests=accessibility%2Fcanvas-fallback-content.html%2Cplatform%2Fchromium%2Fvirtual%2Fgpu%2Ffast%2Fcanvas%2Ffallback-content.html

--snip--
crash log for DumpRenderTree (pid 18579):
STDOUT: <empty>
STDERR: ASSERTION FAILED: !document()->childNeedsStyleRecalc()
STDERR: third_party/WebKit/Source/WebCore/dom/Node.cpp(927) : virtual bool WebCore::Node::isFocusable() const
--snip--
Comment 1 Adrienne Walker 2012-08-15 15:54:50 PDT
Committed r125719: <http://trac.webkit.org/changeset/125719>
Comment 2 Dominic Mazzoni 2012-08-15 15:56:20 PDT
Thanks - will look at this
Comment 3 Dominic Mazzoni 2012-08-16 14:05:55 PDT
Created attachment 158894 [details]
Patch
Comment 4 chris fleizach 2012-08-17 09:02:28 PDT
Comment on attachment 158894 [details]
Patch

Looks ok
Comment 5 WebKit Review Bot 2012-08-17 09:09:10 PDT
Comment on attachment 158894 [details]
Patch

Rejecting attachment 158894 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
unk #1 succeeded at 1 with fuzz 3.
patching file Source/WebCore/dom/Node.cpp
patching file LayoutTests/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file LayoutTests/platform/chromium/TestExpectations
Hunk #1 FAILED at 3506.
1 out of 1 hunk FAILED -- saving rejects to file LayoutTests/platform/chromium/TestExpectations.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Chris Flei..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/13529085
Comment 6 Dominic Mazzoni 2012-08-17 10:08:05 PDT
Created attachment 159148 [details]
Patch for landing
Comment 7 WebKit Review Bot 2012-08-17 11:43:05 PDT
Comment on attachment 159148 [details]
Patch for landing

Clearing flags on attachment: 159148

Committed r125920: <http://trac.webkit.org/changeset/125920>
Comment 8 WebKit Review Bot 2012-08-17 11:43:17 PDT
All reviewed patches have been landed.  Closing bug.