Commit Graph

14 Commits

Author SHA1 Message Date
vsm@google.com df820e3756 Make get_archive work on debug bots
./tools/get_archive --debug should download a debug build.

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@28584 260f80e4-7a28-3924-810f-c04153c831b5
2013-10-14 15:58:58 +00:00
ricow@google.com 04e6c00f9b Fix chrome bots to fetch the right dartium to run off.
Filed issue 13399

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27597 260f80e4-7a28-3924-810f-c04153c831b5
2013-09-18 09:23:10 +00:00
vsm@google.com fd3b80939d Modify get_archive script to optionally download debug Dartium
It can be invoked as follows to easily get the latest debug build:

> ./tools/get_archive.py -d dartium
Removing old Dartium tree client/tests/dartium
Copying gs://dartium-archive/dartium-lucid64-debug/dartium-lucid64-debug-26539.0.zip...
Downloading: 756.45 MB/756.45 MB
Successfully downloaded to client/tests/dartium

R=jacobr@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26553 260f80e4-7a28-3924-810f-c04153c831b5
2013-08-22 20:41:38 +00:00
antonm@google.com 4638137480 Switch from DRT to content shell.
R=kustermann@google.com, ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23328 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 08:34:52 +00:00
efortuna@google.com 51262e74cc "Fix" up library names in dromaeo tests so dart2js doesn't complain. Also fix up get_archive.py for windows.
Review URL: https://codereview.chromium.org//11567059

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16192 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-15 01:48:18 +00:00
efortuna@google.com ceb4e8128d Fix get_archive.py do deal with versioning change for dartium in Google Storage.
Review URL: https://codereview.chromium.org//11144022

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13687 260f80e4-7a28-3924-810f-c04153c831b5
2012-10-16 17:31:45 +00:00
johnniwinther@google.com 3b58886167 Copy AHEM____.TTF after DRT update.
BUG=3166

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13021 260f80e4-7a28-3924-810f-c04153c831b5
2012-09-28 13:40:01 +00:00
efortuna@google.com 6fd3ef2032 Made get_archive.py resilient to 403 forbidden errors.
Review URL: https://chromiumcodereview.appspot.com//10867005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11178 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-22 18:12:41 +00:00
efortuna@google.com 279352cdae Apply vsm's suggestion of keeping a table of "earliest revisions"
Review URL: https://chromiumcodereview.appspot.com//10862002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@11002 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-20 21:34:16 +00:00
efortuna@google.com 0a8eec36e2 Don't shortcut if we're trying to get the latest copy.
Review URL: https://chromiumcodereview.appspot.com//10832380

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10926 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-17 21:44:28 +00:00
efortuna@google.com eeb1586ae5 Prevent get_archive.py from going into an infinite loop if you request a
revision number that is too early.
Review URL: https://chromiumcodereview.appspot.com//10860015

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10922 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-17 20:40:32 +00:00
efortuna@google.com d0639b090e Fix get_archive to deal with ranges of numbers that appear in the
dartium_archive (see issue # 4484).
Review URL: https://chromiumcodereview.appspot.com//10828291

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10614 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-13 23:16:48 +00:00
efortuna@google.com df9944faad Update script to switch through revision history successfully.
Review URL: https://chromiumcodereview.appspot.com//10832149

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10271 260f80e4-7a28-3924-810f-c04153c831b5
2012-08-04 20:37:24 +00:00
efortuna@google.com ee6d5ce9fd Rerun each CL 10 times to smooth out noise in perf testing.
Review URL: https://chromiumcodereview.appspot.com//10828077

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10086 260f80e4-7a28-3924-810f-c04153c831b5
2012-07-31 20:17:05 +00:00