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

Issue 2018663002: 👔 Reland of Move side-loaded test data /sdcard -> /sdcard/gtestdata (Closed)

Created:
4 years, 7 months ago by agrieve
Modified:
4 years, 6 months ago
Reviewers:
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 of Move side-loaded test data /sdcard -> /sdcard/chromium_tests_root Reason for reland: Updated webview tests that broke (WebViewLayoutTest.java) And use 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 BUG=607169 Committed: https://crrev.com/2524a0db714a44fbce723e00f6ed914e6d143cb6 Cr-Commit-Position: refs/heads/master@{#396479}

Patch Set 1 #

Patch Set 2 : fix android webview tests #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+134 lines, -61 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 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 +15 lines, -8 lines 0 comments Download
M build/android/pylib/local/device/local_device_gtest_run.py View 1 2 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 2 chunks +3 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/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 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 chunk +1 line, -0 lines 0 comments Download
M testing/android/native_test/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M testing/android/native_test/java/src/org/chromium/native_test/NativeTest.java View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M testing/android/native_test/native_test_launcher.cc View 1 2 3 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 20 (8 generated)
agrieve
Created Reland of 👔 Move side-loaded test data /sdcard -> /sdcard/gtestdata
4 years, 7 months ago (2016-05-26 20:45:13 UTC) #1
agrieve
On 2016/05/26 20:45:13, agrieve wrote: > Created Reland of 👔 Move side-loaded test data /sdcard ...
4 years, 7 months ago (2016-05-26 20:51:15 UTC) #3
agrieve
torne@chromium.org: Please review changes in android_webview
4 years, 7 months ago (2016-05-27 02:51:52 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2018663002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2018663002/280001
4 years, 7 months ago (2016-05-27 02:52:17 UTC) #7
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/12382) ios-device-gn on ...
4 years, 7 months ago (2016-05-27 02:54:44 UTC) #9
Torne
android_webview LGTM
4 years, 6 months ago (2016-05-27 09:47:46 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2018663002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2018663002/300001
4 years, 6 months ago (2016-05-27 14:15:47 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:300001)
4 years, 6 months ago (2016-05-27 15:58:11 UTC) #15
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/2524a0db714a44fbce723e00f6ed914e6d143cb6 Cr-Commit-Position: refs/heads/master@{#396479}
4 years, 6 months ago (2016-05-27 16:00:44 UTC) #17
johnme
On 2016/05/27 16:00:44, commit-bot: I haz the power wrote: > Patchset 3 (id:??) landed as ...
4 years, 6 months ago (2016-06-03 15:50:33 UTC) #18
agrieve
On 2016/06/03 15:50:33, johnme wrote: > On 2016/05/27 16:00:44, commit-bot: I haz the power wrote: ...
4 years, 6 months ago (2016-06-03 16:10:43 UTC) #19
agrieve
4 years, 6 months ago (2016-06-06 20:14:00 UTC) #20
Message was sent while issue was closed.
A revert of this CL (patchset #3 id:300001) has been created in
https://codereview.chromium.org/2044523003/ by agrieve@chromium.org.

The reason for reverting is: Breaking quota-related tests in
content_browsertests
https://crbug.com/617213.

Powered by Google App Engine
This is Rietveld 408576698