Enable Chart XShape tests on Windows by default

They pass both locally and on CI builds on Windows, so I think they
are reliable enough to be enabled by default. On Linux CI builds one
tests is failing but not locally, so not enabling them on Linux for
now. Mac is a whole different story with most of the tests failing.

Change-Id: I1f2cf6f318ddce3c68d7353c49fc510f895bbb6a
Reviewed-on: https://gerrit.libreoffice.org/33173
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
This commit is contained in:
Khaled Hosny
2017-01-16 16:13:55 +02:00
parent 1fb2947aea
commit 5cd7b656de

View File

@@ -9429,7 +9429,7 @@ dnl ===================================================================
dnl Check for enabling chart XShape tests
dnl ===================================================================
AC_MSG_CHECKING([whether to execute chart XShape tests])
if test "$enable_chart_tests" = "yes"; then
if test "$enable_chart_tests" = "yes" -o '(' "$_os" = "WINNT" -a "$enable_chart_tests" != "no" ')'; then
AC_MSG_RESULT([yes])
ENABLE_CHART_TESTS=TRUE
AC_SUBST(ENABLE_CHART_TESTS)