Fix Mac unit test failures caused by bug 846540 - explicitly disabled accessibility on Mac as that is how it was previously in configure.in which was overriding the mozilla-central default that we have now picked up. Bug 862238 will look at enabling it. r=bustage-fix.
This commit is contained in:
Родитель
e9cf5f8799
Коммит
a24dca4ef1
|
@ -19,6 +19,11 @@ if test "$OS_ARCH" = "WINNT"; then
|
|||
fi
|
||||
fi
|
||||
|
||||
# Disable Accessibility on Mac for now as unit tests fail (bug 862238).
|
||||
if test "$OS_ARCH" = "Darwin"; then
|
||||
ACCESSIBILITY=
|
||||
fi
|
||||
|
||||
# Disable WebRTC as we don't use it currently and to work around bug 837618
|
||||
# for Mac
|
||||
MOZ_WEBRTC=
|
||||
|
|
Загрузка…
Ссылка в новой задаче