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