Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Side by Side Diff: pkg/pkg.status

Issue 23224003: move polymer.dart into dart svn (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add --deploy to todomvc sample Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | pkg/polymer/README.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
11 */*/*/*/packages/*/*: Skip
11 12
12 # Skip non-test files ending with "_test". 13 # Skip non-test files ending with "_test".
13 scheduled_test/lib/*: Skip 14 scheduled_test/lib/*: Skip
15 polymer/lib/*: Skip
16 polymer/example/*: Skip
14 17
15 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582 18 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582
16 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 19 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
17 20
18 # Skip test not runnable via test.dart 21 # Skip test not runnable via test.dart
19 third_party/html5lib/test/dom_compat_test: Skip 22 third_party/html5lib/test/dom_compat_test: Skip
20 23
21 [ $compiler == dart2js && $runtime == d8 ] 24 [ $compiler == dart2js && $runtime == d8 ]
22 unmodifiable_collection/test/unmodifiable_collection_test: Pass, Fail # Issue 12 429 25 unmodifiable_collection/test/unmodifiable_collection_test: Pass, Fail # Issue 12 429
23 26
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 134 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
132 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 135 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
133 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 136 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
134 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 137 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
135 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. 138 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
136 oauth2/test/client_test: Fail, OK # Uses dart:io. 139 oauth2/test/client_test: Fail, OK # Uses dart:io.
137 oauth2/test/credentials_test: Fail, OK # Uses dart:io. 140 oauth2/test/credentials_test: Fail, OK # Uses dart:io.
138 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. 141 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
139 observe/test/transform_test: Fail, OK # Uses dart:io. 142 observe/test/transform_test: Fail, OK # Uses dart:io.
140 path/test/io_test: Fail, OK # Uses dart:io. 143 path/test/io_test: Fail, OK # Uses dart:io.
144 polymer/test/*: Fail, OK # Uses dart:io.
141 watcher/test/*: Fail, OK # Uses dart:io. 145 watcher/test/*: Fail, OK # Uses dart:io.
142 146
143 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 147 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440
144 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 148 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440
145 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 149 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440
146 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 150 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440
147 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 151 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440
148 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 152 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
149 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 153 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
150 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 154 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 mutation_observer: Skip 210 mutation_observer: Skip
207 polymer_expressions/test/syntax_test: Skip 211 polymer_expressions/test/syntax_test: Skip
208 third_party/html5lib/test/browser/browser_test: Skip 212 third_party/html5lib/test/browser/browser_test: Skip
209 213
210 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 214 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
211 docgen/test/single_library_test: Skip # Uses dart:io 215 docgen/test/single_library_test: Skip # Uses dart:io
212 216
213 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 217 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
214 # Skipped for in-progress Dartium rull on 8-16-2013 218 # Skipped for in-progress Dartium rull on 8-16-2013
215 mutation_observer/test/mutation_observer_test: Fail 219 mutation_observer/test/mutation_observer_test: Fail
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698