You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/tests
raphael.kubo.da.costa@intel.com 58d05b0892 Unskip testGetBranchesInfo().
It is not clear why it was skipped in r293502, but it was problematic
before that as it can be seen from CL 802403003.

The reason for the different results (and likely the reason why the test
was skipped) is that the handling of the %(upstream:track) and
%(upstream:trackhort) formatting tags was broken in git itself until
version 2.3.0. This was fixed in git commit b6160d95, and the fix shows
that the test expectations in testGetBranchesInfo() were actually wrong
in one of the cases.

Fix the expectations and make sure we only use %(upstream:track) in the
test when a suitable git version is present.

R=pgervais@chromium.org,iannucci@chromium.org

Review URL: https://codereview.chromium.org/1195933003

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@295814 0039d316-1c4b-4281-b951-d872f2087c98
11 years ago
..
gstools
subversion_config
abandon.sh Enable OAuth2 by default. 11 years ago
basic.sh Enable OAuth2 by default. 11 years ago
breakpad_unittest.py
checkout_test.py Remove most svn related testing. 11 years ago
download_from_google_storage_unittests.py Fix test expectations for download_from_google_storage_unittests.py 11 years ago
fix_encoding_test.py
gclient_scm_test.py Remove most svn related testing. 11 years ago
gclient_smoketest.py Add quotes around command line in subproccess error message 11 years ago
gclient_test.py The original assertions trigger pylint unreachable warnings, and they are replaced by fail() calls. 11 years ago
gclient_utils_test.py
git_cl_test.py [depot_tools] New "git cl upload" flag to traverse dependent branches and re-upload them. 11 years ago
git_common_test.py Unskip testGetBranchesInfo(). 11 years ago
git_footers_test.py
git_number_test.py Disable tests that break because of git 2.4 11 years ago
git_rebase_update_test.py Fix git branch parsing. 11 years ago
gsutil_test.py Hook sys.stdio directly to the gsutil subprocess for the gsutil call 11 years ago
hooks.sh
owners.sh Enable OAuth2 by default. 11 years ago
owners_finder_test.py
owners_unittest.py Implement support for file: includes in OWNERS files. 11 years ago
patch.sh Enable OAuth2 by default. 11 years ago
patch_test.py
post-dcommit-hook-test.sh Enable OAuth2 by default. 11 years ago
presubmit_unittest.py Fix depot_tools presubmit tests by mocking multiprocessing.cpu_count. 11 years ago
push-basic.sh Fix push_basic.sh 11 years ago
push-from-logs.sh Enable OAuth2 by default. 11 years ago
rename.sh Enable OAuth2 by default. 11 years ago
rietveld_test.py Extract authentication options handling into a separate function. 11 years ago
sample_pre_commit_hook
save-description-on-failure.sh Enable OAuth2 by default. 11 years ago
scm_unittest.py Remove most svn related testing. 11 years ago
submit-from-new-dir.sh Enable OAuth2 by default. 11 years ago
submodule-merge-test.sh Enable OAuth2 by default. 11 years ago
subprocess2_test.py
test-lib.sh
trychange_unittest.py
upload-local-tracking-branch.sh Enable OAuth2 by default. 11 years ago
upload-stale.sh Enable OAuth2 by default. 11 years ago
upload_to_google_storage_unittests.py In upload_to_google_storage, pass -z argument through to gsutil. 11 years ago
upstream.sh
watchlists_unittest.py