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

Issue 810193007: [Android] Add file-based gtest filtering for gtests on AMP. (Closed)

Created:
5 years, 11 months ago by jbudorick
Modified:
5 years, 11 months ago
CC:
chromium-reviews, klundberg+watch_chromium.org, yfriedman+watch_chromium.org, jbudorick+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android] Add file-based gtest filtering for gtests on AMP. BUG=428729 Committed: https://crrev.com/e6c56015219f5824bf0cad7f69d888f14e693e3e Cr-Commit-Position: refs/heads/master@{#311363}

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -40 lines) Patch
M build/android/pylib/gtest/filter/base_unittests_disabled View 1 chunk +3 lines, -0 lines 0 comments Download
A build/android/pylib/gtest/filter/cc_unittests_disabled View 1 chunk +5 lines, -0 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_environment.py View 1 chunk +17 lines, -12 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_gtest_run.py View 4 chunks +25 lines, -2 lines 0 comments Download
M build/android/pylib/remote/device/remote_device_test_run.py View 3 chunks +15 lines, -4 lines 0 comments Download
M build/android/test_runner.py View 1 chunk +17 lines, -17 lines 0 comments Download
M testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java View 3 chunks +13 lines, -1 line 0 comments Download
M testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java View 1 6 chunks +24 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (3 generated)
jbudorick
https://codereview.chromium.org/810193007/diff/1/build/android/pylib/remote/device/remote_device_test_run.py File build/android/pylib/remote/device/remote_device_test_run.py (right): https://codereview.chromium.org/810193007/diff/1/build/android/pylib/remote/device/remote_device_test_run.py#newcode244 build/android/pylib/remote/device/remote_device_test_run.py:244: 'videocapture=0', We can revisit this when we support instrumentation ...
5 years, 11 months ago (2015-01-13 19:17:56 UTC) #2
jbudorick
https://codereview.chromium.org/810193007/diff/1/build/android/pylib/remote/device/remote_device_gtest_run.py File build/android/pylib/remote/device/remote_device_gtest_run.py (right): https://codereview.chromium.org/810193007/diff/1/build/android/pylib/remote/device/remote_device_gtest_run.py#newcode20 build/android/pylib/remote/device/remote_device_gtest_run.py:20: 'org.chromium.native_test.ChromeNativeTestActivity.CommandLineFile') oh, the other note: we have to do ...
5 years, 11 months ago (2015-01-13 19:26:28 UTC) #3
klundberg
Only minor things so giving LGTM https://codereview.chromium.org/810193007/diff/1/testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java File testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java (right): https://codereview.chromium.org/810193007/diff/1/testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java#newcode86 testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java:86: commandLineFilePath = Environment.getExternalStorageDirectory() ...
5 years, 11 months ago (2015-01-13 19:33:15 UTC) #4
jbudorick
https://codereview.chromium.org/810193007/diff/1/testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java File testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java (right): https://codereview.chromium.org/810193007/diff/1/testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java#newcode86 testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java:86: commandLineFilePath = Environment.getExternalStorageDirectory() + "/" On 2015/01/13 19:33:15, klundberg ...
5 years, 11 months ago (2015-01-13 19:38:42 UTC) #5
jbudorick
+Ted for testing/android/*
5 years, 11 months ago (2015-01-13 19:39:24 UTC) #7
klundberg
https://codereview.chromium.org/810193007/diff/1/testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java File testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java (right): https://codereview.chromium.org/810193007/diff/1/testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java#newcode86 testing/android/java/src/org/chromium/native_test/ChromeNativeTestActivity.java:86: commandLineFilePath = Environment.getExternalStorageDirectory() + "/" On 2015/01/13 19:38:41, jbudorick ...
5 years, 11 months ago (2015-01-13 19:41:16 UTC) #8
jbudorick
https://codereview.chromium.org/810193007/diff/1/testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java File testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java (right): https://codereview.chromium.org/810193007/diff/1/testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java#newcode187 testing/android/java/src/org/chromium/native_test/ChromeNativeTestInstrumentationTestRunner.java:187: Log.e(TAG, "FAILED: " + entry.getKey()); On 2015/01/13 19:41:16, klundberg ...
5 years, 11 months ago (2015-01-13 19:47:01 UTC) #9
Ted C
lgtm
5 years, 11 months ago (2015-01-13 21:28:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/810193007/20001
5 years, 11 months ago (2015-01-13 21:32:03 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 11 months ago (2015-01-13 23:50:02 UTC) #13
commit-bot: I haz the power
5 years, 11 months ago (2015-01-13 23:50:49 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e6c56015219f5824bf0cad7f69d888f14e693e3e
Cr-Commit-Position: refs/heads/master@{#311363}

Powered by Google App Engine
This is Rietveld 408576698