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

Side by Side Diff: pkg/pkg.status

Issue 886393007: Mark more dartanalyzer tests as failing due to bug 22252. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 | no next file » | 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 182 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
183 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733. 183 third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
184 184
185 [ $compiler == dartanalyzer ] 185 [ $compiler == dartanalyzer ]
186 analysis_server/test/edit/sort_members_test: StaticWarning # Issue 22252 186 analysis_server/test/edit/sort_members_test: StaticWarning # Issue 22252
187 analysis_server/test/edit/assists_test: StaticWarning # Issue 22252 187 analysis_server/test/edit/assists_test: StaticWarning # Issue 22252
188 analysis_server/test/edit/format_test: StaticWarning # Issue 22252 188 analysis_server/test/edit/format_test: StaticWarning # Issue 22252
189 analysis_server/test/edit/refactoring_test: StaticWarning # Issue 22252 189 analysis_server/test/edit/refactoring_test: StaticWarning # Issue 22252
190 analysis_server/test/edit/fixes_test: StaticWarning # Issue 22252 190 analysis_server/test/edit/fixes_test: StaticWarning # Issue 22252
191 analysis_server/test/socket_server_test: StaticWarning # Issue 22252 191 analysis_server/test/socket_server_test: StaticWarning # Issue 22252
192 analysis_server/test/search/type_hierarchy_test: StaticWarning # Issue 22252
193 analysis_server/test/search/top_level_declarations_test: StaticWarning # Issue 2 2252
194 analysis_server/test/search/member_references_test: StaticWarning # Issue 22252
195 analysis_server/test/search/member_declarations_test: StaticWarning # Issue 2225 2
196 analysis_server/test/search/element_references_test: StaticWarning # Issue 22252
192 197
193 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ] 198 [ $runtime == safari || $runtime == safarimobilesim || $runtime == chrome || $ru ntime == ff || $ie ]
194 # Various issues due to limited browser testing in Angular. 199 # Various issues due to limited browser testing in Angular.
195 third_party/angular_tests/*: Skip 200 third_party/angular_tests/*: Skip
196 201
197 [ $unchecked ] 202 [ $unchecked ]
198 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. 203 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
199 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 204 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
200 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 205 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
201 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 206 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
202 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 207 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
203 208
204 [ $use_repository_packages ] 209 [ $use_repository_packages ]
205 analyzer/test/*: PubGetError 210 analyzer/test/*: PubGetError
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698