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

Side by Side Diff: pkg/pkg.status

Issue 42863002: New analyzer_experimental snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 # them in the analyzer. 123 # them in the analyzer.
124 unittest/test/mock_regexp_negative_test: Skip 124 unittest/test/mock_regexp_negative_test: Skip
125 unittest/test/mock_stepwise_negative_test: Skip 125 unittest/test/mock_stepwise_negative_test: Skip
126 polymer/example/canonicalization: Skip 126 polymer/example/canonicalization: Skip
127 127
128 [ $compiler == dart2analyzer ] 128 [ $compiler == dart2analyzer ]
129 # These tests are runtime negative but statically positive, so we skip 129 # These tests are runtime negative but statically positive, so we skip
130 # them in the analyzer. 130 # them in the analyzer.
131 unittest/test/mock_regexp_negative_test: Skip 131 unittest/test/mock_regexp_negative_test: Skip
132 unittest/test/mock_stepwise_negative_test: Skip 132 unittest/test/mock_stepwise_negative_test: Skip
133 collection_helpers/test/equality_test/none: Fail # TODO(lrn): Figure out if it's an error.
134 polymer/example/canonicalization: Skip 133 polymer/example/canonicalization: Skip
135 134
136 [ $compiler == dart2js && $runtime == none] 135 [ $compiler == dart2js && $runtime == none]
137 polymer/example/canonicalization: Skip 136 polymer/example/canonicalization: Skip
138 137
139 [ $compiler == dart2js && $csp ] 138 [ $compiler == dart2js && $csp ]
140 unittest/test/mirror_matchers_test: Skip # Issue 12151 139 unittest/test/mirror_matchers_test: Skip # Issue 12151
141 140
142 # This test cannot run under CSP because it is injecting a JavaScript polyfill 141 # This test cannot run under CSP because it is injecting a JavaScript polyfill
143 mutation_observer: Skip 142 mutation_observer: Skip
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 observe/test/observe_test: fail 302 observe/test/observe_test: fail
304 303
305 [ $compiler == dart2analyzer ] 304 [ $compiler == dart2analyzer ]
306 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 305 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
307 custom_element/test/analyzer_test: fail 306 custom_element/test/analyzer_test: fail
308 template_binding/test/analyzer_test: fail 307 template_binding/test/analyzer_test: fail
309 observe/test/observe_test: fail 308 observe/test/observe_test: fail
310 309
311 # pkg issue 13945; Missing inherited member 'Trace.frames' 310 # pkg issue 13945; Missing inherited member 'Trace.frames'
312 observe/test/observe_test: fail 311 observe/test/observe_test: fail
OLDNEW
« no previous file with comments | « pkg/analyzer_experimental/test/services/test_utils.dart ('k') | tests/co19/co19-analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698