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

Side by Side Diff: dart/pkg/pkg.status

Issue 23245015: Remove entries in status refering to non-existent files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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 | dart/tests/compiler/dart2js_extra/dart2js_extra.status » ('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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 [ $runtime == safari] 176 [ $runtime == safari]
177 # Bug in JSC: the test only passes when being debugged. 177 # Bug in JSC: the test only passes when being debugged.
178 crypto/test/hmac_md5_test: Fail, Pass 178 crypto/test/hmac_md5_test: Fail, Pass
179 179
180 [ $minified == false ] 180 [ $minified == false ]
181 # The minified unittest tests test that the minified names of Dart types are 181 # The minified unittest tests test that the minified names of Dart types are
182 # printed. Unminified versions of these tests exist that test the behavior when 182 # printed. Unminified versions of these tests exist that test the behavior when
183 # not minified. 183 # not minified.
184 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S 184 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S
185 185
186 [ $compiler == none && $runtime == drt ]
187 dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
188
189 [ $arch == arm ] 186 [ $arch == arm ]
190 *: Skip 187 *: Skip
191 188
192 [ $arch == simarm ] 189 [ $arch == simarm ]
193 *: Skip 190 *: Skip
194 191
195 [ $arch == mips ] 192 [ $arch == mips ]
196 *: Skip 193 *: Skip
197 194
198 [ $arch == simmips ] 195 [ $arch == simmips ]
(...skipping 11 matching lines...) Expand all
210 mutation_observer: Skip 207 mutation_observer: Skip
211 polymer_expressions/test/syntax_test: Skip 208 polymer_expressions/test/syntax_test: Skip
212 third_party/html5lib/test/browser/browser_test: Skip 209 third_party/html5lib/test/browser/browser_test: Skip
213 210
214 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 211 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
215 docgen/test/single_library_test: Skip # Uses dart:io 212 docgen/test/single_library_test: Skip # Uses dart:io
216 213
217 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 214 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
218 # Skipped for in-progress Dartium rull on 8-16-2013 215 # Skipped for in-progress Dartium rull on 8-16-2013
219 mutation_observer/test/mutation_observer_test: Fail 216 mutation_observer/test/mutation_observer_test: Fail
OLDNEW
« no previous file with comments | « no previous file | dart/tests/compiler/dart2js_extra/dart2js_extra.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698