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

Side by Side Diff: pkg/pkg.status

Issue 397963002: Mark another analysis test as slow. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6 123 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1975 6
124 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756 124 analysis_server/test/domain_search_test: Pass, Slow # Issue 19756
125 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756 125 analysis_server/test/search/element_reference_test: Pass, Slow # Issue 19756
126 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756 126 analysis_server/index/store/codec_test: Pass, Slow # Issue 19756
127 127
128 [ $runtime == jsshell ] 128 [ $runtime == jsshell ]
129 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756 129 analysis_server/test/analysis_notification_occurrences_test: Pass, Slow # Issue 16473, 19756
130 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647 3, 19756 130 analysis_server/test/analysis_notification_outline_test: Pass, Slow # Issue 1647 3, 19756
131 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 6473, 19756 131 analysis_server/test/analysis_notification_navigation_test: Pass, Slow # Issue 1 6473, 19756
132 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756 132 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 16473, 19756
133 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 16473, 19756
133 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 134 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
134 135
135 [ $runtime == d8 || $runtime == jsshell ] 136 [ $runtime == d8 || $runtime == jsshell ]
136 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 137 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
137 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 138 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
138 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 139 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
139 140
140 [ $runtime == jsshell ] 141 [ $runtime == jsshell ]
141 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 142 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
142 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728 143 scheduled_test/test/unittest_compatibility_test: Fail # Issue 7728
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 http/test/multipart_test: Fail 437 http/test/multipart_test: Fail
437 http/test/request_test: Fail 438 http/test/request_test: Fail
438 http/test/response_test: Fail 439 http/test/response_test: Fail
439 oauth2/test/authorization_code_grant_test: Fail 440 oauth2/test/authorization_code_grant_test: Fail
440 oauth2/test/client_test: Fail 441 oauth2/test/client_test: Fail
441 oauth2/test/credentials_test: Fail 442 oauth2/test/credentials_test: Fail
442 oauth2/test/handle_access_token_response_test: Fail 443 oauth2/test/handle_access_token_response_test: Fail
443 444
444 [ $runtime == drt ] 445 [ $runtime == drt ]
445 http/test/html/client_test: Skip # Issue 18566 446 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