Commit Graph

210 Commits

Author SHA1 Message Date
ahe@google.com f01fe227e0 Checked mode fixes.
R=johnniwinther@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41951 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-25 13:52:58 +00:00
ahe@google.com b9439fd455 Cannot run incremental tests in checked mode, yet.
Review URL: https://codereview.chromium.org//745963003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41909 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-21 16:37:48 +00:00
ahe@google.com 571790c5b0 Move variable declaration.
Review URL: https://codereview.chromium.org//753593002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41908 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-21 16:24:40 +00:00
ahe@google.com 9c60f3f0c7 Run Try Dart tests on Dart-enabled browser
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41906 260f80e4-7a28-3924-810f-c04153c831b5
2014-11-21 16:12:41 +00:00
whesse@google.com 67e8b965bb _Temporarily_ retry failing browser tests on Safari, because versions 6.2 and 7.1 are flaky on dart2js output.
Add support for macos 10.9 to buildbot scripts.

BUG=dartbug.com/21434
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41394 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-29 13:07:11 +00:00
whesse@google.com e7cd2dc55d Pass builder-tag to test.py on dart2js bots.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41325 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-27 16:50:51 +00:00
whesse@google.com aeba67e44e Add builder tag for Safari 6.2 slave. Update status files for Safari 6.2.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41323 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-27 16:09:00 +00:00
ricow@google.com 524dbb486d Don't run optimization-threshold-counter=5 tests on the pub bot
Review URL: https://codereview.chromium.org//598073002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40633 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-24 17:03:05 +00:00
whesse@google.com 5c337416c0 Revert change r37732, using hashes rather than revision numbers for archived chromium builds. Remove copies of scripts from old location.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39950 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-08 10:34:10 +00:00
whesse@google.com 8fec1f3241 Update dartium android status on co19 tests.
Save coredumps from crashes on pub bots.

BUG=
TBR=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39730 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-01 15:33:44 +00:00
paulberry@google.com df89cc1494 Run all pub tests on Windows with -j1
Should avoid timeouts with some particularly resource-intensive tests
(e.g. analysis server integration tests).

TBR=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39591 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-27 11:35:03 +00:00
ricow@google.com 71d3f89fe3 Make dart2js dump info bot follow the normal test output format for buildbot
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39550 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-26 12:57:20 +00:00
ricow@google.com e32a17b162 Add support for running comparison of dart2js and dart2js with --dump-info output to the bots.
This will compile with and without the flag, and compare the compiled output files (ignoring the json files).

If you patch this in you can run this locally by doing:

BUILDBOT_BUILDERNAME=dart2js-dump-info client/tools/buildbot_annotated_steps.py
or
BUILDBOT_BUILDERNAME=dart2js-dump-info python tools/bots/dart2js_dump_info.py
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39546 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-26 11:05:58 +00:00
whesse@google.com 5d09bec212 Test scripts: correctly copy packages directory in Android testing.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39196 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-13 13:26:43 +00:00
ricow@google.com 6c0f088c0f Run dart2js in batch mode also on windows
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39192 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-13 08:05:16 +00:00
whesse@google.com 4431b50125 Browser testing: Run android content shell tests on hosts with multiple devices connected.
The adb_reverse_forwarder.py script in [dartium]/build/android/ needs the --all-devices option added. We will also try to upstream this flag to chromium.
This change makes the test host reinstall the ContentShell apk on the device each time the device is restarted due to timeout or periodic reset, which takes about 10 seconds, but this is simpler and more like the existing behavior with android chrome.

R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39142 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-12 14:40:26 +00:00
ricow@google.com 0c42d04458 Reapply "Move dart2js batch decision out so that it actually takes effect on browser bots"
The underlying dart2js issue has been fixed in revision 39123

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39125 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-12 10:38:32 +00:00
ricow@google.com 4b6163124c Revert revision 39082
This is causing a strange failure on browser bots, debugging offline

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39088 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-11 13:43:01 +00:00
ricow@google.com f02530f644 Move dart2js batch decision out so that it actually takes effect on browser bots
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39082 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-11 12:51:02 +00:00
whesse@google.com 008c88b1d1 Don't upload Android content_shell APK on integration channel.
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39076 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-11 12:15:57 +00:00
ricow@google.com 9af26b717f Enable running with dart2js batch mode on mac
R=floitsch@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39073 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-11 11:52:53 +00:00
ricow@google.com 8ea7c1797a Added sha256 sums for build outputs
BUG: https://code.google.com/p/dart/issues/detail?id=20355

R=kevmoo@google.com

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

Patch from Kenneth Endfinger <kaendfinger@gmail.com>.

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38971 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-07 09:30:13 +00:00
messick@google.com d1d34875e6 Run SWTBot tests along with EggPlant.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38834 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-01 15:07:26 +00:00
whesse@google.com bdae848077 Don't run pkg tests on arm-vm cross-runner build slave.
BUG=
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38832 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-01 12:52:22 +00:00
ricow@google.com f4d1d0f4e0 Run with a bigger timeout for pub/pkg tests.
We have a lot that is near the limit and my hopes that this will ever change are gone

R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38669 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-29 12:24:00 +00:00
ricow@google.com d3810b1eef Start running in batch mode on all linux dart2js bots
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38665 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-29 12:05:05 +00:00
whesse@google.com 4b9def5115 Fix merge problems in r38573, a cleanup of build scripts.
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38574 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-25 12:47:48 +00:00
ricow@google.com 842822aab3 Revert revision 38147
This has some race condition on a polymer test. Investigating offline

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38148 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-11 06:29:23 +00:00
ricow@google.com eeb379e59f Start running in batch mode as default for dart2js.
I am leaving in support for passing around the batch flag since I expect we want a fyi bot running in non batch mode.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38147 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-11 05:37:38 +00:00
ahe@google.com f97f17c76e Add "point of interest" app for command-line testing of dart2js type information.
For now, the app only prints the location of an offset given at command line.

Example usage:

dart -p$BUILD_DIRECTORY/ReleaseIA32/packages/ poi.dart DART_FILE OFFSET

R=kasperl@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38114 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-10 10:37:40 +00:00
ricow@google.com 1d2f0c5530 Add annotated steps script for packages testing
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38087 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-09 16:09:38 +00:00
ricow@google.com 87cd7cd188 Fix up the annotated steps for the full dart2js builders
The regexp was updated, fix the indexes used to pull the shards, checked and minified flags

R=karlklose@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38078 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-09 09:09:51 +00:00
ricow@google.com 1e1898cce0 Fix name of dart2js full bots to be shorter
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38024 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-07 13:05:47 +00:00
ricow@google.com 7ae5298b7d Prepare compiler annotated steps for running on ie11 and ie10 on the full windows builders.
I will not commit this until I update the bots

R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38007 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-04 10:31:22 +00:00
ricow@google.com e19cbdcafb Also archive android dartium to the latest bucket
We need this specifically on bleeding edge to be able to have the editor bots just pull the last version available.

R=kustermann@google.com, whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37849 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-01 07:46:18 +00:00
whesse@google.com d6106639f9 Remove old buildbot editor building script.
BUG=
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37810 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-30 09:01:42 +00:00
ricow@google.com 0f0523b6ae Add instructions if the linux distribution checker if the os is wrong
Dart developers will have no way of fixing this, provide info on what to do.

This is in preperation of moving the linux distribution bots to the main waterfall

R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37744 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-26 14:17:30 +00:00
whesse@google.com 833bdcd1ff Multivm branch: Fetch reference build from archive using git hash, not revision.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37732 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-26 11:33:03 +00:00
ricow@google.com 37506c8253 Always clobber the out dir on the arm board
This board does not have enough disk to hold everything on all channels, especially when we switch stable channel and have a build.dead

R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37650 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-24 10:34:03 +00:00
ricow@google.com 3fba2124c9 Add archiving of android zip files.
These are needed for mobile debugging from non-editor tools

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37574 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-21 10:15:38 +00:00
whesse@google.com 853f542368 Update test status for ContentShellOnAndroid
BUG=dartbug.com/19127
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37440 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-18 09:12:40 +00:00
ricow@google.com f52806ce27 Don't quote the arguments to xvfb
This was stupid, this is clearly handled by passing the args, they should not be quoted

R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37273 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 14:14:22 +00:00
ricow@google.com 2e746fa597 Send screen resolution parameter to xvfb
Review URL: https://codereview.chromium.org//329163004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37268 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 12:57:48 +00:00
ricow@google.com 2ceae2693e Fix getting the buildername on the dartium android bot
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37267 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 12:54:51 +00:00
ricow@google.com 11557182e3 Fix bot_name on dartium android builder
Review URL: https://codereview.chromium.org//332723002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37262 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 11:00:48 +00:00
ricow@google.com bc80708e79 Use channel name for archiving dartium content shell
R=whesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37258 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 09:18:06 +00:00
ricow@google.com 4cfa843632 Fix location of the editor for functional testing on mac
Review URL: https://codereview.chromium.org//309763006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36892 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-02 19:01:04 +00:00
ricow@google.com a0e024b273 Make the functional testing annotated steps script call the eggplant starting script
R=messick@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36883 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-02 17:40:08 +00:00
ricow@google.com 5c76e9b7b7 Make regexp match master, set builder_tag and don't run code to fetch editor on the master
R=messick@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36880 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-02 16:50:50 +00:00
ricow@google.com 196162fe07 Add build steps to functional testing annotated steps script
R=messick@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36878 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-02 16:38:41 +00:00