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