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

Unified Diff: tests/gclient_utils_test.py

Issue 134313007: Depot tools: use the clang-format binaries that are now included (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fixed gclient_utils_test.py Created 6 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gn.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gclient_utils_test.py
diff --git a/tests/gclient_utils_test.py b/tests/gclient_utils_test.py
index 5a050f4d085e30d00b66d66f3044ab10f58ee581..348787f74900c223282f2523f96f359497d5ec0d 100755
--- a/tests/gclient_utils_test.py
+++ b/tests/gclient_utils_test.py
@@ -31,15 +31,17 @@ class GclientUtilsUnittest(GclientUtilBase):
'Annotated', 'AutoFlush', 'CheckCallAndFilter', 'CommandToStr',
'CheckCallAndFilterAndHeader', 'Error', 'ExecutionQueue', 'FileRead',
'FileWrite', 'FindFileUpwards', 'FindGclientRoot',
- 'GetGClientRootAndEntries', 'GetEditor', 'IsDateRevision',
- 'MakeDateRevision', 'MakeFileAutoFlush', 'MakeFileAnnotated',
- 'PathDifference', 'ParseCodereviewSettingsContent', 'NumLocalCpus',
- 'PrintableObject', 'RETRY_INITIAL_SLEEP', 'RETRY_MAX', 'RunEditor',
- 'GCLIENT_CHILDREN', 'GCLIENT_CHILDREN_LOCK', 'GClientChildren',
- 'SplitUrlRevision', 'SyntaxErrorToError', 'UpgradeToHttps', 'Wrapper',
- 'WorkItem', 'codecs', 'lockedmethod', 'logging', 'os', 'pipes', 'Queue',
- 're', 'rmtree', 'safe_makedirs', 'safe_rename', 'stat', 'subprocess',
+ 'GetGClientRootAndEntries', 'GetEditor', 'GetExeSuffix',
+ 'GetMacWinOrLinux', 'IsDateRevision', 'MakeDateRevision',
+ 'MakeFileAutoFlush', 'MakeFileAnnotated', 'PathDifference',
+ 'ParseCodereviewSettingsContent', 'NumLocalCpus', 'PrintableObject',
+ 'RETRY_INITIAL_SLEEP', 'RETRY_MAX', 'RunEditor', 'GCLIENT_CHILDREN',
+ 'GCLIENT_CHILDREN_LOCK', 'GClientChildren', 'SplitUrlRevision',
+ 'SyntaxErrorToError', 'UpgradeToHttps', 'Wrapper', 'WorkItem',
+ 'codecs', 'lockedmethod', 'logging', 'os', 'pipes', 'Queue', 're',
+ 'rmtree', 'safe_makedirs', 'safe_rename', 'stat', 'subprocess',
'subprocess2', 'sys', 'tempfile', 'threading', 'time', 'urlparse',
+
]
# If this test fails, you should add the relevant test.
self.compareMembers(gclient_utils, members)
« no previous file with comments | « gn.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698