Граф коммитов

4747 Коммитов

Автор SHA1 Сообщение Дата
jochen@chromium.org b7f95e0d9e Revert "Revert "Turn on i18n support in V8.""
> This reverts r213418 as it caused Blink LayoutTest failures:
>   fast/js/kde/inbuilt_function_tostring.html
>   fast/workers/stress-js-execution.html
>
> The crash in stress-js-execution looks particularly bad, as it
> crashes with a CHECK failure about mismatched isolates (suggesting
> that we're on the wrong thread).
>
> BUG=v8:2745
> TBR=jochen@chromium.org
>
> Review URL: https://codereview.chromium.org/19476008

TBR=danno@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214115 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-28 08:59:54 +00:00
craigdh@chromium.org ba897c79d3 [android] Fix for uiautomator tests.
BUG=None
TEST=None
NOTRY=True
TBR=frankf@chromium.org

Review URL: https://chromiumcodereview.appspot.com/20887002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214097 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-28 08:14:07 +00:00
cpu@chromium.org d5eae28406 Revert 214056 "Switch all windows bots to use Aura."
> Switch all windows bots to use Aura.
> 
> So we can have the perf bots run with aura for a while. Depending how red
> the waterfall we could leave it on for a long time.
> 
> This has happened before and it will happen again.
> See for example r204698, r211007
> 
> BUG=259185
> TEST=none
> TBR=scottmg
> 
> Review URL: https://codereview.chromium.org/20929002

TBR=cpu@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214057 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-27 23:14:37 +00:00
cpu@chromium.org 4351ec380b Switch all windows bots to use Aura.
So we can have the perf bots run with aura for a while. Depending how red
the waterfall we could leave it on for a long time.

This has happened before and it will happen again.
See for example r204698, r211007

BUG=259185
TEST=none
TBR=scottmg

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214056 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-27 21:32:21 +00:00
thakis@chromium.org 2d1ff1d9fe Revert 214049 "clang: Remove -Wno-reserved-user-defined-literal ..."
The NaCl roll this depends on was reverted in r214049, so this needs to be
reverted for now too.

> clang: Remove -Wno-reserved-user-defined-literal on mac and ios
> 
> BUG=263960
> TBR=stuartmorgan
> 
> Review URL: https://codereview.chromium.org/20814004

TBR=thakis@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214051 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-27 18:22:18 +00:00
thakis@chromium.org 6b27f6aa6c clang: Remove -Wno-reserved-user-defined-literal on mac and ios
BUG=263960
TBR=stuartmorgan

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214049 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-27 08:19:02 +00:00
mallinath@chromium.org 3d51ffebeb Revert 213996 "linux: Avoid leak in PlatformFontPangoTest.Family..."
More details @ http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/29992/steps/ui_unittests/logs/stdio

> linux: Avoid leak in PlatformFontPangoTest.FamilyList.
> 
> Call FcFini() at the end of the test to prevent FontConfig
> from leaking memory.
> 
> BUG=114750
> TBR=sky@chromium.org
> 
> Review URL: https://chromiumcodereview.appspot.com/19695014

TBR=derat@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@214000 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 23:30:47 +00:00
sehr@chromium.org 6f0f4a58aa Enable pnacl by default
BUG= https://code.google.com/p/nativeclient/issues/detail?id=3560
R=binji@chromium.org, darin@chromium.org, dmichael@chromium.org, jvoung@chromium.org, mseaborn@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213999 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 23:18:18 +00:00
derat@chromium.org 3f80aec1c8 linux: Avoid leak in PlatformFontPangoTest.FamilyList.
Call FcFini() at the end of the test to prevent FontConfig
from leaking memory.

BUG=114750
TBR=sky@chromium.org

Review URL: https://chromiumcodereview.appspot.com/19695014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213996 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 22:54:02 +00:00
frankf@chromium.org caef4f9a63 [Android] Temporary fix for Monkey tests
Once host-driven tests are refactored this temporary change can be
removed.

BUG=
NOTRY=True
R=frankf@chromium.org

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

Patch from Gurtej Kanwar <gkanwar@chromium.org>.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213978 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 20:31:51 +00:00
craigdh@chromium.org 7fea276a3d [android] Instumentation tests determine whether to install the test apk based on Md5Sum.
This deprecates the -I switch to instrumention tests.

BUG=260084
TEST=None
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/19799003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213956 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 18:31:20 +00:00
simonjam@chromium.org e2747fe0ea Add a tool for clearing the system cache for a directory.
This is a wrapper around existing functionality in
base/test/test_file_util.h.

This will be used in the cold startup Telemetry tests.

BUG=None

Review URL: https://chromiumcodereview.appspot.com/20399002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213941 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 17:05:44 +00:00
droger@chromium.org c522d33f45 Add IDR_TRANSLATE_JS to build/ios/grit_whitelist.txt
This is the path to the translate.js script for Translate.

BUG=258035

Review URL: https://chromiumcodereview.appspot.com/20305002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213921 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 15:31:16 +00:00
avayvod@chromium.org 91eb9e02ae Avoid too long command lines.
The hash is calculated for the list of the resource files to determine if the
files were changed (added, removed, renamed, etc). The current way of doing it
may explode the command line length over the system limit. To avoid it, the list
of the input files is written to a temporary file on disk and the file is used
to calculate the checksum.

BUG=177552
R=cjhopman@chromium.org, newt@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213849 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 11:45:06 +00:00
chenyu@chromium.org 7979a74157 Whitelist IDS_SYNC_ENTER_PASSPHRASE_BODY_WITH_DATE for iOS string
BUG=263513

Review URL: https://chromiumcodereview.appspot.com/19850004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213833 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 10:56:15 +00:00
phajdan.jr@chromium.org 7a777546a4 Fix build with system V8.
This updates gypi includes to match updated upstream v8.gyp.
common.gypi has been split and no longer exists.

BUG=none
R=thestig@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213731 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-26 00:38:14 +00:00
bulach@chromium.org 22ba49ca49 Android: further fixes to bb_device_status_check.py
There's no guarantees about the data coming from the device: instead
of expecting them to be there, mark them as Unknown.

BUG=254014
R=tomhudson@google.com

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213635 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-25 15:39:25 +00:00
maruel@chromium.org a91772feb5 Roll swarm_client @ 213621.
This moves run_test_cases.py into a subdirectory named googletest/ so the
.isolate files had to be updated.

$ git log $(git svn find-rev r212588)..$(git svn find-rev r213621) --format="%an %ai %s" | sed 's/\+0000 //' | sed 's/@chromium\.org//'
maruel 2013-07-25 13:34:09 Move all googletest related scripts into googletest/
maruel 2013-07-24 15:54:29 Fix two layering violations between run_test_cases and non googletest tools.
maruel 2013-07-24 13:04:30 Remove automatic copying fallback in run_isolated.
maruel 2013-07-19 19:26:18 Remove references to vlan.

TBR=csharp@chromium.org
NOTRY=true
BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213624 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-25 14:01:52 +00:00
thakis@chromium.org 3ef43dc28b Make inttypes.h and similar macro usage C++11-friendly.
"foo"PRIuS is a user-defined literal in C++11. Add spaces around these macros.

Likewise, L"\xab"L"c" is a user-defined literal, so insert a space in the
middle.

No functionality change.

BUG=chromium:263960
TBR=alokp@chromium.org, dmichael@chromium.org, enne@chromium.org, isherman@chromium.org, rsleevi@chromium.org, thestig@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213566 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-25 00:55:50 +00:00
sivachandra@chromium.org 32797d4294 [Android Buildbot] Add option to run only host driven Python tests.
BUG=263624
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/20073002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213558 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-25 00:23:56 +00:00
adamk@chromium.org ddf50c69e6 Revert "Turn on i18n support in V8."
This reverts r213418 as it caused Blink LayoutTest failures:
  fast/js/kde/inbuilt_function_tostring.html
  fast/workers/stress-js-execution.html

The crash in stress-js-execution looks particularly bad, as it
crashes with a CHECK failure about mismatched isolates (suggesting
that we're on the wrong thread).

BUG=v8:2745
TBR=jochen@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213501 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-24 20:24:41 +00:00
sivachandra@chromium.org 3a46cf7cdf [Android Buildbot] Make flakiness dashboard server configurable.
BUG=263071
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/19931004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213475 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-24 18:41:58 +00:00
torne@chromium.org 8135766e42 Work around gyp nested merge problem in shim_headers.gypi.
Workaround for ICU build problem in Android WebView. ICU includes
shim_headers.gypi inside a conditions block, which causes one extra
level of + to be stripped, which causes the resulting include dir to be
added at the end, not the start, of the include path. The compiler was
then picking up the wrong headers for the library. Fix by duplicating
the include_dirs block with one extra plus; gyp will de-duplicate the
result in favour of the earlier one.

BUG=263818

Review URL: https://chromiumcodereview.appspot.com/20083003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213470 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-24 18:29:07 +00:00
bulach@chromium.org 7da69f8485 Android: fixes (again) bb_device_status_check.
Following crrev.com/213194, imei can be absent on some devices.

BUG=254014
NOTRY=True
TBR=navabi@chromium.org

Review URL: https://chromiumcodereview.appspot.com/19981006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213422 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-24 13:34:40 +00:00
jochen@chromium.org 52f7e4c392 Turn on i18n support in V8.
The switch from the v8-i18n extension to the built-in support is done in
blink.

BUG=v8:2745
R=danno@chromium.org

Review URL: https://chromiumcodereview.appspot.com/19369003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213418 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-24 12:34:31 +00:00
pdr@chromium.org a1f4b3f7de Make adb_profile_chrome work on OSX
adb_profile_chrome relies on regular expression matching to pull the
correct trace file from the device. Unfortunatey, OSX ships with
a version of sed from 2005 which doesn't support matching of newline
characters (see
http://www.culmination.org/2008/02/sed-on-mac-os-x-105-leopard/). This
patch switches to perl, making adb_profile_chrome work on OSX.

BUG=

Review URL: https://chromiumcodereview.appspot.com/20022002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213404 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-24 11:05:12 +00:00
bulach@chromium.org 9101b93300 Android: fixes bb_device_status_check.
Following crrev.com/213194, imei can be absent on some devices.

BUG=254014
NOTRY=True
TBR=tomhudson@google.com

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213402 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-24 11:02:01 +00:00
hajimehoshi@chromium.org b8fa37f338 Remove ENABLE_LANGUAGE_DETECTION
Now that CLD is used on all platforms, let's remove ENABLE_LANGUAGE_DETECTION.

BUG=248454
TEST=unit_tests

Review URL: https://chromiumcodereview.appspot.com/18820002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213361 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-24 07:16:39 +00:00
joaodasilva@chromium.org 6062ed9421 Set configuration_policy=1 on Android.
BUG=247435

Review URL: https://chromiumcodereview.appspot.com/19482020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213284 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-24 00:04:04 +00:00
frankf@chromium.org b726836a73 [Android] webkit_unit_tests should use isolate file.
Also, remove --webkit/--out-directory options which were
used to run tests from a webkit checkout

BUG=263019, 263021
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/19971005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213205 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-23 20:10:42 +00:00
navabi@google.com 0d2fc8c2a3 Reimplement device status check dashboard option.
The changes to the device status check step from the following LGTM'd CL was
lost in the move from device_status_check.py to
buildbot/bb_device_status_check.py:
https://chromiumcodereview.appspot.com/19284009/diff/24001/build/android/device_status_check.py

This CL reimplements the option in the new device status check script.

TBR=frankf@chromium.org
BUG=254014

Review URL: https://chromiumcodereview.appspot.com/19968004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213194 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-23 19:43:32 +00:00
navabi@google.com d426b21937 Revert "Temporary fix to unbreak Tot Bots"
This reverts commit 7dc3e406f017bad927e1e356dd5dd5502b879fcd.

TBR=ilevy@chromium.org
BUG=261705

Review URL: https://chromiumcodereview.appspot.com/19994004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213055 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-23 07:22:44 +00:00
markus@chromium.org 314b1afc29 We sometimes erroneously detected processes in other sessions
as belonging to our session. Consequently, we would terminate
these processes when our session shut down. We are now more
conservative about deleting processes when a session ends.

BUG=n/a
TEST=Start two instances of the same chroot (e.g. precise32) in two different shell windows. Terminate one of them. Notice that the other one is still running.
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/20010003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213049 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-23 05:36:07 +00:00
jschuh@chromium.org b816fcde43 Remove chromedriver from Win64 official to improve cycle times
Also cleaned up a bit, since the exclusion list was getting long.

BUG=262193
R=iannucci@google.com

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213007 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-23 00:26:29 +00:00
gkanwar@chromium.org 0aee671b0a Fixes test tagging to just update the name
BUG=263053
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/19859004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@213005 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-23 00:18:10 +00:00
jochen@chromium.org 7cd9978436 Move android filename rules to appropriate gypi file
We should only define filename based rules in filename_rules.gypi so it only affects chromium source.

BUG=none
R=bulach@chromium.org

Review URL: https://chromiumcodereview.appspot.com/19685007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212890 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-22 16:07:49 +00:00
pliard@chromium.org 014efa0322 Revert "Reland r212020: Move Python setup/tear down logic into Forwarder ..."
This reverts r212020 which caused some timeouts on the net_unittests every ~15
builds.

Conflicts:
	build/android/pylib/base/test_dispatcher.py
	build/android/pylib/instrumentation/test_runner.py
	chrome/test/chromedriver/run_py_tests.py

TBR=bulach@chromium.org
BUG=262573,242846

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212888 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-22 15:56:17 +00:00
miguelg@chromium.org 8aa91c668a Temporary fix to unbreak Tot Bots
instrumentation tot is still using GetEmulators
BUG=261705
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/19736003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212866 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-22 11:05:20 +00:00
tfarina@chromium.org e6e7fffd3a Update the new path to WebKit tests data.
data directory was moved from WebKit/chromium/tests/ to web/tests/ in r154618
on Blink repository (see CL https://codereview.chromium.org/19906002/).

R=frankf@chromium.org,abarth@chromium.org
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/19832003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212857 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-22 09:30:37 +00:00
mostynb@opera.com 46235318af only use gold-specific flags for the target linker
The host linker might not be gold if linux_use_gold_binary==0,
eg where we have a cross toolchain with gold and we want to use
that instead of third_party/gold/gold64.

Review URL: https://chromiumcodereview.appspot.com/19541006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212823 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-21 14:03:33 +00:00
yukishiino@chromium.org fc98c3d432 Fixes vertical alignment of RenderText.
(was: Issue 18848002: Shows Japanese and English mixed queries correctly.)

The CL 18848002 was reverted because the new unit test, which I added, depended on the specific fonts and didn't run well on some of platforms.

I've carefully chosen another font for the unit test, which is available on all platforms.

BUG=244323
TEST=Test manually.

Review URL: https://chromiumcodereview.appspot.com/19352002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212792 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-20 15:42:44 +00:00
navabi@google.com 1d652e1ca7 Do not reboot emulator.
BUG=261705

Review URL: https://chromiumcodereview.appspot.com/19774008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212764 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-20 06:18:11 +00:00
frankf@chromium.org e366356116 [Android] Fix misnamed method in r212582.
TBR=pliard@chromium.org
BUG=

Review URL: https://chromiumcodereview.appspot.com/19723014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212761 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-20 06:09:03 +00:00
jschuh@chromium.org 928599dd6e Remove test binaries from Win64 official build to improve cycle times
BUG=262193

Review URL: https://chromiumcodereview.appspot.com/19541011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212759 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-20 06:07:50 +00:00
tfarina@chromium.org 3cbbcbf197 Remove now unused build/split_link_partition.py
Since r212415 (Scott's patch) this file is not used/necessary anymore.

BUG=229660
R=scottmg@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212696 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 23:48:46 +00:00
tfarina@chromium.org 7fe614c1d9 Remove googleurl_unittests hack.
We don't need to copy url_unittests to googleurl_unittests anymore, because
the bots were already updated to run url_unittests instead of googleurl_unittests
This hack is not necessary and can be removed now.

BUG=229660
TBR=thestig@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212683 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 23:06:33 +00:00
pvalenzuela@chromium.org 04ddb7a4cc Add IDS_SYNC_EMPTY_PASSPHRASE_ERROR to iOS grit whitelist
BUG=256336

Review URL: https://chromiumcodereview.appspot.com/19827002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212675 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 22:29:10 +00:00
gkanwar@google.com be15ecbdeb [Android] Redesigns the sharder to allow replicated vs distributed tests
In addition, cleans up dispatch.

BUG=259063, 259128
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/18770008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212663 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 22:08:37 +00:00
cbiesinger@chromium.org 46cdcc40d3 Blink roll 154563:154580
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=154564:154580&mode=html

R=gavinp@chromium.org
BUG=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212639 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 20:34:37 +00:00
pliard@chromium.org 5f1683c854 Reland r212020: Move Python setup/tear down logic into Forwarder ...
Forwarder used to be a pain to setup/tear down across all the various
harnesses.
This CL should hopefully solve these issues by hiding these
implementation details. The host daemon is now killed once the first time that
the Forwarder class is used and the daemon running on the devices is also
killed the first time a port is forwarded for a specific device.

TBR=bulach@chromium.org
BUG=242846

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@212582 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-07-19 13:30:16 +00:00