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

Side by Side Diff: pkg/pkg.status

Issue 656163004: Mark some analyzer/analysis_server tests as slow. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove empty line. Created 6 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 collection/test/equality_test/02: Fail # Issue 1533 100 collection/test/equality_test/02: Fail # Issue 1533
101 collection/test/equality_test/03: Fail # Issue 1533 101 collection/test/equality_test/03: Fail # Issue 1533
102 collection/test/equality_test/04: Fail # Issue 1533 102 collection/test/equality_test/04: Fail # Issue 1533
103 collection/test/equality_test/05: Fail # Issue 1533 103 collection/test/equality_test/05: Fail # Issue 1533
104 collection/test/equality_test/none: Pass, Fail # Issue 14348 104 collection/test/equality_test/none: Pass, Fail # Issue 14348
105 docgen/test/*: Skip # Far too slow 105 docgen/test/*: Skip # Far too slow
106 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 106 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
107 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 107 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
108 analyzer/test/generated/engine_test: Skip # Slow 108 analyzer/test/generated/engine_test: Skip # Slow
109 analyzer/test/generated/static_type_warning_code_test: Pass, Slow 109 analyzer/test/generated/static_type_warning_code_test: Pass, Slow
110 analyzer/test/generated/compile_time_error_code_test: Pass, Slow
110 111
111 analyzer/test/enum_test: Fail # Issue 21323 112 analyzer/test/enum_test: Fail # Issue 21323
112 113
113 analysis_server/test/search/element_references_test: Pass, Slow 114 analysis_server/test/search/element_references_test: Pass, Slow
114 analysis_server/test/services/index/store/codec_test: Pass, Slow 115 analysis_server/test/services/index/store/codec_test: Pass, Slow
116 analysis_server/test/edit/assists_test: Pass, Slow
115 117
116 # Analysis server integration tests don't make sense to run under 118 # Analysis server integration tests don't make sense to run under
117 # dart2js, since the code under test always runs in the Dart vm as a 119 # dart2js, since the code under test always runs in the Dart vm as a
118 # subprocess. 120 # subprocess.
119 analysis_server/test/integration: Skip 121 analysis_server/test/integration: Skip
120 122
121 observe/test/unique_message_test: Skip # Intended only as a vm test. 123 observe/test/unique_message_test: Skip # Intended only as a vm test.
122 polymer/test/build/unique_message_test: Skip # Intended only as a vm test. 124 polymer/test/build/unique_message_test: Skip # Intended only as a vm test.
123 code_transformers/test/unique_message_test: Skip # Intended only as a vm test. 125 code_transformers/test/unique_message_test: Skip # Intended only as a vm test.
124 126
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 487 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
486 488
487 [ $use_repository_packages ] 489 [ $use_repository_packages ]
488 analyzer/test/*: PubGetError 490 analyzer/test/*: PubGetError
489 491
490 [ $runtime == drt ] 492 [ $runtime == drt ]
491 http/test/html/client_test: Skip # Issue 18566 493 http/test/html/client_test: Skip # Issue 18566
492 494
493 [ $system == windows ] 495 [ $system == windows ]
494 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 496 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
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