1781d2cb42
- 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
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
samples/third_party/dromaeo: Pass, Slow
|
|
samples/third_party/todomvc_performance: Pass, Slow
|
|
samples/pop_pop_win: Pass, Slow
|
|
samples/searchable_list: Pass, Slow
|
|
pkg/docgen: Pass, Slow
|
|
|
|
[ $use_repository_packages ]
|
|
pkg/analyzer: PubGetError
|
|
pkg/browser: PubGetError
|
|
pkg/intl: PubGetError # Issue 19782
|
|
pkg/third_party/html5lib: PubGetError # angular needs to be updated
|
|
samples/third_party/angular_todo: Fail # angular needs to be updated
|
|
|
|
[ $use_public_packages ]
|
|
samples/third_party/angular_todo: Pass, Slow
|
|
pkg/observe: Fail # code_transformers not released
|
|
pkg/polymer: Fail # code_transformers and observe not released
|
|
|
|
[ $builder_tag == russian ]
|
|
samples/pop_pop_win: Fail # Issue 16356
|
|
samples/third_party/angular_todo: Fail # Issue 16356
|
|
|
|
[ $system == windows ]
|
|
samples/third_party/todomvc_performance: Fail # Issue 18086
|