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

Issue 2043803003: 👔 Reland #2: Move side-loaded test data /sdcard -> /sdcard/gtestdata (Closed)

Created:
4 years, 6 months ago by agrieve
Modified:
4 years, 6 months ago
Reviewers:
johnme, jbudorick, mef, Torne, Nico
CC:
chromium-reviews, posciak+watch_chromium.org, feature-media-reviews_chromium.org, cbentzel+watch_chromium.org, jbudorick+watch_chromium.org, mikecase+watch_chromium.org, michaelbai, Michael van Ouwerkerk
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Reland #2: Move side-loaded test data /sdcard -> /sdcard/gtestdata Reason for reland: - content_browsertests and component_browsertests updated to clear the correct private data directory between test runs. Uses delete_device_stale=True when pushing. This will prevent tests mistakenly passing when they depend on stale data files from a previous test. TBR=jbudorick@chromium.org,thakis@chromium.org,mef@chromium.org,torne@chromium.org BUG=607169, 617213, 616155 Committed: https://crrev.com/d4d66d4d0353020ddf9f1423d08cf39ed911c329 Cr-Commit-Position: refs/heads/master@{#398601}

Patch Set 1 #

Patch Set 2 : Fix content_browsertests not clearing private data between tests #

Patch Set 3 : rebase atop https://codereview.chromium.org/2041723006 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -65 lines) Patch
M android_webview/tools/system_webview_shell/layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java View 1 3 chunks +2 lines, -3 lines 0 comments Download
M android_webview/tools/system_webview_shell/test/data/run_tests.sh View 1 chunk +2 lines, -2 lines 0 comments Download
M base/base_paths_android.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M base/test/android/javatests/src/org/chromium/base/test/util/UrlUtils.java View 1 2 chunks +9 lines, -2 lines 0 comments Download
M base/test/test_support_android.h View 1 chunk +3 lines, -1 line 0 comments Download
M base/test/test_support_android.cc View 1 4 chunks +17 lines, -8 lines 3 comments Download
M build/android/pylib/local/device/local_device_gtest_run.py View 1 1 chunk +7 lines, -3 lines 0 comments Download
M build/android/pylib/local/device/local_device_instrumentation_test_run.py View 1 3 chunks +12 lines, -6 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 1 1 chunk +2 lines, -0 lines 0 comments Download
M build/apk_test.gypi View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M chrome/common/chrome_paths.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/cronet/android/BUILD.gn View 1 2 chunks +2 lines, -0 lines 0 comments Download
M components/cronet/android/test/mock_cert_verifier.cc View 1 2 chunks +11 lines, -3 lines 0 comments Download
M components/cronet/android/test/native_test_server.cc View 1 2 chunks +8 lines, -1 line 0 comments Download
M components/cronet/android/test/quic_test_server.cc View 1 5 chunks +12 lines, -6 lines 0 comments Download
M components/cronet/android/test/src/org/chromium/net/MockCertVerifier.java View 1 2 chunks +3 lines, -2 lines 0 comments Download
M components/cronet/android/test/src/org/chromium/net/NativeTestServer.java View 1 3 chunks +3 lines, -2 lines 0 comments Download
M components/cronet/android/test/src/org/chromium/net/QuicTestServer.java View 1 3 chunks +4 lines, -2 lines 0 comments Download
M components/test/android/browsertests_apk/src/org/chromium/components_browsertests_apk/ComponentsBrowserTestsActivity.java View 1 2 chunks +4 lines, -2 lines 0 comments Download
M content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/ContentBrowserTestsActivity.java View 1 2 chunks +4 lines, -2 lines 0 comments Download
M content/test/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M net/test/android/javatests/src/org/chromium/net/test/EmbeddedTestServer.java View 1 2 chunks +7 lines, -8 lines 0 comments Download
M net/test/android/javatests/src/org/chromium/net/test/EmbeddedTestServerImpl.java View 1 3 chunks +3 lines, -2 lines 0 comments Download
M net/test/android/javatests/src/org/chromium/net/test/util/CertTestUtil.java View 1 2 chunks +2 lines, -2 lines 0 comments Download
M net/test/embedded_test_server/android/embedded_test_server_android.cc View 1 2 chunks +7 lines, -1 line 0 comments Download
M testing/android/native_test.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M testing/android/native_test/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M testing/android/native_test/java/src/org/chromium/native_test/NativeTest.java View 1 3 chunks +3 lines, -2 lines 0 comments Download
M testing/android/native_test/native_test_launcher.cc View 1 3 chunks +7 lines, -1 line 0 comments Download

Depends on Patchset:

Messages

Total messages: 16 (5 generated)
agrieve
Created Reland of 👔 Reland of Move side-loaded test data /sdcard -> /sdcard/gtestdata
4 years, 6 months ago (2016-06-07 14:07:49 UTC) #1
agrieve
jbudorick - please have a quick look at the changes since last time. They are ...
4 years, 6 months ago (2016-06-07 14:22:29 UTC) #4
jbudorick
https://codereview.chromium.org/2043803003/diff/320001/base/test/test_support_android.cc File base/test/test_support_android.cc (right): https://codereview.chromium.org/2043803003/diff/320001/base/test/test_support_android.cc#newcode142 base/test/test_support_android.cc:142: case base::DIR_ANDROID_APP_DATA: Hm, the salient bit of code here ...
4 years, 6 months ago (2016-06-07 14:31:02 UTC) #5
agrieve
https://codereview.chromium.org/2043803003/diff/320001/base/test/test_support_android.cc File base/test/test_support_android.cc (right): https://codereview.chromium.org/2043803003/diff/320001/base/test/test_support_android.cc#newcode142 base/test/test_support_android.cc:142: case base::DIR_ANDROID_APP_DATA: On 2016/06/07 14:31:01, jbudorick wrote: > Hm, ...
4 years, 6 months ago (2016-06-07 14:46:24 UTC) #6
jbudorick
https://codereview.chromium.org/2043803003/diff/320001/base/test/test_support_android.cc File base/test/test_support_android.cc (right): https://codereview.chromium.org/2043803003/diff/320001/base/test/test_support_android.cc#newcode142 base/test/test_support_android.cc:142: case base::DIR_ANDROID_APP_DATA: On 2016/06/07 14:46:24, agrieve wrote: > On ...
4 years, 6 months ago (2016-06-07 15:05:48 UTC) #7
agrieve
On 2016/06/07 15:05:48, jbudorick wrote: > https://codereview.chromium.org/2043803003/diff/320001/base/test/test_support_android.cc > File base/test/test_support_android.cc (right): > > https://codereview.chromium.org/2043803003/diff/320001/base/test/test_support_android.cc#newcode142 > ...
4 years, 6 months ago (2016-06-08 15:45:07 UTC) #8
jbudorick
lgtm
4 years, 6 months ago (2016-06-08 15:49:11 UTC) #9
jbudorick
On 2016/06/08 15:49:11, jbudorick wrote: > lgtm (and thanks for the explanation)
4 years, 6 months ago (2016-06-08 15:49:30 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2043803003/320001
4 years, 6 months ago (2016-06-08 15:56:42 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:320001)
4 years, 6 months ago (2016-06-08 16:53:55 UTC) #14
commit-bot: I haz the power
4 years, 6 months ago (2016-06-08 16:57:01 UTC) #16
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/d4d66d4d0353020ddf9f1423d08cf39ed911c329
Cr-Commit-Position: refs/heads/master@{#398601}

Powered by Google App Engine
This is Rietveld 408576698