From 53f555a619bfa9eed7b80ff3e1f01fd08e174195 Mon Sep 17 00:00:00 2001 From: Ryan Harrison Date: Tue, 27 Feb 2018 22:01:25 +0000 Subject: Move XFA pixel tests under pixel/ This removes the need for them to have their own runner. Due to other upstream changes some of the expectation files needed to be updated. The suppressions have been updated to make sure the tests do not run for non-XFA builds. Having these tests run on the bots surfaced an MSAN issue in the XFA code, which is fixed in this CL. BUG=pdfium:1020,pdfium:1008 Change-Id: I44e2fa1cba2d07f30f56f5792749acbe1ebf4b62 Reviewed-on: https://pdfium-review.googlesource.com/27710 Reviewed-by: dsinclair Commit-Queue: Ryan Harrison --- testing/tools/run_xfa_tests.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 testing/tools/run_xfa_tests.py (limited to 'testing/tools/run_xfa_tests.py') diff --git a/testing/tools/run_xfa_tests.py b/testing/tools/run_xfa_tests.py deleted file mode 100755 index 6647cfd939..0000000000 --- a/testing/tools/run_xfa_tests.py +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env python -# Copyright 2018 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. - -import sys - -import test_runner - -def main(): - runner = test_runner.TestRunner('xfa') - runner.SetEnforceExpectedImages(True) - return runner.Run() - -if __name__ == '__main__': - sys.exit(main()) -- cgit v1.2.3