[Libreoffice-commits] core.git: vcl/qa

Mark Hung marklh9 at gmail.com
Thu May 25 08:27:10 UTC 2017


 vcl/qa/cppunit/pdfexport/pdfexport.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 002b4584e1db1c90000ed776479ff8f99c21e957
Author: Mark Hung <marklh9 at gmail.com>
Date:   Wed May 24 20:14:35 2017 +0800

    Bypass PdfExportTest::testTdf107868() in 64-bit Windows
    
    It also failed with VS2015. Just bypass it now.
    
    Change-Id: Ic657d1d341e8c9598e163f5f32b6e0bbee3959e4
    Reviewed-on: https://gerrit.libreoffice.org/37987
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Mark Hung <marklh9 at gmail.com>

diff --git a/vcl/qa/cppunit/pdfexport/pdfexport.cxx b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
index 9d42dfa5489e..f4fbf022e198 100644
--- a/vcl/qa/cppunit/pdfexport/pdfexport.cxx
+++ b/vcl/qa/cppunit/pdfexport/pdfexport.cxx
@@ -266,8 +266,8 @@ void PdfExportTest::testTdf105461()
 void PdfExportTest::testTdf107868()
 {
     // FIXME: Why does this fail on macOS?
-    // FIXME: Why does this fail when building 64bit with VS2017?
-#if !defined MACOSX && !(defined _WIN64 && _MSC_VER >= 1910)
+    // FIXME: Why does this fail when building 64bit?
+#if !defined MACOSX && !defined _WIN64
     // Import the bugdoc and print to PDF.
     OUString aURL = m_directories.getURLFromSrc(DATA_DIRECTORY) + "tdf107868.odt";
     mxComponent = loadFromDesktop(aURL);


More information about the Libreoffice-commits mailing list