Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 88a3b46

Browse files
herbderbySkia Commit-Bot
authored andcommitted
turn off 2M glyph test
This test is causing some ios and android tests to fail with out of memory. Change-Id: I6e8eab502860097be307bf5e9c09983a66e783dc Reviewed-on: https://skia-review.googlesource.com/c/skia/+/291656 Reviewed-by: Herb Derby <[email protected]> Commit-Queue: Herb Derby <[email protected]>
1 parent afd8a6c commit 88a3b46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/TextBlobCacheTest.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ static sk_sp<SkTextBlob> make_blob() {
230230
return builder.make();
231231
}
232232

233+
// Turned off to pass on android and ios devices, which were running out of memory..
234+
#if 0
233235
static sk_sp<SkTextBlob> make_large_blob() {
234236
auto tf = SkTypeface::MakeFromName("Roboto2-Regular", SkFontStyle());
235237
SkFont font;
@@ -271,6 +273,7 @@ DEF_GPUTEST_FOR_RENDERING_CONTEXTS(TextBlobIntegerOverflowTest, reporter, ctxInf
271273
int y = 40;
272274
SkBitmap base = draw_blob(blob.get(), surface.get(), {40, y + 0.0f});
273275
}
276+
#endif
274277

275278
static const bool kDumpPngs = true;
276279
// dump pngs needs a "good" and a "bad" directory to put the results in. This allows the use of the

0 commit comments

Comments
 (0)