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

Side by Side Diff: pkg/pkg.status

Issue 306283002: pkg/matcher: cleanup, updates, deprecations, fixes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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
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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 353 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
354 354
355 [ $browser || $runtime == vm ] 355 [ $browser || $runtime == vm ]
356 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. 356 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout.
357 357
358 358
359 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 359 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
360 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 360 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
361 361
362 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 362 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
363 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract class 363 matcher/test/deprecated_matchers_test: StaticWarning # testing error creating ab stract class
364 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 364 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
365 365
366 [ $runtime == vm && ($system == windows || $system == macos) ] 366 [ $runtime == vm && ($system == windows || $system == macos) ]
367 watcher/test/*/linux_test: Skip 367 watcher/test/*/linux_test: Skip
368 368
369 [ $runtime == vm && ($system == windows || $system == linux) ] 369 [ $runtime == vm && ($system == windows || $system == linux) ]
370 watcher/test/*/mac_os_test: Skip 370 watcher/test/*/mac_os_test: Skip
371 371
372 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ] 372 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ]
373 # Various issues due to limited browser testing in Angular. 373 # Various issues due to limited browser testing in Angular.
(...skipping 19 matching lines...) Expand all
393 http/test/multipart_test: Fail 393 http/test/multipart_test: Fail
394 http/test/request_test: Fail 394 http/test/request_test: Fail
395 http/test/response_test: Fail 395 http/test/response_test: Fail
396 oauth2/test/authorization_code_grant_test: Fail 396 oauth2/test/authorization_code_grant_test: Fail
397 oauth2/test/client_test: Fail 397 oauth2/test/client_test: Fail
398 oauth2/test/credentials_test: Fail 398 oauth2/test/credentials_test: Fail
399 oauth2/test/handle_access_token_response_test: Fail 399 oauth2/test/handle_access_token_response_test: Fail
400 400
401 [ $runtime == drt ] 401 [ $runtime == drt ]
402 http/test/html/client_test: Skip # Issue 18566 402 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« pkg/matcher/lib/src/interfaces.dart ('K') | « pkg/matcher/test/test_common.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698