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

Side by Side Diff: pkg/pkg.status

Issue 428303004: Breaking changes in 'analyzer' package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge code_transformers CL Created 6 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
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 55
56 [ $compiler == none && ($runtime == dartium) && $mode == debug ] 56 [ $compiler == none && ($runtime == dartium) && $mode == debug ]
57 polymer/test/instance_attrs_test: Skip # Issue 19496 57 polymer/test/instance_attrs_test: Skip # Issue 19496
58 58
59 [ $compiler == none && $runtime == dartium && $system == windows ] 59 [ $compiler == none && $runtime == dartium && $system == windows ]
60 polymer/test/property_observe_test: Pass, Timeout # Issue 19326 60 polymer/test/property_observe_test: Pass, Timeout # Issue 19326
61 61
62 [ $compiler == none && $runtime == ContentShellOnAndroid ] 62 [ $compiler == none && $runtime == ContentShellOnAndroid ]
63 collection/test/unmodifiable_collection_test: Skip # Times out, Issue 20348 63 collection/test/unmodifiable_collection_test: Skip # Times out, Issue 20348
64 64
65 [ $runtime == vm]
66 smoke/test/codegen/recorder_test: Fail # Issue 20379
Siggi Cherem (dart-lang) 2014/08/06 03:07:22 Like with code_transformers, I'd prefer to update
scheglov 2014/08/06 18:03:50 Thank you. Patched.
67
68 [ $compiler == dartanalyzer || $compiler == dart2analyzer]
69 smoke/test/codegen/recorder_test: Fail # Issue 20379
70 smoke/test/codegen/end_to_end_test: Fail # Issue 20379
71
65 [ $runtime == vm && $mode == debug] 72 [ $runtime == vm && $mode == debug]
66 analysis_server/test/analysis_server_test: Skip # Times out 73 analysis_server/test/analysis_server_test: Skip # Times out
67 analysis_server/test/domain_context_test: Skip # Times out 74 analysis_server/test/domain_context_test: Skip # Times out
68 analysis_server/test/domain_server_test: Skip # Times out 75 analysis_server/test/domain_server_test: Skip # Times out
69 analyzer/test/generated/element_test: Skip # Times out 76 analyzer/test/generated/element_test: Skip # Times out
70 analyzer/test/generated/parser_test: Skip # Times out 77 analyzer/test/generated/parser_test: Skip # Times out
71 code_transformers/test/resolver_test: Skip # Times out 78 code_transformers/test/resolver_test: Skip # Times out
72 docgen/test/*: Skip # Slow 79 docgen/test/*: Skip # Slow
73 polymer/test/build/all_phases_test: Skip # Slow 80 polymer/test/build/all_phases_test: Skip # Slow
74 smoke/test/codegen/end_to_end_test: Skip # Times out 81 smoke/test/codegen/end_to_end_test: Skip # Times out
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 oauth2/test/authorization_code_grant_test: Fail 459 oauth2/test/authorization_code_grant_test: Fail
453 oauth2/test/client_test: Fail 460 oauth2/test/client_test: Fail
454 oauth2/test/credentials_test: Fail 461 oauth2/test/credentials_test: Fail
455 oauth2/test/handle_access_token_response_test: Fail 462 oauth2/test/handle_access_token_response_test: Fail
456 463
457 [ $runtime == drt ] 464 [ $runtime == drt ]
458 http/test/html/client_test: Skip # Issue 18566 465 http/test/html/client_test: Skip # Issue 18566
459 466
460 [ $mode == debug ] 467 [ $mode == debug ]
461 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass 468 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698