[Libreoffice-commits] core.git: vcl/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Nov 7 13:54:03 UTC 2018
vcl/qa/cppunit/FontFeatureTest.cxx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit 1df8aa9f3e4612270c8bf5d6b05f7cb2526f2170
Author: Noel Grandin <noel.grandin at collabora.co.uk>
AuthorDate: Wed Nov 7 10:57:49 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Wed Nov 7 14:52:27 2018 +0100
ifdef out more fontfeature test on windows
tb72 fails this regularly
Change-Id: I4c5fb8f4955e8479c31d0a3b67123b34ecc889aa
Reviewed-on: https://gerrit.libreoffice.org/62993
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 fca68240f0da..297ccc991121 100644
--- a/vcl/qa/cppunit/FontFeatureTest.cxx
+++ b/vcl/qa/cppunit/FontFeatureTest.cxx
@@ -84,10 +84,13 @@ void FontFeatureTest::testGetFontFeatures()
// periodically fails on windows tinderbox like tb72 with a missing "ss02"
CPPUNIT_ASSERT_EQUAL(aExpectedFeaturesString, aFeaturesString);
-#endif
// Check C2SC feature
{
+ // periodically fails on the Windows tb72 tinderboxen with
+ // equality assertion failed
+ //- Expected: 1664250723
+ //- Actual : 1684826471
vcl::font::Feature& rFeature = rDefaultFontFeatures[0];
CPPUNIT_ASSERT_EQUAL(vcl::font::featureCode("c2sc"), rFeature.m_aID.m_aFeatureCode);
@@ -99,6 +102,7 @@ void FontFeatureTest::testGetFontFeatures()
CPPUNIT_ASSERT_EQUAL(size_t(0), rFracFeatureDefinition.getEnumParameters().size());
}
+#endif
// Check FRAC feature
{
More information about the Libreoffice-commits
mailing list