Revert of Revert of [Android] JUnit runner + gyp changes. (patchset #1 id:1 of https...
commit6e9dc50aecf078d7826fe8e4611b2c238aab3f23
authorphoglund <phoglund@chromium.org>
Wed, 24 Sep 2014 14:02:00 +0000 (24 07:02 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 24 Sep 2014 14:02:15 +0000 (24 14:02 +0000)
tree8ed2840f4a979de368b2dae6a4f7a188ecad8fcf
parent197fa5f4d6499ab91ae2435d82dda19fd60d9271
Revert of Revert of [Android] JUnit runner + gyp changes. (patchset #1 id:1 of https://codereview.chromium.org/597123002/)

Reason for revert:
Didn't help. We probably got scheduled on other, flakier Android devices which caused tests to start flaking, or something else is the root cause.

Original issue's description:
> Revert of [Android] JUnit runner + gyp changes. (patchset #15 id:280001 of https://codereview.chromium.org/574433003/)
>
> Reason for revert:
> Speculative revert: Android test started flaking a ton after this landed. Affected targets androidwebview_instrumentation_tests, chromeshell_instrumentation_tests, contentshell_instrumentation_tests. This CL seems the most likely in the blamelist of https://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/15905.
>
> Original issue's description:
> > [Android] JUnit runner + gyp changes.
> >
> > This adds Java code for running junit tests, as well as gyp targets for
> > both runnable and non-runnable host-side JARs.
> >
> > BUG=316383
> >
> > Committed: https://crrev.com/2e56d4508e33de5fc60bbbb41c5a5d5534e88174
> > Cr-Commit-Position: refs/heads/master@{#296340}
>
> TBR=cjhopman@chromium.org,nyquist@chromium.org,aurimas@chromium.org,jbudorick@chromium.org
> NOTREECHECKS=true
> NOTRY=true
> BUG=316383
>
> Committed: https://crrev.com/54b9408f8b18e3bf3a33343e375186e1949e8e86
> Cr-Commit-Position: refs/heads/master@{#296384}

TBR=cjhopman@chromium.org,nyquist@chromium.org,aurimas@chromium.org,jbudorick@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=316383

Review URL: https://codereview.chromium.org/596303002

Cr-Commit-Position: refs/heads/master@{#296406}
19 files changed:
build/all.gyp
build/android/gyp/jar.py
build/android/gyp/javac.py
build/host_jar.gypi [new file with mode: 0644]
build/host_prebuilt_jar.gypi [new file with mode: 0644]
testing/android/junit/java/src/org/chromium/testing/local/GtestComputer.java [new file with mode: 0644]
testing/android/junit/java/src/org/chromium/testing/local/GtestFilter.java [new file with mode: 0644]
testing/android/junit/java/src/org/chromium/testing/local/GtestListener.java [new file with mode: 0644]
testing/android/junit/java/src/org/chromium/testing/local/GtestLogger.java [new file with mode: 0644]
testing/android/junit/java/src/org/chromium/testing/local/JunitTestArgParser.java [new file with mode: 0644]
testing/android/junit/java/src/org/chromium/testing/local/JunitTestMain.java [new file with mode: 0644]
testing/android/junit/java/src/org/chromium/testing/local/PackageFilter.java [new file with mode: 0644]
testing/android/junit/java/src/org/chromium/testing/local/RunnerFilter.java [new file with mode: 0644]
testing/android/junit/javatests/src/org/chromium/testing/local/GtestFilterTest.java [new file with mode: 0644]
testing/android/junit/javatests/src/org/chromium/testing/local/GtestLoggerTest.java [new file with mode: 0644]
testing/android/junit/javatests/src/org/chromium/testing/local/PackageFilterTest.java [new file with mode: 0644]
testing/android/junit/javatests/src/org/chromium/testing/local/RunnerFilterTest.java [new file with mode: 0644]
testing/android/junit/junit_test.gyp [new file with mode: 0644]
third_party/junit/junit.gyp [new file with mode: 0644]