Bug 1545226 - Enable some android gtests in netwerk/test/gtest/parse-ftp; r=jmaher

With changes from bug 1548555, one of the gtests previously disabled on Android
can be re-enabled, but most of the tests in netwerk/test/gtest are still problematic
(some won't build for me).

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Brown 2019-05-06 18:53:55 +00:00
Родитель f208694292
Коммит 069ac0b409
1 изменённых файлов: 3 добавлений и 4 удалений

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

@ -4,10 +4,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
if CONFIG['OS_TARGET'] != 'Android':
UNIFIED_SOURCES += [
'TestParseFTPList.cpp',
]
UNIFIED_SOURCES += [
'TestParseFTPList.cpp',
]
TEST_HARNESS_FILES.gtest += [
'3-guess.in',