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

Side by Side Diff: pkg/pkg.status

Issue 48483002: Remove deprecated parts of dart:async. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. Created 7 years, 1 month 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 | « pkg/observe/lib/src/microtask.dart ('k') | pkg/polymer/lib/deploy.dart » ('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
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/ 8440 213 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/ 8440
214 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug. com/8440 214 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug. com/8440
215 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 215 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440
216 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440 216 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440
217 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 217 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440
218 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440 218 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440
219 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 219 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440
220 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40 220 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40
221 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440 221 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440
222 222
223
223 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 224 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
224 225
225 # Skip tests on the browser if the test depends on dart:io 226 # Skip tests on the browser if the test depends on dart:io
226 third_party/html5lib/test/parser_test: Skip 227 third_party/html5lib/test/parser_test: Skip
227 third_party/html5lib/test/tokenizer_test: Skip 228 third_party/html5lib/test/tokenizer_test: Skip
228 229
229 [ $runtime == safari] 230 [ $runtime == safari]
230 # Bug in JSC: the test only passes when being debugged. 231 # Bug in JSC: the test only passes when being debugged.
231 crypto/test/hmac_md5_test: Fail, Pass 232 crypto/test/hmac_md5_test: Fail, Pass
232 233
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 scheduled_test/test/scheduled_test/simple_test: StaticWarning 376 scheduled_test/test/scheduled_test/simple_test: StaticWarning
376 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning 377 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning
377 scheduled_test/test/scheduled_test/timeout_test: StaticWarning 378 scheduled_test/test/scheduled_test/timeout_test: StaticWarning
378 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning 379 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning
379 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning 380 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning
380 unittest/test/matchers_test: StaticWarning 381 unittest/test/matchers_test: StaticWarning
381 unittest/test/mock_test: StaticWarning 382 unittest/test/mock_test: StaticWarning
382 watcher/test/directory_watcher_test: StaticWarning 383 watcher/test/directory_watcher_test: StaticWarning
383 watcher/test/no_subscription_test: StaticWarning 384 watcher/test/no_subscription_test: StaticWarning
384 watcher/test/ready_test: StaticWarning 385 watcher/test/ready_test: StaticWarning
386
387 [ $runtime == vm ]
388 # Issue surfaced after removing deprecated async features.
389 scheduled_test/test/scheduled_test/nested_task_test: RuntimeError # Issue 14639
OLDNEW
« no previous file with comments | « pkg/observe/lib/src/microtask.dart ('k') | pkg/polymer/lib/deploy.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698