зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
bab6fc0886
Коммит
a7c654c745
|
@ -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("**"):
|
||||
|
|
Загрузка…
Ссылка в новой задаче