[Libreoffice-commits] core.git: vcl/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Jul 20 13:56:53 UTC 2018
vcl/qa/cppunit/FontFeatureTest.cxx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit fadd8727cd050c00af4f0986626b99a9e84f1ddd
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Fri Jul 20 14:12:29 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Fri Jul 20 15:56:29 2018 +0200
undef more vcl_font_feature test on windows
Change-Id: If8697d13b8fa87fd07e8fef9cb6fdcb0f444fa71
Reviewed-on: https://gerrit.libreoffice.org/57775
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/vcl/qa/cppunit/FontFeatureTest.cxx b/vcl/qa/cppunit/FontFeatureTest.cxx
index 1c50bf30071f..2e9507a3426c 100644
--- a/vcl/qa/cppunit/FontFeatureTest.cxx
+++ b/vcl/qa/cppunit/FontFeatureTest.cxx
@@ -70,9 +70,10 @@ void FontFeatureTest::testGetFontFeatures()
}
}
+#if !defined(_WIN32)
+ // periodically fails on windows tinderbox like tb77 with a value of 27
CPPUNIT_ASSERT_EQUAL(size_t(20), rDefaultFontFeatures.size());
-#if !defined(_WIN32)
OUString aExpectedFeaturesString = "aalt c2sc case dlig frac hlig liga lnum "
"onum pnum salt sinf smcp ss01 ss02 ss03 "
"sups tnum zero cpsp ";
More information about the Libreoffice-commits
mailing list