William Hesse
f76236db74
Revert "Revert "Make Safari tests more robust.""
...
This reverts commit b9cdd0e1b2 .
This change should now work, because the buildbot recipes use the
renamed flag --reset-browser-configuration.
BUG=
R=ahe@google.com
Review URL: https://codereview.chromium.org/2070513002 .
2016-06-15 04:29:33 -07:00
Peter von der Ahé
b9cdd0e1b2
Revert "Make Safari tests more robust."
...
This reverts commit 199806da03 .
That commit failed because tools/bots/compiler.py is being ignored, and test.py is invoked based on recipes not included in this repository.
TBR
Review URL: https://codereview.chromium.org/2065053003 .
2016-06-15 10:39:36 +02:00
Peter von der Ahé
199806da03
Make Safari tests more robust.
...
R=whesse@google.com
Review URL: https://codereview.chromium.org/1871883002 .
2016-06-15 10:16:14 +02:00
William Hesse
bb6b9bda4a
Remove unused builder-tag on mac builders.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org/1726583002 .
2016-02-23 11:18:11 +01:00
William Hesse
eafdd42501
Revert the debugging changes that added vm abort flag and core dumps.
...
Revert "Add '--abort-on-assertion-errors' to test runner's dart2js commands."
This reverts commit a8e54625da .
Revert "Add abort-on-assertion flag to dart2js unit test runner."
This reverts commit b42443bd26 .
Revert "Enable coredumps for dart2js unit tests on buildbot."
This reverts commit 5c8b76734c .
BUG=https://github.com/dart-lang/sdk/issues/25782
R=vegorov@google.com
Review URL: https://codereview.chromium.org/1699043003 .
2016-02-16 15:36:24 +01:00
William Hesse
5c8b76734c
Enable coredumps for dart2js unit tests on buildbot.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org/1685743004 .
2016-02-11 14:44:15 +01:00
William Hesse
b42443bd26
Add abort-on-assertion flag to dart2js unit test runner.
...
BUG=
R=vegorov@google.com
Review URL: https://codereview.chromium.org/1682343003 .
2016-02-10 13:42:00 +01:00
karlklose@google.com
7058fdfe5b
Use --use-cps-ir compiler option in the test script to run dart2js with the new backend.
...
R=ricow@google.com
Review URL: https://codereview.chromium.org//1064053005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45205 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-16 11:25:11 +00:00
ricow@google.com
30e4fbe0e1
Don't run cps backend dart2js tests in batch mode
...
R=karlklose@google.com
BUG=
Review URL: https://codereview.chromium.org//1090813002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45193 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-16 07:52:45 +00:00
ricow@google.com
75fc25fbcf
Change annotated steps to support the cps based dart2js backend
...
R=karlklose@google.com
BUG=
Review URL: https://codereview.chromium.org//1087153002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45151 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-15 07:53:35 +00:00
ricow@google.com
c035148f20
Always run in minified mode under csp
...
Reland r45010 after minified mode in dart2js is fixed.
R=floitsch@google.com
BUG=
Review URL: https://codereview.chromium.org//1088483002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45090 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-13 09:37:06 +00:00
ricow@google.com
e35361696f
Revert "Always run in minified mode under csp"
...
This reverts commit 45010 while investigating failures
R=whesse@google.com , floitsch@google.com
BUG=
Review URL: https://codereview.chromium.org//1065973003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45052 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-10 07:47:22 +00:00
ricow@google.com
f74f5b1aec
Always run in minified mode under csp
...
R=floitsch@google.com
BUG=
Review URL: https://codereview.chromium.org//1072833002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45010 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-09 14:41:22 +00:00
whesse@google.com
12c3a6b4bd
Enable co19 tests on IE build slaves.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//870423002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@43131 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-26 09:27:29 +00:00
whesse@google.com
bdf1bc32f6
Add full-linux buildbot slaves, running firefox and chrome.
...
BUG=
R=ricow@google.com
Review URL: https://codereview.chromium.org//823363003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42918 260f80e4-7a28-3924-810f-c04153c831b5
2015-01-15 16:46:28 +00:00
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
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
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
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
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
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
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
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
78eccc256e
Add support for running dart2js in batch mode on the bots
...
R=whesse@google.com
Review URL: https://codereview.chromium.org//303483004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@36629 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-26 11:03:11 +00:00
ricow@google.com
f8a56aee18
Don't build dart2js_bot on debug dart2js bots
...
This is making the bots hit the 20 min timeout
R=ahe@google.com
Review URL: https://codereview.chromium.org//270593003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35882 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-08 06:49:20 +00:00
ricow@google.com
153835064d
Add support for mobile safari simulator in the dart2js annotated steps
...
Review URL: https://codereview.chromium.org//265753004
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35627 260f80e4-7a28-3924-810f-c04153c831b5
2014-05-01 12:19:45 +00:00
ricow@google.com
75bfb7b473
Use new --clear_browser_cache on the dart2js bots
...
We are deprecating --clear_safari_cache in favor of a more general flag the individual browser implementations can use.
R=whesse@google.com
Review URL: https://codereview.chromium.org//257803014
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@35483 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-28 13:30:14 +00:00
efortuna@google.com
96dfb1762b
Un-enable language tests for IE 11.
...
BUG=
Review URL: https://codereview.chromium.org//227693005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34795 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-07 19:21:19 +00:00
efortuna@google.com
8b029bc160
Run language tests on ie11, too to ensure it's not the test framework problem.
...
BUG=
R=blois@google.com
Review URL: https://codereview.chromium.org//226243002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34735 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-04 16:44:39 +00:00
ricow@google.com
5d4f2f358b
Don't print ie10/ie11 twice in the step name
...
Review URL: https://codereview.chromium.org//220973002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34596 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-01 13:28:54 +00:00
ricow@google.com
9e2b15f99e
Always print the runtime as part of the stepname
...
BUG:17919
R=whesse@google.com
Review URL: https://codereview.chromium.org//220703003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34592 260f80e4-7a28-3924-810f-c04153c831b5
2014-04-01 12:07:41 +00:00
ahe@google.com
846b3685df
Piggyback dart2js bots for testing Try Dart!
...
R=floitsch@google.com
Review URL: https://codereview.chromium.org//204713005
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34361 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-25 14:10:42 +00:00
kustermann@google.com
93cb5140b8
Enable pkg/samples on IE10/IE11
...
R=ricow@google.com
Review URL: https://codereview.chromium.org//203383006
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34107 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 08:46:04 +00:00
ricow@google.com
9cd9644e4a
Allow IE11 as valid runtime on the bots.
...
Run the same tests as IE10 (html) for now
R=dgrove@google.com
Review URL: https://codereview.chromium.org//190323002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33492 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-10 13:57:42 +00:00
kustermann@google.com
d5f5935140
Run chrome tests on dart2js-full-windows-* builders as well
...
R=whesse@google.com
Review URL: https://codereview.chromium.org//117213002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31188 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-17 13:07:02 +00:00
kustermann@google.com
c9f4344cf6
Enable firefox tests on dart2js-full-windows-* builders
...
R=whesse@google.com
Review URL: https://codereview.chromium.org//98073010
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31167 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-16 16:15:44 +00:00
kustermann@google.com
19543f0876
Add annotated steps support for dart2js-full-... builders
...
R=whesse@google.com
Review URL: https://codereview.chromium.org//114103002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31099 260f80e4-7a28-3924-810f-c04153c831b5
2013-12-12 15:56:16 +00:00