summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-09-13 21:15:21 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-09-13 21:15:21 +0000
commit725f544776a6ee96a514a91dffd39aa32ecca3e6 (patch)
tree4570ab33e4bb9ab4fa8a00d0ac3c943e01c841a3
parenta2fc263db880054e1c2bee37af3f8a189b9e1d2f (diff)
downloadpdfium-725f544776a6ee96a514a91dffd39aa32ecca3e6.tar.xz
Disable FPDFEditEmbeddertest.AddCIDFontText
Bug: pdfium:1151 Change-Id: Ib8b0f8165389ce1a1aa96652685dab14eac6bdfd Reviewed-on: https://pdfium-review.googlesource.com/42412 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
-rw-r--r--fpdfsdk/fpdf_edit_embeddertest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fpdf_edit_embeddertest.cpp b/fpdfsdk/fpdf_edit_embeddertest.cpp
index 3d10ba06d9..7ffba6290f 100644
--- a/fpdfsdk/fpdf_edit_embeddertest.cpp
+++ b/fpdfsdk/fpdf_edit_embeddertest.cpp
@@ -2363,7 +2363,7 @@ TEST_F(FPDFEditEmbeddertest, TransformAnnot) {
// TODO(npm): Add tests using Japanese fonts in other OS.
#if _FX_PLATFORM_ == _FX_PLATFORM_LINUX_
-TEST_F(FPDFEditEmbeddertest, AddCIDFontText) {
+TEST_F(FPDFEditEmbeddertest, DISABLED_AddCIDFontText) {
// Start with a blank page
FPDF_PAGE page = FPDFPage_New(CreateNewDocument(), 0, 612, 792);
CFX_Font CIDfont;