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

Side by Side Diff: pkg/pkg.status

Issue 655803002: Mark analyzer test as failing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 collection/test/equality_test/02: Fail # Issue 1533 100 collection/test/equality_test/02: Fail # Issue 1533
101 collection/test/equality_test/03: Fail # Issue 1533 101 collection/test/equality_test/03: Fail # Issue 1533
102 collection/test/equality_test/04: Fail # Issue 1533 102 collection/test/equality_test/04: Fail # Issue 1533
103 collection/test/equality_test/05: Fail # Issue 1533 103 collection/test/equality_test/05: Fail # Issue 1533
104 collection/test/equality_test/none: Pass, Fail # Issue 14348 104 collection/test/equality_test/none: Pass, Fail # Issue 14348
105 docgen/test/*: Skip # Far too slow 105 docgen/test/*: Skip # Far too slow
106 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 106 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
107 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 107 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
108 analyzer/test/generated/engine_test: Skip # Slow 108 analyzer/test/generated/engine_test: Skip # Slow
109 109
110 analyzer/test/enum_test: Fail # Issue 21323
111
110 analysis_server/test/search/element_references_test: Pass, Slow 112 analysis_server/test/search/element_references_test: Pass, Slow
111 analysis_server/test/services/index/store/codec_test: Pass, Slow 113 analysis_server/test/services/index/store/codec_test: Pass, Slow
112 114
113 # Analysis server integration tests don't make sense to run under 115 # Analysis server integration tests don't make sense to run under
114 # dart2js, since the code under test always runs in the Dart vm as a 116 # dart2js, since the code under test always runs in the Dart vm as a
115 # subprocess. 117 # subprocess.
116 analysis_server/test/integration: Skip 118 analysis_server/test/integration: Skip
117 119
118 observe/test/unique_message_test: Skip # Intended only as a vm test. 120 observe/test/unique_message_test: Skip # Intended only as a vm test.
119 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. 121 polymer/test/build/unique_message_test: Skip # Intended only as a vm test.
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 484 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
483 485
484 [ $use_repository_packages ] 486 [ $use_repository_packages ]
485 analyzer/test/*: PubGetError 487 analyzer/test/*: PubGetError
486 488
487 [ $runtime == drt ] 489 [ $runtime == drt ]
488 http/test/html/client_test: Skip # Issue 18566 490 http/test/html/client_test: Skip # Issue 18566
489 491
490 [ $system == windows ] 492 [ $system == windows ]
491 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 493 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698