Commit Graph

117 Commits

Author SHA1 Message Date
Dmitry Olshansky 616b7eda58 Gardening: fixup prefix in the status file
TBR=kustermann@google.com

Review-Url: https://codereview.chromium.org/2701503006 .
2017-02-17 16:53:27 +01:00
Dmitry Olshansky bbe164b925 Gardening: mark pkg/* as slow on windows
Even normally most test take in the excess
of 30 seconds and sometimes timeout.

R=kustermann@google.com

Review-Url: https://codereview.chromium.org/2699103003 .
2017-02-17 14:21:20 +01:00
Bob Nystrom e826303741 Get rid of --use-repository-packages and --use-public-packages.
The former doesn't seem to tell us anything useful, and is broken. The
latter is no longer needed as a flag without the former. The pkgbuild
suite implies it and other suites don't support it.

R=whesse@google.com

Review-Url: https://codereview.chromium.org/2673133002 .
2017-02-06 10:40:53 -08:00
William Hesse 35d9f57f0e Update status for fasta unit tests in --use-sdk case
BUG=https://github.com/dart-lang/sdk/issues/28629
R=ahe@google.com, fschneider@google.com

Review-Url: https://codereview.chromium.org/2676023002 .
2017-02-03 20:31:46 +01:00
Siva Annamalai e07cc86697 Skip third_party/pkg/linter (Issue 27937)
Review-Url: https://codereview.chromium.org/2649313007 .
2017-01-25 13:37:47 -08:00
Brian Wilkerson a27c9e4a0b Skip linter tests on the pkg bots
R=whesse@google.com

Review-Url: https://codereview.chromium.org/2655963002 .
2017-01-25 13:26:07 -08:00
William Hesse 42b46905ad Update status for package tests
BUG=https://github.com/dart-lang/sdk/issues/27937
BUG=https://github.com/dart-lang/sdk/issues/28243
R=kmillikin@google.com

Review-Url: https://codereview.chromium.org/2602323003 .
2017-01-03 15:27:18 +01:00
William Hesse 10e535a5ee Update status for dart_style package and dom/shadowroot co19 windows.
BUG=https://github.com/dart-lang/dart_style/issues/562
TBR=rnystrom@google.com

Review URL: https://codereview.chromium.org/2543463003 .
2016-11-30 16:52:17 +01:00
William Hesse 35904c4f7e Update package building status for pkg/kernel
BUG=https://github.com/dart-lang/sdk/issues/27937
R=asgerf@google.com

Review URL: https://codereview.chromium.org/2543473003 .
2016-11-30 15:18:10 +01:00
William Hesse 057b9ceba7 Update pkgbuild status for analyzer and front-end.
BUG=https://github.com/dart-lang/sdk/issues/27655
BUG=https://github.com/dart-lang/sdk/issues/27654
R=sortie@google.com

Review URL: https://codereview.chromium.org/2440423002 .
2016-10-24 13:37:10 +02:00
Vijay Menon 4942dcce50 Fix pkgbuild path for dev_compiler
TBR=whesse@google.com

Review URL: https://codereview.chromium.org/2330603002 .
2016-09-09 15:16:44 -07:00
Vijay Menon 415693443d Skip building the dev_compiler pkg
R=whesse@google.com

Review URL: https://codereview.chromium.org/2307583002 .
2016-09-01 09:41:11 -07:00
William Hesse 2a7946817b Update third_party/pkg/stack_trace to 1.6.6
All packages in third_party except markdown are now at the latest
released version. Markdown will be rolled in a separate CL.

BUG=
R=mit@google.com

Review URL: https://codereview.chromium.org/2297363004 .
2016-09-01 14:01:29 +02:00
Natalie Weizenbaum 20ccc42a14 Bring in the latest scheduled_test.
Closes #26585

R=whesse@google.com

Review URL: https://codereview.chromium.org/2128083002 .
2016-07-07 13:21:07 -07:00
William Hesse a780a6b9f2 Update pkgbuild.status for passing dartdoc test (#26802)
R=keertip@google.com
2016-06-29 23:26:36 +02:00
William Hesse 8c5bb02212 Update pkgbuild status to allow PubGetError
The windows and linux bots are getting 502 gateway error messages
from the pub server, and failing tests because of that.
This suppresses those failures.

BUG=https://github.com/dart-lang/sdk/issues/26696
R=rnystrom@google.com

Review URL: https://codereview.chromium.org/2102103002 .
2016-06-29 12:53:17 +02:00
Sigmund Cherem 4b0865142d Rewind version of schedule_test, it causes failures that require additional
fixing

BUG= https://github.com/dart-lang/sdk/issues/26585
R=whesse@google.com

Review URL: https://codereview.chromium.org/2028883002 .
2016-05-31 16:28:24 -07:00
Sigmund Cherem d1d46593d5 Make test.dart override only those dependencies declared in the pubspec.yaml
file (attempt #2).

Differences from before:
 - pull in transitive dependencies that were missing
 - pass on the package-root in standalone/io/test_runner_test

BUG= http://dartbug.com/26563
R=whesse@google.com

Review URL: https://codereview.chromium.org/2019163002 .
2016-05-31 15:48:54 -07:00
Sigmund Cherem dd7cfb2b62 Revert "Make test.dart override only those dependencies declared in the pubspec.yaml"
This reverts commit bcfdd3345b.

Broke standalone/io/test_runner_test, need to investigate.

BUG=

Review URL: https://codereview.chromium.org/2017093004 .
2016-05-27 17:39:17 -07:00
Sigmund Cherem bcfdd3345b Make test.dart override only those dependencies declared in the pubspec.yaml
file.

BUG= http://dartbug.com/26563
R=whesse@google.com

Review URL: https://codereview.chromium.org/2020843002 .
2016-05-27 17:19:47 -07:00
Natalie Weizenbaum b33dcfdaad Remove the Dromaeo and TodoMVC samples.
No one was maintaining or using these, and they were stale to the point
that they were breaking pkgbuild tests because their dependencies
weren't compatible with the latest SDK.

This also removes tools/testing/perf_testing, which only tested these
two samples.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org/1576153002 .
2016-01-11 13:09:26 -08:00
keertip 18b68f7290 remove docgen remnants from repo, update CHANGELOG
BUG=
R=alanknight@google.com, whesse@google.com

Review URL: https://codereview.chromium.org//1361163002 .
2015-09-23 10:27:15 -07:00
Natalie Weizenbaum 35f86f7ab8 Bring in the latest version of Pub and various packages.
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1321903004 .
2015-09-08 17:39:26 -07:00
Sigmund Cherem a984fb2b72 Update status of pkgbuild test for shelf, update dart2js_info to fix pkgbuild test for args
(args was an easy fix, just downgrade within the same major version. shelf
requires switching to 0.5.7 from 0.6.2 which might involve working around
breaking changes, so I'll do so more calmly later.)

Review URL: https://codereview.chromium.org//1302693003 .
2015-08-18 20:57:17 -07:00
Natalie Weizenbaum 4956bffa49 Update pub to use the latest package_config.
Closes #23763

R=sigmund@google.com

Review URL: https://codereview.chromium.org//1216923007.
2015-07-01 14:32:17 -07:00
Sigmund Cherem 8f9d21b9c7 pkgbuild: fix status of package_config
BUG=https://github.com/dart-lang/sdk/issues/23763

Review URL: https://codereview.chromium.org//1218213004.
2015-07-01 09:53:08 -07:00
Sigmund Cherem b273d56f0d Fix pkgbuild tests after adding a pubspec on pkg/compiler (fix #23750)
BUG=
R=whesse@google.com

Review URL: https://codereview.chromium.org//1217353002.
2015-07-01 08:19:00 -07:00
William Hesse 0368173f20 Update test status for package tests on compiler package.
BUG=https://github.com/dart-lang/sdk/issues/23750
R=ricow@google.com

Review URL: https://codereview.chromium.org//1216963003.
2015-06-30 11:40:45 +02:00
nweiz@google.com 70a846ad6c Update pubspecs and dependencies to get pkgbuild tests working.
This also removes the vendored copy of Angular, which was an outdated version of
an unstaffed branch.

R=pquitslund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@45410 260f80e4-7a28-3924-810f-c04153c831b5
2015-04-24 20:08:53 +00:00
nweiz@google.com 4b524e8f21 Pull args, intl, logging, shelf, and source_maps out of the SDK.
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42537 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-20 00:47:32 +00:00
sigmund@google.com c73466ed58 Fix bots
R=jakemac@google.com
BUG=

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42466 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-18 19:00:28 +00:00
sigmund@google.com d675fa46a9 Delete pop-pop-win from the repo
Code now lives at: https://github.com/dart-lang/sample-pop_pop_win

Test coverage available at:
http://build.chromium.org/p/client.dart.packages/console

In particular:
http://build.chromium.org/p/client.dart.packages/console?builder=packages-windows-sample-sample-pop_pop_win&builder=packages-linux-sample-sample-pop_pop_win&builder=packages-mac-sample-sample-pop_pop_win&reload=none

R=kevmoo@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42171 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-08 18:52:12 +00:00
jakemac@google.com b40503870d mark polymer use-public-packages as passing again
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42140 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-05 18:56:32 +00:00
jakemac@google.com 8fde04e0ba mark public package dependencies test as failing since web_components isn 't yet published
R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@42118 260f80e4-7a28-3924-810f-c04153c831b5
2014-12-04 21:24:10 +00:00
nweiz@google.com 9d53779ba9 Fix pkgbuild tests for async_await.
R=rnystrom@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41110 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-14 21:49:36 +00:00
sigmund@google.com 98bc2672c0 Release polymer 0.15.1
R=jakemac@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41108 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-14 21:12:25 +00:00
sigmund@google.com a9b3fed799 Splitting interop support so dart_support.js is no longer required.
R=jakemac@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41081 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-13 20:14:19 +00:00
jakemac@google.com e827926148 public packages should work again
Revert "Revert "move version to 0.14.0" forgot to publish first"

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40192 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-11 22:43:32 +00:00
jakemac@google.com 589c718ac0 update polymer js to 0.4.0
BUG= http://dartbug.com/20809

The following files were not migrated, they used to be in platform.js
and are like polyfills, but are adding non-html spec functionality used
by polymer:

src/declaration/mdv.js
src/declaration/polymer.js
src/declaration/queue.js
src/declaration/styles.js
src/lib/dom.js
src/lib/lang.js
src/lib/loader.js
src/lib/styleloader.js
src/lib/url.js
src/system/compat.js
src/system/microtask.js
src/system/module.js
src/system/patches-mdv.js
src/system/unresolved.js

The following tests were not migrated. For the most part they are just
testing the features added by the files above:

test/html/loader-deduplicate.html
test/html/mdv-shadow.html
test/html/mdv-tests/polymer-expressions-tests.js
test/html/styling/recursive-style-import.html
test/html/url.html
test/js/bindMDV.js
test/js/oop.js
test/html/styling/rules/*
test/js/styling.js
test/js/register.js
test/js/utils.js
test/html/template-repeat-wrappers.html

R=sigmund@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40120 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-10 21:41:47 +00:00
sigmund@google.com 4e115db178 Prepare for 0.13.1 release
R=jakemac@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39995 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-08 20:13:31 +00:00
sigmund@google.com 1781d2cb42 Step one towards stable error messages with details:
- switches polymer to use a messages type
 - autogenerates an HTML page from the message list.
 - use these messages on polymer transformers
 - moves build_logger to code_Transformers, so we can also use this in other packages.

Still pending to do more, for example, find a permanent location and URI scheme for messages
so we can show them on the command-line, improve the UI to tak advantage of clustering, etc.

But I think it's good enough to get it in and iterate afterwards

R=jakemac@google.com, kathyw@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39884 260f80e4-7a28-3924-810f-c04153c831b5
2014-09-04 20:28:15 +00:00
sigmund@google.com 72607ba463 Prepare polymer 0.12.2 release
R=jakemac@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39461 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-21 17:26:18 +00:00
whesse@google.com 99180f5797 Update status for pkg tests.
BUG=dartbug.com/20575 dartbug.com/20576

TBR=kustermann@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39366 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-19 09:35:46 +00:00
ricow@google.com a84518a3ec Remove suppression for pkgbuild/samples/third_party/todomvc on russian locale
This is passing now

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39188 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-13 04:45:34 +00:00
ricow@google.com 9c261e95d9 Remove suppression from the status file for long directories on the russian windows builder.
The underlying issue was fixed in revision 39071

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39074 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-11 12:07:45 +00:00
ricow@google.com d7c294b4e2 Remove observatory symlink from the repository - they have unforseen issues when copying around stuff for testing.
Long storry short: for testing the ability to do pub get and pub build we copy in the packages and test them if they have a pubspec yaml file.

If you copy a symlink, like the one added in r38788, without -L to cp you will just get the relative symlink copied in, which will, of course, not work.

I generally think it is a bad idea to add symlinks to the repo, we have had enough issues with the ones for packages/pub

Instead, to keep the testing, add the runtime/bin/vmservice to the location of where we look for packages

R=koda@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38983 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-07 12:59:35 +00:00
whesse@google.com 0c541c342c Update status files for pkgbuild Russian Windows
BUG=dartbug.com/20386
R=ricow@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38922 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-06 09:14:02 +00:00
ricow@google.com 588c9a6d46 Mark pkgbuild/observatory as skip
This is breaking our testing setup, since pkg/observatory is a relative symlink to ../runtime/bin/vmservice/client

I have filed issue 20306 to track this and given more info on how we can solve this without having these issues

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38822 260f80e4-7a28-3924-810f-c04153c831b5
2014-08-01 07:30:27 +00:00
sigmund@google.com fadb359919 Preparing versions to release polymer 0.12.0
R=jakemac@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38734 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-30 15:28:53 +00:00
sigmund@google.com 7801ac64b9 Roll polymer packages to version 0.3.4
R=jakemac@google.com, jmesserly@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38644 260f80e4-7a28-3924-810f-c04153c831b5
2014-07-28 19:57:11 +00:00