Bug 83005 - REGRESSION (r112947-r112955): fast/events/ondrop-text-html.html, editing/pasteboard/get-data-text-plain-drop.html failing on GTK Linux 64-bit Debug
Summary: REGRESSION (r112947-r112955): fast/events/ondrop-text-html.html, editing/past...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL: http://build.webkit.org/results/GTK%2...
Keywords: LayoutTestFailure, MakingBotsRed, Regression
Depends on:
Blocks:
 
Reported: 2012-04-03 00:09 PDT by Philippe Normand
Modified: 2012-04-03 10:32 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2012-04-03 00:09:31 PDT
The following tests started failing on GTK Linux 64-bit Debug between r112948 and r112955 (inclusive):

    fast/events/ondrop-text-html.html
    editing/pasteboard/get-data-text-plain-drop.html

http://trac.webkit.org/log/trunk?rev=112955&stop_rev=112948&limit=9

http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r112947%20(32081)/results.html passed
http://build.webkit.org/results/GTK%20Linux%2064-bit%20Debug/r112955%20(32082)/results.html failed

Both tests hit an ASSERT:

STDERR: ASSERTION FAILED: !m_isHandlingDrag
STDERR: ../../Source/WebCore/page/DragController.cpp(425) : bool WebCore::DragController::concludeEditDrag(WebCore::DragData*)

I'll provide a full stack-trace when my Debug build is finished. Skipping those tests for now.
Comment 1 Martin Robinson 2012-04-03 08:45:49 PDT
Daniel, http://trac.webkit.org/changeset/112954 seems like the most likely culprit for these new assertion failures.
Comment 2 Daniel Cheng 2012-04-03 10:32:57 PDT
This ended up being reverted in http://trac.webkit.org/changeset/113004, probably for the same reason.