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

Issue 9433049: Make sure that chrome/ dir exists for webkit_unit_tests on Android. (Closed)

Created:
8 years, 10 months ago by John Knottenbelt
Modified:
8 years, 10 months ago
CC:
chromium-reviews, John Grabowski, Yaron, Johnny(Jianning) Ding
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Make sure that chrome/ dir exists for webkit_unit_tests on Android. webkit_support::GetWebKitRootDirFilePath() looks for a chrome/ directory so that it can identify this as a chrome working directory and therefore add third_party/WebKit to the path to get the WebKit root dir. This normally works because other unit tests pull in the chrome directory for their own reasons, but if this is the first test run on a blank /data/local/tmp directory, webkit_unit_test fails when it tries to load resources required for the tests. Pull in chrome/VERSION and thus ensure that the chrome/ directory exists. TEST=webkit_unit_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123312

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M build/android/single_test_runner.py View 1 chunk +3 lines, -0 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
John Knottenbelt
8 years, 10 months ago (2012-02-22 18:56:18 UTC) #1
John Knottenbelt
8 years, 10 months ago (2012-02-23 15:28:22 UTC) #2
Peter Beverloo
webkit_unit_tests (WebKit target, should be in experimental) times out on the AssociatedURLLoaderTest.SameOriginSuccess test (the RenderTableCellDeathTest ...
8 years, 10 months ago (2012-02-23 15:56:45 UTC) #3
Yaron
http://codereview.chromium.org/9433049/diff/1/build/android/single_test_runner.py File build/android/single_test_runner.py (right): http://codereview.chromium.org/9433049/diff/1/build/android/single_test_runner.py#newcode192 build/android/single_test_runner.py:192: 'chrome/VERSION', Why don't we need this downstream? Is this ...
8 years, 10 months ago (2012-02-23 17:52:06 UTC) #4
John Knottenbelt
We do need it downstream (and I already made that change). This change is only ...
8 years, 10 months ago (2012-02-23 18:25:57 UTC) #5
Yaron
lgtm
8 years, 10 months ago (2012-02-23 18:29:18 UTC) #6
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 10 months ago (2012-02-23 18:35:01 UTC) #7
John Knottenbelt
8 years, 10 months ago (2012-02-23 18:37:18 UTC) #8
bulach
lgtm thanks!
8 years, 10 months ago (2012-02-23 18:38:56 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jknotten@chromium.org/9433049/1
8 years, 10 months ago (2012-02-23 18:39:42 UTC) #10
commit-bot: I haz the power
8 years, 10 months ago (2012-02-23 20:32:55 UTC) #11
Change committed as 123312

Powered by Google App Engine
This is Rietveld 408576698