test_switches.cc revision 424c4d7b64af9d0d8fd9624f381f469654d5e3d2
15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Copyright (c) 2012 The Chromium Authors. All rights reserved.
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Use of this source code is governed by a BSD-style license that can be
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// found in the LICENSE file.
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#include "base/test/test_switches.h"
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// Time (in milliseconds) that the tests should wait before timing out.
85821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)// TODO(phajdan.jr): Clean up the switch names.
95821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)const char switches::kTestLargeTimeout[] = "test-large-timeout";
10424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)
11424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)// Path to test results file in our custom test launcher format.
12424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)const char switches::kTestLauncherOutput[] = "test-launcher-output";
13424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)
14424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)// Time (in milliseconds) that the tests should wait before timing out.
15424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)// TODO(phajdan.jr): Clean up the switch names.
165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)const char switches::kTestTinyTimeout[] = "test-tiny-timeout";
175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)const char switches::kUiTestActionTimeout[] = "ui-test-action-timeout";
185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)const char switches::kUiTestActionMaxTimeout[] = "ui-test-action-max-timeout";
19