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

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

Issue 400603002: Mark two analysis server tests as slow (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 collection/test/equality_test/01: Fail # Issue 1533 85 collection/test/equality_test/01: Fail # Issue 1533
86 collection/test/equality_test/02: Fail # Issue 1533 86 collection/test/equality_test/02: Fail # Issue 1533
87 collection/test/equality_test/03: Fail # Issue 1533 87 collection/test/equality_test/03: Fail # Issue 1533
88 collection/test/equality_test/04: Fail # Issue 1533 88 collection/test/equality_test/04: Fail # Issue 1533
89 collection/test/equality_test/05: Fail # Issue 1533 89 collection/test/equality_test/05: Fail # Issue 1533
90 collection/test/equality_test/none: Pass, Fail # Issue 14348 90 collection/test/equality_test/none: Pass, Fail # Issue 14348
91 docgen/test/*: Skip # Far too slow 91 docgen/test/*: Skip # Far too slow
92 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 92 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
93 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 93 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
94 94
95 analysis_server/test/search/element_references_test: Slow
96 analysis_services/test/index/store/codec_test: Slow
97
95 [ $compiler == dart2js && $runtime == ff && $system == windows ] 98 [ $compiler == dart2js && $runtime == ff && $system == windows ]
96 http/test/html/client_test: Fail # Issue 19750 99 http/test/html/client_test: Fail # Issue 19750
97 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750 100 scheduled_test/test/scheduled_stream/scheduled_stream_test: Fail # Issue 19750
98 json_rpc_2/test/server/server_test: Fail # Issue 19750 101 json_rpc_2/test/server/server_test: Fail # Issue 19750
99 stack_trace/test/trace_test: Fail # Issue 19750 102 stack_trace/test/trace_test: Fail # Issue 19750
100 shelf/test/log_middleware_test: Fail # Issue 19750 103 shelf/test/log_middleware_test: Fail # Issue 19750
101 104
102 [ $compiler == dart2js && $runtime == drt ] 105 [ $compiler == dart2js && $runtime == drt ]
103 third_party/angular_tests/browser_test/core_dom/compiler: Fail # Issue 19329 106 third_party/angular_tests/browser_test/core_dom/compiler: Fail # Issue 19329
104 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329 107 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 http/test/multipart_test: Fail 447 http/test/multipart_test: Fail
445 http/test/request_test: Fail 448 http/test/request_test: Fail
446 http/test/response_test: Fail 449 http/test/response_test: Fail
447 oauth2/test/authorization_code_grant_test: Fail 450 oauth2/test/authorization_code_grant_test: Fail
448 oauth2/test/client_test: Fail 451 oauth2/test/client_test: Fail
449 oauth2/test/credentials_test: Fail 452 oauth2/test/credentials_test: Fail
450 oauth2/test/handle_access_token_response_test: Fail 453 oauth2/test/handle_access_token_response_test: Fail
451 454
452 [ $runtime == drt ] 455 [ $runtime == drt ]
453 http/test/html/client_test: Skip # Issue 18566 456 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