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

Side by Side Diff: pkg/pkg.status

Issue 343403005: Mark pkg/scheduled_test/test/scheduled_server_test as slow in debug mode on the vm (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 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 | 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 analyzer/test/generated/element_test: Skip # Times out 62 analyzer/test/generated/element_test: Skip # Times out
63 analyzer/test/generated/parser_test: Skip # Times out 63 analyzer/test/generated/parser_test: Skip # Times out
64 code_transformers/test/resolver_test: Skip # Times out 64 code_transformers/test/resolver_test: Skip # Times out
65 docgen/test/*: Skip # Slow 65 docgen/test/*: Skip # Slow
66 polymer/test/build/all_phases_test: Skip # Slow 66 polymer/test/build/all_phases_test: Skip # Slow
67 smoke/test/codegen/end_to_end_test: Skip # Times out 67 smoke/test/codegen/end_to_end_test: Skip # Times out
68 smoke/test/codegen/recorder_test: Skip # Times out 68 smoke/test/codegen/recorder_test: Skip # Times out
69 template_binding/test/template_binding_test: Skip # Times out 69 template_binding/test/template_binding_test: Skip # Times out
70 third_party/html5lib/test/tokenizer_test: Skip # Times out 70 third_party/html5lib/test/tokenizer_test: Skip # Times out
71 barback/test/package_graph/repetition_test: Skip # Times out 71 barback/test/package_graph/repetition_test: Skip # Times out
72 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524
72 73
73 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 74 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
74 barback/test/too_many_open_files_test: Skip # 14220 75 barback/test/too_many_open_files_test: Skip # 14220
75 code_transformers/test/resolver_test: Skip # Issue 17908 76 code_transformers/test/resolver_test: Skip # Issue 17908
76 docgen/test/*: Skip # Too slow 77 docgen/test/*: Skip # Too slow
77 polymer/test/build/all_phases_test: Skip # Slow 78 polymer/test/build/all_phases_test: Skip # Slow
78 polymer/test/build/script_compactor_test: Skip # Slow 79 polymer/test/build/script_compactor_test: Skip # Slow
79 third_party/html5lib/test/tokenizer_test: Pass, Slow 80 third_party/html5lib/test/tokenizer_test: Pass, Slow
80 81
81 [ $compiler == dart2js ] 82 [ $compiler == dart2js ]
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 http/test/multipart_test: Fail 423 http/test/multipart_test: Fail
423 http/test/request_test: Fail 424 http/test/request_test: Fail
424 http/test/response_test: Fail 425 http/test/response_test: Fail
425 oauth2/test/authorization_code_grant_test: Fail 426 oauth2/test/authorization_code_grant_test: Fail
426 oauth2/test/client_test: Fail 427 oauth2/test/client_test: Fail
427 oauth2/test/credentials_test: Fail 428 oauth2/test/credentials_test: Fail
428 oauth2/test/handle_access_token_response_test: Fail 429 oauth2/test/handle_access_token_response_test: Fail
429 430
430 [ $runtime == drt ] 431 [ $runtime == drt ]
431 http/test/html/client_test: Skip # Issue 18566 432 http/test/html/client_test: Skip # Issue 18566
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