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
maruel@chromium.org 7eda862b1f Revert r109283, r109282 and r109239.
"Add callback support for stdout and stderr."
"Add tests for both universal_newlines=True and False."
"Implement accelerated tee support for POSIX."

The reason is that the semantic of
subprocess2.check_call(cmd, timeout=60, stderr=subprocess2.STDOUT) changed,
stderr wasn't redirected to VOID anymore and for an unknown reason, it was
hanging until the timeout happened. Will reapply r109239 with a new regression
test to detect that bug.

TBR=dpranke@chromium.org
BUG=
TEST=


Review URL: http://codereview.chromium.org/8505046

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@109369 0039d316-1c4b-4281-b951-d872f2087c98
14 years ago
..
subversion_config
__init__.py
abandon.sh
basic.sh
breakpad_unittest.py Add a unit test to breakpad. 14 years ago
checkout_test.py Fix handling of file renames. 14 years ago
fake_repos.py
filesystem_mock.py
fix_encoding_test.py
gcl_unittest.py Move code starting the editor into a common function. 14 years ago
gclient_scm_test.py Handle cases where '.' show up in svn status and is deleted 14 years ago
gclient_smoketest.py Prepare to make --revision <number> to be an error when multiple solutions are present. 14 years ago
gclient_test.py Do not sort solutions anymore, only dependencies specified in DEPS files. 14 years ago
gclient_utils_test.py Move code starting the editor into a common function. 14 years ago
hooks.sh
local_rietveld.py Improve search algorithm for GAE SDK in depot_tools integration tests. 14 years ago
owners.sh
owners_unittest.py
patch.sh
patch_test.py Fix tests on Windows 14 years ago
patches_data.py Share more data between checkout_test and patches_data. 14 years ago
post-dcommit-hook-test.sh Remove manual --tbr support and convert it into automatic TBR= detection. 14 years ago
presubmit_unittest.py Blacklist .diff and .patch files 14 years ago
push-basic.sh
push-from-logs.sh
rename.sh
rietveld_test.py Fix handling of file renames. 14 years ago
sample_pre_commit_hook
save-description-on-failure.sh
scm_unittest.py Reapply r104938 "Make svn update not prompt during a sync." 14 years ago
submit-from-new-dir.sh
subprocess2_test.py Revert r109283, r109282 and r109239. 14 years ago
super_mox.py Fix a typo that resulted in no tests to be run in depot_tools. :( 14 years ago
test-lib.sh
trial_dir.py
trychange_unittest.py Add repo-managed checkout support to trychange.py 14 years ago
upload-local-tracking-branch.sh
upload-stale.sh
upstream.sh Do not run integration tests on upload, they are too slow. 14 years ago
watchlists_unittest.py