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

Side by Side Diff: pkg/pkg.status

Issue 2833073002: Stoppp using trippple consonants (Closed)
Patch Set: More spolling Created 3 years, 8 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 | « pkg/front_end/testcases/DeltaBlue.dart ('k') | pkg/testing/README.md » ('j') | 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported. 147 kernel/test/*: RuntimeError, OK # Issue 26103. Timers are not supported.
148 148
149 [ $compiler == dart2js && $runtime == drt ] 149 [ $compiler == dart2js && $runtime == drt ]
150 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 150 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
151 151
152 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 152 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
153 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 153 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
154 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 154 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
155 155
156 [ $runtime == safarimobilesim ] 156 [ $runtime == safarimobilesim ]
157 # Unexplained errors only occuring on Safari 6.1 and earlier. 157 # Unexplained errors only occurring on Safari 6.1 and earlier.
158 typed_data/test/typed_buffers_test: RuntimeError 158 typed_data/test/typed_buffers_test: RuntimeError
159 159
160 [ $compiler == dart2js && $csp ] 160 [ $compiler == dart2js && $csp ]
161 # This test cannot run under CSP because it is injecting a JavaScript polyfill 161 # This test cannot run under CSP because it is injecting a JavaScript polyfill
162 mutation_observer: Skip 162 mutation_observer: Skip
163 163
164 [ $compiler == dart2js && $browser ] 164 [ $compiler == dart2js && $browser ]
165 crypto/test/sha256_test: Slow, Pass 165 crypto/test/sha256_test: Slow, Pass
166 crypto/test/sha1_test: Slow, Pass 166 crypto/test/sha1_test: Slow, Pass
167 167
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 204
205 [ $runtime == dart_precompiled ] 205 [ $runtime == dart_precompiled ]
206 *: SkipByDesign # The pkg test framework imports dart:mirrors. 206 *: SkipByDesign # The pkg test framework imports dart:mirrors.
207 207
208 [ $compiler == none ] 208 [ $compiler == none ]
209 kernel/test/closures_test: Fail 209 kernel/test/closures_test: Fail
210 210
211 [ $runtime == vm && $system == windows ] 211 [ $runtime == vm && $system == windows ]
212 analyzer_cli/test/driver_test: Pass, Slow 212 analyzer_cli/test/driver_test: Pass, Slow
213 analyzer/test/src/task/strong/checker_test: Pass, Slow 213 analyzer/test/src/task/strong/checker_test: Pass, Slow
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/DeltaBlue.dart ('k') | pkg/testing/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698