Bug 73837 - Reland chromium event dispatch test from https://bugs.webkit.org/show_bug.cgi?id=72988
Summary: Reland chromium event dispatch test from https://bugs.webkit.org/show_bug.cgi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dave Michael
URL:
Keywords:
Depends on: 76373
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-05 09:47 PST by Dave Michael
Modified: 2012-01-16 03:15 PST (History)
1 user (show)

See Also:


Attachments
Patch (8.42 KB, patch)
2011-12-05 09:48 PST, Dave Michael
no flags Details | Formatted Diff | Diff
Patch (8.53 KB, patch)
2012-01-03 10:54 PST, Dave Michael
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Michael 2011-12-05 09:47:00 PST
Reland chromium event dispatch test from https://bugs.webkit.org/show_bug.cgi?id=72988
Comment 1 Dave Michael 2011-12-05 09:48:19 PST
Created attachment 117890 [details]
Patch
Comment 2 Dave Michael 2011-12-05 09:50:16 PST
Comment on attachment 117890 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=117890&action=review

> Source/WebKit/chromium/tests/DispatchEventTest.cpp:82
> +        m_targetParent = m_document.getElementById("target_parent");

This is the only line that changed from https://bugs.webkit.org/show_bug.cgi?id=72988. It used to say 'targetParent', which didn't match the HTML file. I must've changed one and not the other, and failed to rerun locally assuming the chromium unit tests got run on the WebKit bots.
Comment 3 Hajime Morrita 2011-12-11 21:02:10 PST
Comment on attachment 117890 [details]
Patch

Looks sane and the impact should be Chromium local. r+ing.
Comment 4 WebKit Review Bot 2011-12-11 21:26:49 PST
Comment on attachment 117890 [details]
Patch

Rejecting attachment 117890 [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:
 *** Waiting for unfinished jobs....
  LINK(target) out/Debug/TestWebKitAPI: Finished

Failed to run "['Tools/Scripts/build-webkit', '--debug', '--chromium', '--update-chromium']" exit_code: 2
ventTest.cpp:40: fatal error: WebSerializedScriptValue.h: No such file or directory
compilation terminated.
make: *** [out/Debug/obj.target/webkit_unit_tests/Source/WebKit/chromium/tests/DispatchEventTest.o] Error 1
make: *** Waiting for unfinished jobs....
  LINK(target) out/Debug/TestWebKitAPI: Finished

Full output: http://queues.webkit.org/results/10825969
Comment 5 WebKit Review Bot 2011-12-21 18:12:54 PST
Comment on attachment 117890 [details]
Patch

Rejecting attachment 117890 [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:
hing file Source/WebKit/chromium/ChangeLog
Hunk #1 succeeded at 1 with fuzz 3.
patching file Source/WebKit/chromium/WebKit.gypi
Hunk #1 FAILED at 69.
1 out of 1 hunk FAILED -- saving rejects to file Source/WebKit/chromium/WebKit.gypi.rej
patching file Source/WebKit/chromium/tests/DispatchEventTest.cpp
patching file Source/WebKit/chromium/tests/data/event_target.html

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Hajime Morita', u'--fo..." exit_code: 1

Full output: http://queues.webkit.org/results/10981244
Comment 6 Dave Michael 2012-01-03 10:54:54 PST
Created attachment 120959 [details]
Patch
Comment 7 Dave Michael 2012-01-03 10:55:40 PST
Comment on attachment 120959 [details]
Patch

Sorry for the out-dated patch. I just updated, and this one should be ready to land again.
Comment 8 WebKit Review Bot 2012-01-16 01:23:20 PST
Comment on attachment 120959 [details]
Patch

Clearing flags on attachment: 120959

Committed r105040: <http://trac.webkit.org/changeset/105040>
Comment 9 WebKit Review Bot 2012-01-16 01:23:24 PST
All reviewed patches have been landed.  Closing bug.