| Index: third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp
|
| index 5d4fa0527aec4da2b5f0d7a593c0d1e273acc080..3b5b343914faffc7f757b5b400c0b62730a29506 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaperTest.cpp
|
| @@ -92,7 +92,9 @@ TEST_F(HarfBuzzShaperTest, ResolveCandidateRunsUnicodeVariants) {
|
| // OpenType recommends Glyph ID 3 for a space; not a hard requirement though.
|
| // https://www.microsoft.com/typography/otspec/recom.htm
|
| #if !OS(MACOSX)
|
| - EXPECT_EQ(3u, testInfo(result)->glyphForTesting(0, 1)) << test.name;
|
| +// TODO(mgiuca): This expectation has been DISABLED due to failing on
|
| +// Linux bots. See https://crbug.com/667147.
|
| +// EXPECT_EQ(3u, testInfo(result)->glyphForTesting(0, 1)) << test.name;
|
| #endif
|
| EXPECT_EQ(0.f, testInfo(result)->advanceForTesting(0, 1)) << test.name;
|
| } else {
|
|
|