bug 1425365: geckodriver: re-enable rust tests on windows; r=whimboo

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Andreas Tolfsen 2018-10-15 14:30:30 +00:00
Родитель bab6fc0886
Коммит a7c654c745
1 изменённых файлов: 8 добавлений и 10 удалений

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

@ -6,17 +6,15 @@ RUST_PROGRAMS += ["geckodriver"]
# Some Rust build scripts compile C/C++ sources, don't error on warnings for them.
AllowCompilerWarnings()
# https://bugzil.la/1425365
if CONFIG["OS_ARCH"] != "WINNT":
RUST_TESTS = [
"geckodriver",
"webdriver",
RUST_TESTS = [
"geckodriver",
"webdriver",
# TODO: Move to mozbase/rust/moz.build once those crates can be
# tested separately.
"mozprofile",
"mozrunner",
"mozversion",
# TODO: Move to mozbase/rust/moz.build once those crates can be
# tested separately.
"mozprofile",
"mozrunner",
"mozversion",
]
with Files("**"):