diff options
author | Nicolas Pena <npm@chromium.org> | 2017-06-23 11:08:37 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-06-23 15:46:11 +0000 |
commit | 879b6d246341becaf572782ff1908b024543a01b (patch) | |
tree | b1655729e239cc2f404e04d05f478572fcca4ac1 | |
parent | 10e02fa3acdf8383e627087265ad1235406a1752 (diff) | |
download | pdfium-879b6d246341becaf572782ff1908b024543a01b.tar.xz |
Update corpus test hash to include Oneof tests
Bug: pdfium:781
Change-Id: I51c5ed9e582376f11f75f7512f36c33720e71bac
Reviewed-on: https://pdfium-review.googlesource.com/6890
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: Nicolás Peña <npm@chromium.org>
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | testing/SUPPRESSIONS | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ vars = { 'jinja2_revision': 'd34383206fa42d52faa10bb9931d6d538f3a57e0', 'jpeg_turbo_revision': '7260e4d8b8e1e40b17f03fafdf1cd83296900f76', 'markupsafe_revision': '8f45f5cfa0009d2a70589bcda0349b8cb2b72783', - 'pdfium_tests_revision': '692df048179862d2e2eae2492e33a4673debe8bc', + 'pdfium_tests_revision': 'f1ccbbfbc586e0ead482d286946d2f085503782f', 'skia_revision': 'bb581ce30f55360fd3a12e7f5aa1fe324b16d085', 'tools_memory_revision': '427f10475e1a8d72424c29d00bf689122b738e5d', 'trace_event_revision': '06294c8a4a6f744ef284cd63cfe54dbf61eea290', diff --git a/testing/SUPPRESSIONS b/testing/SUPPRESSIONS index 8eac8b6a61..1ae961384f 100644 --- a/testing/SUPPRESSIONS +++ b/testing/SUPPRESSIONS @@ -300,4 +300,4 @@ Sum.pdf * * * TimeField.pdf win,linux * * Test_CheckBox.pdf * * * Test_DateField_locale_zh_HK.pdf mac,win * * - +Oneof3.pdf * * * |