Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(350)

Issue 12038003: REGRESSION(r175642) Caused webkit unit tests failures (Closed)

Created:
7 years, 11 months ago by Noel Gordon
Modified:
7 years, 11 months ago
Reviewers:
tkent, Nico
CC:
chromium-reviews
Visibility:
Public.

Description

REGRESSION(r175642) Caused webkit unit tests failures Chromium revision r175642 broke the webkit unit tests at webkit.org http://wkb.ug/106631 because GetWebKitRootDir() returns a file path that contains a relative "../.." component on some webkit bots. Make webkit_support::GetWebKitRootDir() return an absolute path. TEST=webkit unit tests pass BUG=http://wkb.ug/106631 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177931

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M webkit/support/webkit_support.cc View 1 chunk +1 line, -0 lines 1 comment Download

Messages

Total messages: 15 (0 generated)
Noel Gordon
7 years, 11 months ago (2013-01-21 01:11:38 UTC) #1
tkent
LGTM
7 years, 11 months ago (2013-01-21 02:03:55 UTC) #2
Nico
https://codereview.chromium.org/12038003/diff/1/webkit/support/webkit_support.cc File webkit/support/webkit_support.cc (right): https://codereview.chromium.org/12038003/diff/1/webkit/support/webkit_support.cc#newcode471 webkit/support/webkit_support.cc:471: CHECK(file_util::AbsolutePath(&path)); Shouldn't this be done in GetWebKitRootDirFilePath(), so that ...
7 years, 11 months ago (2013-01-21 03:23:00 UTC) #3
Noel Gordon
Are callers of GetWebKitRootDirFilePath() broken?
7 years, 11 months ago (2013-01-21 03:31:08 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noel@chromium.org/12038003/1
7 years, 11 months ago (2013-01-21 03:41:15 UTC) #5
Nico
On 2013/01/21 03:31:08, noel chromium wrote: > Are callers of GetWebKitRootDirFilePath() broken? It looks like ...
7 years, 11 months ago (2013-01-21 03:42:38 UTC) #6
Noel Gordon
And regardless, this patch is about webkit unit tests failures only.
7 years, 11 months ago (2013-01-21 03:42:52 UTC) #7
Nico
On 2013/01/21 03:42:52, noel chromium wrote: > And regardless, this patch is about webkit unit ...
7 years, 11 months ago (2013-01-21 03:43:40 UTC) #8
Noel Gordon
Separate bug really. There are lots of users via a webkit_support helper RewriteLayoutTestsURL() GetWebKitRootDirFilePath().Append(FILE_PATH_LITERAL("LayoutTests/")); http://code.google.com/p/chromium/source/search?q=RewriteLayoutTestsURL ...
7 years, 11 months ago (2013-01-21 03:57:21 UTC) #9
Noel Gordon
http://build.webkit.org/builders/Chromium%20Win%20Release%20%28Tests%29?numbuilds=50 should some uploads are getting through.
7 years, 11 months ago (2013-01-21 04:00:57 UTC) #10
Noel Gordon
s/shows/should/
7 years, 11 months ago (2013-01-21 04:01:25 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) sync_integration_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=101686
7 years, 11 months ago (2013-01-21 08:26:53 UTC) #12
Noel Gordon
Once more with feeling.
7 years, 11 months ago (2013-01-21 11:03:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noel@chromium.org/12038003/1
7 years, 11 months ago (2013-01-21 11:03:27 UTC) #14
commit-bot: I haz the power
7 years, 11 months ago (2013-01-21 15:52:41 UTC) #15
Message was sent while issue was closed.
Change committed as 177931

Powered by Google App Engine
This is Rietveld 408576698