Bug 1498721 - Disable Java code coverage on Android r=gbrown

This is due to an incompatability somewhere between JaCoCo and
default interface methods.

Depends on D23016

Differential Revision: https://phabricator.services.mozilla.com/D23017

--HG--
extra : moz-landing-system : lando
This commit is contained in:
James Willcox 2019-03-11 18:32:12 +00:00
Родитель 137efa1bc6
Коммит 6b6db6e10b
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -353,10 +353,12 @@ android-em-4.3-arm7-api-16/debug:
test-sets:
- android-common-tests
android-em-4.3-arm7-api-16-ccov/debug:
build-platform: android-api-16-ccov/debug
test-sets:
- android-ccov-tests
# Disable ccov testing on Android due to issues with
# Java 8 features. Bug 1498721.
# android-em-4.3-arm7-api-16-ccov/debug:
# build-platform: android-api-16-ccov/debug
# test-sets:
# - android-ccov-tests
android-em-4.3-arm7-api-16/opt:
build-platform: android-api-16/opt