- 16 Aug, 2016 1 commit
-
-
tobiasjs authored
This allows users to specify additional local presubmit tests that do not need to exist as locally maintained changes to PRESUBMIT.py files. BUG= Review-Url: https://codereview.chromium.org/2232203002
-
- 26 May, 2015 1 commit
-
-
maruel@chromium.org authored
Subversion usage is going away, tests get the kick first. R=iannucci@chromium.org BUG=475320 Review URL: https://codereview.chromium.org/1158043003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295411 0039d316-1c4b-4281-b951-d872f2087c98
-
- 30 Apr, 2013 1 commit
-
-
maruel@chromium.org authored
It is called by logging.foo() so it breaks this use case. TBR=iannucci@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/14569002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@197190 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Aug, 2012 1 commit
-
-
maruel@chromium.org authored
R=cmp@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10828393 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@152752 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Nov, 2011 1 commit
-
-
maruel@chromium.org authored
It will simplify importing utility modules from other projects. Otherwise I was getting name conflicts with 'test'. Reenable W0403 that was disabled in the previous CL. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8508015 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@109636 0039d316-1c4b-4281-b951-d872f2087c98
-
- 15 Sep, 2011 1 commit
-
-
maruel@chromium.org authored
Add a warning when RunUnitTestsInDirectory() finds no test to run to catch this kind of regression. Fix all the regressions that where introduced in the meantime... TBR=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7906009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@101347 0039d316-1c4b-4281-b951-d872f2087c98
-
- 31 Mar, 2011 1 commit
-
-
maruel@chromium.org authored
Makes all the tests runnable on python 2.5. R=dpranke@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6690034 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@80068 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Dec, 2010 1 commit
-
-
maruel@chromium.org authored
Change RunPylint to parse all .py files when one is modified. Make all depot_tools/tests pass on pylint. That mostly meant fixing some builtins aliasing, wrong alignment and turning off most remaining warnings. BUG=none TEST=unit tests Review URL: http://codereview.chromium.org/5695007 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@69159 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
Had to update a few tests, removed redundant code in gclient_scm_tests. TEST=more readable unit tests BUG=none Review URL: http://codereview.chromium.org/3473003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@59959 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Sep, 2010 1 commit
-
-
maruel@chromium.org authored
This is needed to improve the git tests further in a later change. BUG=54084 TEST=none Review URL: http://codereview.chromium.org/3294017 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@58934 0039d316-1c4b-4281-b951-d872f2087c98
-
- 03 Feb, 2010 1 commit
-
-
maruel@chromium.org authored
Moved tests/pymox to third_party/pymox Moved upload.py to third_party/upload.py Fixed tests so they can run standalone Fixed the executable bit on some scripts TEST=none BUG=34376 Review URL: http://codereview.chromium.org/562031 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@37987 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Nov, 2009 1 commit
-
-
maruel@chromium.org authored
Noteworthy change is scm.SVN.GetFileProperty calls Capture instead of Run. TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/399009 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@32181 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Nov, 2009 2 commits
-
-
maruel@chromium.org authored
Revert "Group SCM-specific functions in classes to simplify generalization of the interface." Revert "Fix 2 recently introduced errors." Revert "Fix a variable aliasing error." Revert "Fix typo." TBR=dpranke TEST=none BUG=none Review URL: http://codereview.chromium.org/391075 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@32065 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=none BUG=none Move scm functions into a class to make it simpler to manage. Review URL: http://codereview.chromium.org/391052 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@32057 0039d316-1c4b-4281-b951-d872f2087c98
-
- 12 Nov, 2009 2 commits
-
-
maruel@chromium.org authored
Removed lines in the process. TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/387033 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31759 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/392006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@31754 0039d316-1c4b-4281-b951-d872f2087c98
-
- 19 Oct, 2009 1 commit
-
-
maruel@chromium.org authored
pymox auto-checkout never really worked well so check-in pymox directly. pprint.pformat is non-determinist in one test. Worked around the issue. TEST=unit tests BUG=none Review URL: http://codereview.chromium.org/266043 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@29398 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Jun, 2009 1 commit
-
-
maruel@chromium.org authored
TEST=unit tests now runs BUG=none TBR=nsylvain Review URL: http://codereview.chromium.org/126278 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18620 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Jun, 2009 1 commit
-
-
http://codereview.chromium.org/122040maruel@chromium.org authored
TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@18179 0039d316-1c4b-4281-b951-d872f2087c98
-