diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-20 14:12:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-07-20 15:56:29 +0200 |
commit | fadd8727cd050c00af4f0986626b99a9e84f1ddd (patch) | |
tree | d9e26bd753426241051ab23e6c7734abae9f643b /vcl/qa | |
parent | 76b43425d764fbc9bf4dac52054b1d94344f26b0 (diff) |
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@collabora.co.uk>
Diffstat (limited to 'vcl/qa')
-rw-r--r-- | vcl/qa/cppunit/FontFeatureTest.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
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 "; |