1# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5# TEST SOON TO BE DISABLED UNTIL MIGRATED TO PYTHON 3. 6# For instructions on how to: go/tauto-py3-migration 7# To re-enable migrate to Python 3. 8# If the test is not migrated by 1/14/22 it will be deleted. 9 10AUTHOR = "ChromeOS Team" 11NAME = "desktopui_FontCache" 12PURPOSE = "Test font cache freshness." 13CRITERIA = """ 14Fails if the newly generated font cache is not identical to the existing cache. 15""" 16TIME = "SHORT" 17TEST_CATEGORY = "Functional" 18TEST_CLASS = "desktopui" 19TEST_TYPE = "client" 20 21DOC = """ 22Runs fc-cache to generate a new font cache and compares it to the existing 23cache. 24""" 25 26job.run_test('desktopui_FontCache') 27