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

Side by Side Diff: pkg/pkg.status

Issue 1226043002: Mark another analyzer test as slow. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 19756, 21628 82 analysis_server/test/domain_analysis_test: Pass, Slow # Issue 19756, 21628
83 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 19756, 21628 83 analysis_server/test/analysis_notification_highlights_test: Pass, Slow # 19756, 21628
84 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 19756, 216 28 84 analysis_server/test/search/top_level_declarations_test: Pass, Slow # 19756, 216 28
85 analysis_server/test/socket_server_test: Pass, Slow # Issue 19756, 21628 85 analysis_server/test/socket_server_test: Pass, Slow # Issue 19756, 21628
86 analyzer/test/generated/all_the_rest_test: Pass, Slow # Issue 21628 86 analyzer/test/generated/all_the_rest_test: Pass, Slow # Issue 21628
87 analyzer/test/generated/element_test: Pass, Slow # Issue 21628 87 analyzer/test/generated/element_test: Pass, Slow # Issue 21628
88 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 21628 88 analyzer/test/generated/incremental_resolver_test: Pass, Slow # Issue 21628
89 analyzer/test/generated/utilities_test: Pass, Slow # Issue 21628 89 analyzer/test/generated/utilities_test: Pass, Slow # Issue 21628
90 analyzer/test/generated/parser_test: Pass, Slow # Issue 21628 90 analyzer/test/generated/parser_test: Pass, Slow # Issue 21628
91 analyzer/test/src/task/dart_test: Pass, Slow # Issue 21628 91 analyzer/test/src/task/dart_test: Pass, Slow # Issue 21628
92 analyzer/test/src/task/driver_test: Pass, Slow # Issue 21628
92 93
93 [ $runtime == jsshell ] 94 [ $runtime == jsshell ]
94 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 95 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
95 96
96 [ $compiler == dart2js && $runtime == drt ] 97 [ $compiler == dart2js && $runtime == drt ]
97 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 98 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
98 99
99 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 100 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
100 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050 101 collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
101 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050 102 async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 analyzer/test/src/task/incremental_element_builder_test: Crash # The null object does not have a getter '_element'. 187 analyzer/test/src/task/incremental_element_builder_test: Crash # The null object does not have a getter '_element'.
187 analyzer/test/src/task/inputs_test: Crash # The null object does not have a gett er '_element'. 188 analyzer/test/src/task/inputs_test: Crash # The null object does not have a gett er '_element'.
188 analyzer/test/src/task/manager_test: Crash # The null object does not have a get ter '_element'. 189 analyzer/test/src/task/manager_test: Crash # The null object does not have a get ter '_element'.
189 analyzer/test/src/task/model_test: Crash # The null object does not have a gette r '_element'. 190 analyzer/test/src/task/model_test: Crash # The null object does not have a gette r '_element'.
190 analyzer/test/src/util/asserts_test: Crash # The null object does not have a get ter '_element'. 191 analyzer/test/src/util/asserts_test: Crash # The null object does not have a get ter '_element'.
191 analyzer/test/src/util/lru_map_test: Crash # The null object does not have a get ter '_element'. 192 analyzer/test/src/util/lru_map_test: Crash # The null object does not have a get ter '_element'.
192 fixnum/test/int_32_test: RuntimeError # receiver.get$_nums is not a function 193 fixnum/test/int_32_test: RuntimeError # receiver.get$_nums is not a function
193 fixnum/test/int_64_test: RuntimeError # receiver.get$_nums is not a function 194 fixnum/test/int_64_test: RuntimeError # receiver.get$_nums is not a function
194 typed_data/test/typed_buffers_test/none: RuntimeError # receiver.get$_nums is no t a function 195 typed_data/test/typed_buffers_test/none: RuntimeError # receiver.get$_nums is no t a function
195 typed_mock/test/typed_mock_test: RuntimeError # receiver.get$_nums is not a func tion 196 typed_mock/test/typed_mock_test: RuntimeError # receiver.get$_nums is not a func tion
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