• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5AUTHOR = "Chrome OS Team"
6NAME = "desktopui_FontCache"
7PURPOSE = "Test font cache freshness."
8CRITERIA = """
9Fails if the newly generated font cache is not identical to the existing cache.
10"""
11TIME = "SHORT"
12TEST_CATEGORY = "Functional"
13TEST_CLASS = "desktopui"
14TEST_TYPE = "client"
15
16DOC = """
17Runs fc-cache to generate a new font cache and compares it to the existing
18cache.
19"""
20
21job.run_test('desktopui_FontCache')
22