diff options
author | Henrique Nakashima <hnakashima@chromium.org> | 2017-06-27 15:52:45 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-06-27 20:39:08 +0000 |
commit | 6fac27d038697806aacdf1960e5a99eceda5ce31 (patch) | |
tree | b9b79fa6b78994468a9a5aedd4926576cca6dc10 /testing/SUPPRESSIONS_PIXEL | |
parent | b109ac4f09528f2e3a4ef96a163625846039198f (diff) | |
download | pdfium-6fac27d038697806aacdf1960e5a99eceda5ce31.tar.xz |
Change terminology of image diff to differentiate from pixel tests.
Change-Id: I957199b63f6049a586b8de2688501f5ae3449964
Reviewed-on: https://pdfium-review.googlesource.com/7038
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'testing/SUPPRESSIONS_PIXEL')
-rw-r--r-- | testing/SUPPRESSIONS_PIXEL | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/SUPPRESSIONS_PIXEL b/testing/SUPPRESSIONS_PIXEL deleted file mode 100644 index d1a576500e..0000000000 --- a/testing/SUPPRESSIONS_PIXEL +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2017 The PDFium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. -# -# List of tests to have pixel diff tests skipped, one per line. -# There are four space-separated columns per line -# Each column (except column 0) can contain a comma-separated list of values. -# -# Column 0: test file name -# Column 1: platform: *, win, mac, linux -# Column 2: v8 support: *, nov8, v8 -# Column 3: xfa support: *, noxfa, xfa -# -# All columns on a line on a line must match, but filenames may be repeated -# on subsequent lines to suppress more cases. Within each column, any one of -# the comma-separated values must match in order for the colum to "match". -# The filenames and keywords are case-sensitive. -# -# Try to keep the file alphabetized within each category of test. - -# -# Corpus tests -# -FRC_3.5_CF_Strf_stmf_DefaultCryptFilter.pdf * * * -FRC_3.5_EncryptMetadata_T.pdf * * * -FRC_3.5_Encrypt_is_damage.pdf * * * -FRC_3.5_Filter_PubSec_SubFilter_s5.pdf * * * -FRC_3.5_Filter_PubSec_Sub_SubFilter_s4.pdf * * * -MouseEvents.pdf * * * -Oneof.pdf * * * -bug_651304.pdf * * * -outline.pdf * * * |