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

Side by Side Diff: pkg/pkg.status

Issue 25112003: Third try: "Slow" does not imply "Pass". (Closed) Base URL: http://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
« 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 # not minified. 182 # not minified.
183 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S 183 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S
184 184
185 [ $arch == mips ] 185 [ $arch == mips ]
186 *: Skip # Issue 13650 186 *: Skip # Issue 13650
187 187
188 [ $arch == arm ] 188 [ $arch == arm ]
189 *: Skip # Issue 13624 189 *: Skip # Issue 13624
190 190
191 [ $arch == simarm || $arch == simmips ] 191 [ $arch == simarm || $arch == simmips ]
192 third_party/html5lib/test/tokenizer_test: Slow 192 third_party/html5lib/test/tokenizer_test: Pass, Slow
193 193
194 # Skip serialization test that explicitly has no library declaration in the 194 # Skip serialization test that explicitly has no library declaration in the
195 # test on Dartium, which requires all tests to have a library. 195 # test on Dartium, which requires all tests to have a library.
196 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 196 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
197 serialization/test/no_library_test: Skip # Expected Failure 197 serialization/test/no_library_test: Skip # Expected Failure
198 198
199 # Skip tests on the VM if the package depends on dart:html 199 # Skip tests on the VM if the package depends on dart:html
200 [ $runtime == vm ] 200 [ $runtime == vm ]
201 custom_element: Skip 201 custom_element: Skip
202 mdv: Skip 202 mdv: Skip
(...skipping 10 matching lines...) Expand all
213 213
214 # Issue http://dartbug.com/12930 214 # Issue http://dartbug.com/12930
215 [ $runtime == vm ] 215 [ $runtime == vm ]
216 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 216 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
217 217
218 [ $compiler == none && $runtime == vm ] 218 [ $compiler == none && $runtime == vm ]
219 observe/test/observe_test: Pass, Fail # Issue 13543 219 observe/test/observe_test: Pass, Fail # Issue 13543
220 220
221 [ $compiler == none && $runtime == vm && $checked ] 221 [ $compiler == none && $runtime == vm && $checked ]
222 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 222 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543
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