From d476a176b774c387b242fa8fb2a9296d722c34aa Mon Sep 17 00:00:00 2001 From: halcanary Date: Tue, 2 Dec 2014 06:37:21 -0800 Subject: Remove PDF JPEG shortcut, since it fails on grayscale JPEGs. BUG=436079 Review URL: https://codereview.chromium.org/767343002 --- tests/PDFJpegEmbedTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/PDFJpegEmbedTest.cpp') diff --git a/tests/PDFJpegEmbedTest.cpp b/tests/PDFJpegEmbedTest.cpp index c1d0ea8452..422b59a18f 100644 --- a/tests/PDFJpegEmbedTest.cpp +++ b/tests/PDFJpegEmbedTest.cpp @@ -84,7 +84,8 @@ DEF_TEST(PDFJpegEmbedTest, r) { SkASSERT(pdfData); pdf.reset(); - REPORTER_ASSERT(r, is_subset_of(mandrillData, pdfData)); + // Test disabled, waiting on resolution to http://skbug.com/3180 + // REPORTER_ASSERT(r, is_subset_of(mandrillData, pdfData)); // This JPEG uses a nonstandard colorspace - it can not be // embedded into the PDF directly. -- cgit v1.2.3