ricow@google.com
|
7ff576944f
|
Don't try to get chrome version on windows.
We still make sure that the binary is valid.
Enable the browser controller on windows again
R=kustermann@google.com
Review URL: https://codereview.chromium.org//23815007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27333 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-10 12:29:43 +00:00 |
|
kustermann@google.com
|
1e32f03118
|
Disable new browser controller on win-chrome
test.dart is not able to determine the version of chrome when running
'chrome.exe --version'. This causes an open browser window to hang and
makes the bot timeout.
TBR=ricow@google.com
Review URL: https://codereview.chromium.org//23561005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27245 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-06 12:22:32 +00:00 |
|
ricow@google.com
|
4877ace9a5
|
Enable browser controller for chrome on mac and linux
R=kustermann@google.com
Review URL: https://codereview.chromium.org//23523029
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27240 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-06 09:48:44 +00:00 |
|
ricow@google.com
|
fce194e34f
|
Flush stdout after writing the command we run.
On windows we are getting this out of order and it is insanely annoying.
R=kustermann@google.com
Review URL: https://codereview.chromium.org//23990003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27237 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-06 09:18:54 +00:00 |
|
ricow@google.com
|
3f0d3bbd18
|
Enable browser controller for firefox on windows on the bots.
R=kustermann@google.com
Review URL: https://codereview.chromium.org//24031002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27236 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-06 08:55:42 +00:00 |
|
kustermann@google.com
|
ba57b8898d
|
Disable record/replay functionality for ARM
Now that we've got a checked-in binary for ARM we can directly drive the tests
on the ARM buildbot.
R=ricow@google.com
Review URL: https://codereview.chromium.org//23441037
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27049 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-03 13:09:42 +00:00 |
|
ahe@google.com
|
eb5906ef01
|
Remove dart2js_foreign.
R=kustermann@google.com
Review URL: https://codereview.chromium.org//23477028
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@27032 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-09-03 08:41:32 +00:00 |
|
devoncarew@google.com
|
2a2e694c48
|
editor build change to suppress a 'restore windows' dialog on the mac buildbots
R=danrubel@google.com
Review URL: https://codereview.chromium.org//23224015
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26793 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-28 15:23:09 +00:00 |
|
ricow@google.com
|
1c092dee58
|
Enable browser controller on IE10
R=kustermann@google.com
Review URL: https://codereview.chromium.org//23566009
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26786 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-28 13:19:02 +00:00 |
|
ricow@google.com
|
b7567a39c0
|
Actually use the new browser controller on the normal waterfall.
Review URL: https://codereview.chromium.org//23241016
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26510 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-22 09:08:27 +00:00 |
|
ricow@google.com
|
6fba467edf
|
Support testing the dart2js compiler on the 64 bit vm
R=kustermann@google.com
Review URL: https://codereview.chromium.org//22861013
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26343 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-20 10:25:27 +00:00 |
|
ricow@google.com
|
7ad8abe556
|
Use the browser controller on ie9 on fyi
R=kustermann@google.com
Review URL: https://codereview.chromium.org//22862007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@26113 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-14 11:39:52 +00:00 |
|
kustermann@google.com
|
cb18d8ba87
|
Removed compiler/ directory from repository
R=ricow@google.com
Review URL: https://codereview.chromium.org//20722006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25728 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-08-02 08:31:15 +00:00 |
|
devoncarew@google.com
|
7624d0b038
|
Fix for running the tests on the dart-editor-win bot.
Review URL: https://codereview.chromium.org//19552002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25104 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-17 16:30:17 +00:00 |
|
kustermann@google.com
|
2ba4d3c758
|
Use a utils.TempDir() context manager for temporary files, to make sure we clean up even in case of exceptions
R=ajohnsen@google.com
Review URL: https://codereview.chromium.org//19523003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25091 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-17 11:40:49 +00:00 |
|
devoncarew@google.com
|
cd82c36a37
|
Change how the editor tests run on the buildbots to use the --test option.
R=pquitslund@google.com
Review URL: https://codereview.chromium.org//19393002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25061 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-16 17:45:35 +00:00 |
|
kustermann@google.com
|
88d1ae1957
|
Run bots/editor.py commands in xvfb-run to make ensure a valid DISPLAY
TBR=ricow@google.com
Committed: https://code.google.com/p/dart/source/detail?r=24989
Review URL: https://codereview.chromium.org//19152002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24990 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-15 07:38:13 +00:00 |
|
kustermann@google.com
|
7336453338
|
Run bots/editor.py commands in xvfb-run to make ensure a valid DISPLAY
TBR=ricow@google.com
Review URL: https://codereview.chromium.org//19152002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24989 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-15 07:30:32 +00:00 |
|
devoncarew@google.com
|
d296980e56
|
Trying to resurrect the linux editor FYI bot.
R=kustermann@google.com
Review URL: https://codereview.chromium.org//18807006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24963 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-12 17:50:37 +00:00 |
|
kustermann@google.com
|
3561aeaff9
|
Set public-read acl on editor installers
TBR=ricow@google.com
Review URL: https://codereview.chromium.org//18875003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24843 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-07-09 14:54:17 +00:00 |
|
ricow@google.com
|
de1180fa94
|
Change the target that we build on the android bot from samples to runtime
It seems that the sample is broken, do we even support this?
R=efortuna@google.com, vsm@google.com, whesse@google.com
Review URL: https://codereview.chromium.org//17854002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24507 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-06-27 05:59:15 +00:00 |
|
kustermann@google.com
|
0d8293ef34
|
Initial support for mac installers. Currently only on our editor builders on FYI
R=devoncarew@google.com, ricow@google.com
Review URL: https://codereview.chromium.org//16831019
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24271 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-06-21 08:37:25 +00:00 |
|
ricow@google.com
|
dcb2d0096a
|
Pass in clear_safari_flag on the bots
R=kustermann@google.com
Review URL: https://codereview.chromium.org//17448018
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@24228 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-06-20 14:03:36 +00:00 |
|
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 |
|