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

Side by Side Diff: pkg/pkg.status

Issue 2089123002: Update status for passing analyzer test (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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
« 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 [ $runtime == ie10 ] 160 [ $runtime == ie10 ]
161 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 161 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
162 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9) 162 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9)
163 163
164 [ $runtime == safarimobilesim ] 164 [ $runtime == safarimobilesim ]
165 # Unexplained errors only occuring on Safari 6.1 and earlier. 165 # Unexplained errors only occuring on Safari 6.1 and earlier.
166 typed_data/test/typed_buffers_test: RuntimeError 166 typed_data/test/typed_buffers_test: RuntimeError
167 167
168 [ $compiler == dart2analyzer ] 168 [ $compiler == dart2analyzer ]
169 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 169 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524
170 lookup_map/test/version_check_test: StaticWarning # https://github.com/dart-lang /http_parser/issues/6
171 lookup_map/test/lookup_map_test: StaticWarning # https://github.com/dart-lang/ht tp_parser/issues/6
172 170
173 [ $compiler == dart2js && $csp ] 171 [ $compiler == dart2js && $csp ]
174 # This test cannot run under CSP because it is injecting a JavaScript polyfill 172 # This test cannot run under CSP because it is injecting a JavaScript polyfill
175 mutation_observer: Skip 173 mutation_observer: Skip
176 174
177 [ $compiler == dart2js && $browser ] 175 [ $compiler == dart2js && $browser ]
178 crypto/test/sha256_test: Slow, Pass 176 crypto/test/sha256_test: Slow, Pass
179 crypto/test/sha1_test: Slow, Pass 177 crypto/test/sha1_test: Slow, Pass
180 178
181 [ $browser ] 179 [ $browser ]
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485 267 analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
270 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485 268 analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
271 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485 269 analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
272 analyzer/test/src/task/yaml_test: Crash # Issue 24485 270 analyzer/test/src/task/yaml_test: Crash # Issue 24485
273 271
274 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ] 272 [ $noopt || $runtime == dart_precompiled || $runtime == dart_app ]
275 *: SkipByDesign # The pkg test framework imports dart:mirrors. 273 *: SkipByDesign # The pkg test framework imports dart:mirrors.
276 274
277 [ $compiler == dart2js && $cps_ir && $checked ] 275 [ $compiler == dart2js && $cps_ir && $checked ]
278 *: Skip # `assert` not implemented, about 75% tests crash 276 *: Skip # `assert` not implemented, about 75% tests crash
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