Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: chrome/test/ui/ui_test_suite.h

Issue 149445: Adding command line switch to run UI test in parallel. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/ui/ui_test_suite.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_UI_UI_TEST_SUITE_H_ 5 #ifndef CHROME_TEST_UI_UI_TEST_SUITE_H_
6 #define CHROME_TEST_UI_UI_TEST_SUITE_H_ 6 #define CHROME_TEST_UI_UI_TEST_SUITE_H_
7 7
8 #include "base/process.h" 8 #include "base/process.h"
9 #include "chrome/test/ui/ui_test.h" 9 #include "chrome/test/ui/ui_test.h"
10 #include "chrome/test/unit/chrome_test_suite.h" 10 #include "chrome/test/unit/chrome_test_suite.h"
(...skipping 11 matching lines...) Expand all
22 22
23 private: 23 private:
24 #if defined(OS_WIN) 24 #if defined(OS_WIN)
25 void LoadCrashService(); 25 void LoadCrashService();
26 26
27 base::ProcessHandle crash_service_; 27 base::ProcessHandle crash_service_;
28 #endif 28 #endif
29 29
30 static const wchar_t kUseExistingBrowser[]; 30 static const wchar_t kUseExistingBrowser[];
31 static const wchar_t kTestTimeout[]; 31 static const wchar_t kTestTimeout[];
32 static const wchar_t kBatchCount[];
33 static const wchar_t kBatchIndex[];
34 static const char kGTestTotalShards[];
35 static const char kGTestShardIndex[];
32 }; 36 };
33 37
34 #endif // CHROME_TEST_UI_UI_TEST_SUITE_H_ 38 #endif // CHROME_TEST_UI_UI_TEST_SUITE_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/test/ui/ui_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698