Commit Graph

663 Commits

Author SHA1 Message Date
kustermann@google.com ea9c3c802d Fixed small issue with record&replay testing for arm
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23729 260f80e4-7a28-3924-810f-c04153c831b5
2013-06-07 07:52:56 +00:00
ricow@google.com 1fc1f8f8d9 Change safari to be using browser controller on mac, not on linux
Review URL: https://codereview.chromium.org//15994004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23403 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-30 12:26:49 +00:00
ricow@google.com 54515bb3a3 Use browser controller for safari bots on main waterfall
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23399 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-30 12:15:25 +00:00
kustermann@google.com 29d11f90ad Use run_vm_tests.host to list VM tests if possible
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23348 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 12:36:34 +00:00
kustermann@google.com 8464ae2ed2 Remove hack for codesourcery crosscompiler since we've precise VMs now
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23334 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-29 09:36:18 +00:00
kustermann@google.com 33a85259ad Don't throw if a step failed
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23289 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 15:49:18 +00:00
kustermann@google.com acc39e34b3 Bugfix in bots/cross-vm.py
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23278 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 14:36:37 +00:00
kustermann@google.com 8ab3c24e51 Changed buildbot annotated steps to run tests on ARM device
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23269 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 13:45:56 +00:00
ricow@google.com 4110f7fac8 Reenable checked mode running on drt on linux
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23268 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 13:41:16 +00:00
ricow@google.com 18a9349173 Don't pass the nobatch flag to safari
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23250 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 11:09:16 +00:00
ricow@google.com 1a6d61c434 Refactor compiler annotated steps based on renaming of system from win7/8 to windows
Review URL: https://codereview.chromium.org//16053003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23245 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 09:42:46 +00:00
ricow@google.com 3f67a9b19f Change annotated steps to use windows as system no matter if we are on win7 or win8
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23244 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 09:32:00 +00:00
ricow@google.com 5fe53b907c Enable browser controller on ff and chrome on normal waterfall
Additionally, refactor how we determine when to use the browser controller by having two maps - on for stable drivers that we use on the normal waterfall and one for non-stable drivers that we use on fyi.

R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23239 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 08:37:55 +00:00
ricow@google.com ac018901dd Don't special case chrome to drt on linux. Instead I will change the name of the bot to dart2js-drt-linux.
R=ahe@google.com, kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23234 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-28 06:30:47 +00:00
kustermann@google.com daee8257bd Add chromeOnAndroid support to the buildbot annotated steps scripts.
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@23029 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-22 17:09:49 +00:00
ahe@google.com 60e6ad26df Shard dart2js unit tests as well.
R=johnniwinther@google.com, kustermann@google.com, ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22935 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-21 11:58:03 +00:00
kustermann@google.com abf0ad60ac First CL for supporting arm cross compilation + testing on dart buildbots
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22839 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-17 09:35:32 +00:00
ricow@google.com 45828b56a1 Change name for firefox runtime to ff in compiler annotated steps
Review URL: https://codereview.chromium.org//14943009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22787 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-16 13:06:10 +00:00
ricow@google.com 6ce51b547c Change runtime name of chrome from drt to chrome when choosing new browser controller.
Review URL: https://codereview.chromium.org//14622022

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22784 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-16 12:25:16 +00:00
ricow@google.com 105e5f5014 Only use --use_browser_controller on browsers
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22783 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-16 11:39:39 +00:00
ricow@google.com c74ce93ae9 Fix annotated steps for dart2js
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22680 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-14 13:46:46 +00:00
ricow@google.com 3a744037f0 Additional hack to not use drt on the fyi dart2js chrome runner
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22679 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-14 13:44:00 +00:00
ricow@google.com 0289724479 Run with -use_browser_controller on the fyi bot
R=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@22678 260f80e4-7a28-3924-810f-c04153c831b5
2013-05-14 13:28:22 +00:00
ngeoffray@google.com cf5b117559 Fix typo.
Review URL: https://codereview.chromium.org//14113009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21430 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-15 11:16:17 +00:00
ngeoffray@google.com 80445a7cc5 Don't add --host-checked twice.
Review URL: https://codereview.chromium.org//14244004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21428 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-15 11:05:58 +00:00
ahe@google.com 2899910183 Dial back on host-checked testing.
Seems to be causing timeouts on Safari builders, and there's no added
value from running these tests in host-checked mode on multiple
platforms.

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21359 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-12 14:17:54 +00:00
ahe@google.com e9e42d0333 Little more host-checked mode on dart2js build bots.
Review URL: https://codereview.chromium.org//14040005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21344 260f80e4-7a28-3924-810f-c04153c831b5
2013-04-12 10:34:57 +00:00
amouravski@google.com 4f78a435db Added tests for docs.dart
Review URL: https://codereview.chromium.org//13000005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20630 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-28 18:25:23 +00:00
kustermann@google.com 5022f61e5e Use temporary eclipse workspace directories for DartEditor tests
Review URL: https://codereview.chromium.org//12729029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20446 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-25 09:22:00 +00:00
kustermann@google.com 12c1a842ba Add java to PATH on windows bots and run ia32 editor tests instead of x64 on windows
Review URL: https://codereview.chromium.org//12674025

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20372 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-22 10:40:45 +00:00
kustermann@google.com 538c35dd52 Added tools/bots/editor.py to build the editor (using gyp/build.py) and run editor tests
Review URL: https://codereview.chromium.org//12450026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@20319 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-21 15:25:38 +00:00
ricow@google.com 399e983668 Add back special casing for ie10
Review URL: https://codereview.chromium.org//12459009

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19623 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-07 13:41:10 +00:00
ricow@google.com bbc477a4b1 Remove special casing running dart2js tests on ie bots.
Review URL: https://codereview.chromium.org//12591002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19604 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-07 09:36:37 +00:00
amouravski@google.com 3772e3c3fb Add Dartdoc testing to pub bots.
Review URL: https://codereview.chromium.org//12321154

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19417 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-04 19:40:49 +00:00
kustermann@google.com 6109ccf605 Quote all arguments when printing test.py command
Review URL: https://codereview.chromium.org//12386047

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19293 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-01 11:31:41 +00:00
ricow@google.com e76f1b4825 Use correct pattern in annotated steps browser matching
Review URL: https://codereview.chromium.org//12385018

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19227 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-28 14:04:35 +00:00
ricow@google.com b7fc3d65eb Add csp flag for browser bots instead of dart2js bots.
Review URL: https://codereview.chromium.org//12389020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19226 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-28 13:57:11 +00:00
ricow@google.com 4d043ab57d Add csp option to annotated steps for dart2js bots
Review URL: https://codereview.chromium.org//12383020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19222 260f80e4-7a28-3924-810f-c04153c831b5
2013-02-28 13:41:19 +00:00
kustermann@google.com 2e1839e0cf Utilize all cores on IE bots
Review URL: https://codereview.chromium.org//12093044

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17771 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-29 16:20:36 +00:00
ricow@google.com 060eb6b633 Add support for having both 10.8 and 10.7 mac bots side by side on the buildbot waterfall
Review URL: https://codereview.chromium.org//12035004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17335 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-21 09:22:30 +00:00
kustermann@google.com d71f8ff86f Added DebugLogger to testing scripts.
Review URL: https://codereview.chromium.org//11962042

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17291 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-18 16:45:20 +00:00
kustermann@google.com b8349d39b6 Added optional sharding for browser builders in the annotated steps scripts
Review URL: https://codereview.chromium.org//11946044

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17206 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-17 13:45:34 +00:00
kustermann@google.com 96574ee329 Status file updates for jsshell
Review URL: https://codereview.chromium.org//11833035

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16920 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-10 14:16:37 +00:00
kustermann@google.com 0145562a7c Small improvement on the "delete temp dir on windows"-hack in the annotated steps script
Review URL: https://codereview.chromium.org//11783027

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16787 260f80e4-7a28-3924-810f-c04153c831b5
2013-01-08 11:26:37 +00:00
kustermann@google.com ca73e0eb3e Make sure the '--append_flaky_log' flag is set on all test.py calls except for the first one
Review URL: https://codereview.chromium.org//11442051

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16034 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-12 13:11:27 +00:00
kustermann@google.com 33a5ef535f Safari hack to run tests in --nobatch mode.
Review URL: https://codereview.chromium.org//11519030

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16027 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-12 10:08:53 +00:00
vsm@google.com 787f007ca4 Build samples on android bot
Reverting the revert.  The bot has the proper version of ant now.  See
https://chromiumcodereview.appspot.com/11465017/

TBR=gram

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15852 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-07 18:30:29 +00:00
vsm@google.com 0997aeffed Revert "Build samples on android bot"
I'll investigate why the bot is failing tomorrow.

TBR=gram@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15836 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-07 05:52:10 +00:00
vsm@google.com 2763d45db9 Build samples on android bot
Review URL: https://codereview.chromium.org//11465017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15835 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-07 05:47:27 +00:00
vsm@google.com 0d47b57c8d Hack to get the android bot going
Review URL: https://codereview.chromium.org//11442026

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@15767 260f80e4-7a28-3924-810f-c04153c831b5
2012-12-06 01:18:14 +00:00