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

Side by Side Diff: pkg/pkg.status

Issue 231603003: Fix an analyzer warning in scheduled_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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/scheduled_test/lib/scheduled_test.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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 334
335 [ $browser || $runtime == vm ] 335 [ $browser || $runtime == vm ]
336 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. 336 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout.
337 337
338 338
339 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 339 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
340 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 340 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
341 341
342 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 342 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
343 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract class 343 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract class
344 scheduled_test/test/scheduled_test/on_complete_test: StaticWarning # Issue 18113
345 scheduled_test/test/scheduled_test/set_up_test: StaticWarning # Issue 18113
346 344
347 [ $runtime == vm && ($system == windows || $system == macos) ] 345 [ $runtime == vm && ($system == windows || $system == macos) ]
348 watcher/test/*/linux_test: Skip 346 watcher/test/*/linux_test: Skip
349 347
350 [ $runtime == vm && ($system == windows || $system == linux) ] 348 [ $runtime == vm && ($system == windows || $system == linux) ]
351 watcher/test/*/mac_os_test: Skip 349 watcher/test/*/mac_os_test: Skip
352 350
353 [ $runtime == safari || $runtime == chrome || $runtime == ff || $ie ] 351 [ $runtime == safari || $runtime == chrome || $runtime == ff || $ie ]
354 # Various issues due to limited browser testing in Angular. 352 # Various issues due to limited browser testing in Angular.
355 third_party/angular_tests/*: Skip 353 third_party/angular_tests/*: Skip
356 354
357 [ $unchecked ] 355 [ $unchecked ]
358 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 356 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
359 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 357 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
360 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 358 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
361 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 359 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
362 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 360 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
363 361
364 [ $use_repository_packages ] 362 [ $use_repository_packages ]
365 analyzer/test/*: PubGetError 363 analyzer/test/*: PubGetError
366 364
367 [ $runtime == ie9 ] 365 [ $runtime == ie9 ]
368 polymer: Pass, Fail, Timeout # Issue 16717 366 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW
« no previous file with comments | « no previous file | pkg/scheduled_test/lib/scheduled_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698