RESOLVED FIXED 55089
[chromium] Move media-file.js and video-test.js back to media/ for UILayoutTests
https://bugs.webkit.org/show_bug.cgi?id=55089
Summary [chromium] Move media-file.js and video-test.js back to media/ for UILayoutTests
Victoria Kirst
Reported 2011-02-23 15:03:28 PST
[chromium] Move media-file.js and video-test.js back to media/ for UILayoutTests
Attachments
Patch (97.11 KB, patch)
2011-02-23 15:08 PST, Victoria Kirst
no flags
Patch (98.55 KB, patch)
2011-02-23 15:26 PST, Victoria Kirst
mihaip: review+
commit-queue: commit-queue-
Victoria Kirst
Comment 1 2011-02-23 15:08:50 PST
Victoria Kirst
Comment 2 2011-02-23 15:26:32 PST
Victoria Kirst
Comment 3 2011-02-23 15:37:04 PST
Moving media-file.js and video-test.js to http/tests/media/ caused Chromium's MediaUILayoutTests to fail (http://crbug.com/73287), so I moved them back to the media/ folder. In order for the http tests to access these files, I added an alias to the media/ folder in the scripts that configure the httpd server.
WebKit Commit Bot
Comment 4 2011-02-24 10:38:28 PST
Comment on attachment 83562 [details] Patch Rejecting attachment 83562 [details] from commit-queue. Failed to run "['./Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id=eseidel-cq-sl', 'bu..." exit_code: 2 Last 500 characters of output: java/lc3/JSUndefined .......... java/lc3/JavaArray .... java/lc3/JavaClass .... java/lc3/JavaObject ..................................... java/lc3/StringMethods . java/lc3/forin . java/lc3/instanceof . loader .. mathml ....... mathml/presentation .................. media . media/adopt-node-crash.html -> failed Exiting early after 1 failures. 13006 tests run. 295.39s total testing time 13005 test cases (99%) succeeded 1 test case (<1%) had incorrect layout 9 test cases (<1%) had stderr output Full output: http://queues.webkit.org/results/7984514
Mihai Parparita
Comment 5 2011-02-24 10:59:00 PST
I forgot that patches that move files can't be landed through the commit queue (see bug 49154). Will land this by hand.
Mihai Parparita
Comment 6 2011-02-24 11:43:05 PST
Victoria Kirst
Comment 7 2011-02-24 12:14:01 PST
Thanks for landing, Mihai!
James Robinson
Comment 8 2011-02-24 14:38:28 PST
Reverted r79598 for reason: Appears to be causing trouble with httpd on windows Committed r79623: <http://trac.webkit.org/changeset/79623>
Mihai Parparita
Comment 9 2011-02-24 14:43:57 PST
(In reply to comment #8) > Reverted r79598 for reason: > > Appears to be causing trouble with httpd on windows > > Committed r79623: <http://trac.webkit.org/changeset/79623> Based on http://www.cyberciti.biz/tips/configure-lighttpd-alias-mod_alias.html it looks like subsequent alias.url lines need to use += in the lighthttpd config.
Mihai Parparita
Comment 10 2011-02-24 14:46:04 PST
(In reply to comment #9) > Based on http://www.cyberciti.biz/tips/configure-lighttpd-alias-mod_alias.html it looks like subsequent alias.url lines need to use += in the lighthttpd config. The logs show this too (from http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Win/builds/2045/steps/webkit_tests/logs/stdio) Duplicate config variable in conditional 0 global: alias.url 2011-02-24 14:19:12: (configfile.c.855) source: e:\b\build\slave\Webkit_Win\build\src\webkit\Release\..\../../layout-test-results\lighttpd.conf line: 105 pos: 1 parser failed somehow near here: (EOL)
Mihai Parparita
Comment 11 2011-02-24 15:10:56 PST
WebKit Review Bot
Comment 12 2011-02-24 15:59:45 PST
http://trac.webkit.org/changeset/79598 might have broken GTK Linux 32-bit Release
WebKit Review Bot
Comment 13 2011-02-24 16:07:39 PST
http://trac.webkit.org/changeset/79623 might have broken GTK Linux 64-bit Debug
Note You need to log in before you can comment on or make changes to this bug.