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

Side by Side Diff: pkg/pkg.status

Issue 820513003: remove code-transformers from the repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | « pkg/code_transformers/test/unique_message_test.dart ('k') | 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 14 matching lines...) Expand all
25 [ $runtime == vm && $mode == debug] 25 [ $runtime == vm && $mode == debug]
26 analysis_server/test/analysis_server_test: Skip # Times out 26 analysis_server/test/analysis_server_test: Skip # Times out
27 analysis_server/test/completion_test: Skip # Times out 27 analysis_server/test/completion_test: Skip # Times out
28 analysis_server/test/domain_context_test: Skip # Times out 28 analysis_server/test/domain_context_test: Skip # Times out
29 analysis_server/test/domain_server_test: Skip # Times out 29 analysis_server/test/domain_server_test: Skip # Times out
30 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out 30 analysis_server/test/integration/analysis/reanalyze_concurrent_test: Skip # Time s out
31 analysis_server/test/integration/analysis/update_content_test: Skip # Times out 31 analysis_server/test/integration/analysis/update_content_test: Skip # Times out
32 analysis_server/tool/spec/check_all_test: Skip # Times out 32 analysis_server/tool/spec/check_all_test: Skip # Times out
33 analyzer/test/generated/element_test: Skip # Times out 33 analyzer/test/generated/element_test: Skip # Times out
34 analyzer/test/generated/parser_test: Skip # Times out 34 analyzer/test/generated/parser_test: Skip # Times out
35 code_transformers/test/resolver_test: Skip # Times out
36 docgen/test/*: Skip # Slow 35 docgen/test/*: Skip # Slow
37 third_party/html5lib/test/tokenizer_test: Skip # Times out 36 third_party/html5lib/test/tokenizer_test: Skip # Times out
38 barback/test/package_graph/repetition_test: Skip # Times out 37 barback/test/package_graph/repetition_test: Skip # Times out
39 38
40 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 39 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
41 barback/test/too_many_open_files_test: Skip # 14220 40 barback/test/too_many_open_files_test: Skip # 14220
42 code_transformers/test/resolver_test: Skip # Issue 17908
43 docgen/test/*: Skip # Too slow 41 docgen/test/*: Skip # Too slow
44 third_party/html5lib/test/tokenizer_test: Pass, Slow 42 third_party/html5lib/test/tokenizer_test: Pass, Slow
45 analysis_server/*: Skip # Timeout in some tests. 43 analysis_server/*: Skip # Timeout in some tests.
46 44
47 [ $compiler == dart2js ] 45 [ $compiler == dart2js ]
48 collection/test/equality_test/01: Fail # Issue 1533 46 collection/test/equality_test/01: Fail # Issue 1533
49 collection/test/equality_test/02: Fail # Issue 1533 47 collection/test/equality_test/02: Fail # Issue 1533
50 collection/test/equality_test/03: Fail # Issue 1533 48 collection/test/equality_test/03: Fail # Issue 1533
51 collection/test/equality_test/04: Fail # Issue 1533 49 collection/test/equality_test/04: Fail # Issue 1533
52 collection/test/equality_test/05: Fail # Issue 1533 50 collection/test/equality_test/05: Fail # Issue 1533
53 collection/test/equality_test/none: Pass, Fail # Issue 14348 51 collection/test/equality_test/none: Pass, Fail # Issue 14348
54 docgen/test/*: Skip # Far too slow 52 docgen/test/*: Skip # Far too slow
55 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 53 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
56 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 54 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
57 analyzer/test/generated/engine_test: Skip # Slow 55 analyzer/test/generated/engine_test: Skip # Slow
58 analyzer/test/generated/static_type_warning_code_test: Pass, Slow 56 analyzer/test/generated/static_type_warning_code_test: Pass, Slow
59 analyzer/test/generated/compile_time_error_code_test: Pass, Slow 57 analyzer/test/generated/compile_time_error_code_test: Pass, Slow
60 58
61 analyzer/test/enum_test: Fail # Issue 21323 59 analyzer/test/enum_test: Fail # Issue 21323
62 60
63 analysis_server/test/search/element_references_test: Pass, Slow 61 analysis_server/test/search/element_references_test: Pass, Slow
64 analysis_server/test/services/index/store/codec_test: Pass, Slow 62 analysis_server/test/services/index/store/codec_test: Pass, Slow
65 analysis_server/test/edit/assists_test: Pass, Slow 63 analysis_server/test/edit/assists_test: Pass, Slow
66 64
67 # Analysis server integration tests don't make sense to run under 65 # Analysis server integration tests don't make sense to run under
68 # dart2js, since the code under test always runs in the Dart vm as a 66 # dart2js, since the code under test always runs in the Dart vm as a
69 # subprocess. 67 # subprocess.
70 analysis_server/test/integration: Skip 68 analysis_server/test/integration: Skip
71 69
72 code_transformers/test/unique_message_test: Skip # Intended only as a vm test.
73
74 [ $compiler == dart2js && $checked ] 70 [ $compiler == dart2js && $checked ]
75 crypto/test/base64_test: Slow, Pass 71 crypto/test/base64_test: Slow, Pass
76 72
77 73
78 [ $compiler == dart2js && $runtime == drt ] 74 [ $compiler == dart2js && $runtime == drt ]
79 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329 75 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 19329
80 76
81 [ $compiler == dart2js && $csp && $runtime == drt ] 77 [ $compiler == dart2js && $csp && $runtime == drt ]
82 web_components/test/interop_test: Fail # Issue 19329 78 web_components/test/interop_test: Fail # Issue 19329
83 79
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 174
179 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 175 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
180 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 176 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
181 177
182 [ $browser ] 178 [ $browser ]
183 analysis_server/test/*: Skip # Uses dart:io. 179 analysis_server/test/*: Skip # Uses dart:io.
184 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io. 180 analysis_server/tool/spec/check_all_test: Skip # Uses dart:io.
185 analyzer2dart/*: Skip # Uses dart:io. 181 analyzer2dart/*: Skip # Uses dart:io.
186 analyzer/test/*: Skip # Uses dart:io. 182 analyzer/test/*: Skip # Uses dart:io.
187 barback/test/*: Fail, OK # Uses dart:io. 183 barback/test/*: Fail, OK # Uses dart:io.
188 code_transformers/test/assets_test: Skip # Uses dart:io
189 code_transformers/test/entry_point_test: Skip # Uses dart:io
190 code_transformers/test/resolver_test: Skip # Uses dart:io
191 code_transformers/test/unique_message_test: Skip # Uses dart:io
192 code_transformers/test/remove_sourcemap_comment_test: Skip # Uses dart:io.
193 http/test/io/*: Fail, OK # Uses dart:io. 184 http/test/io/*: Fail, OK # Uses dart:io.
194 http_server/test/*: Fail, OK # Uses dart:io. 185 http_server/test/*: Fail, OK # Uses dart:io.
195 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 186 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
196 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 187 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
197 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 188 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
198 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io 189 intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
199 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io 190 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
200 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 191 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
201 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io. 192 intl/test/message_extraction/message_extraction_no_deferred_test: Fail, OK # Use s dart:io.
202 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io 193 intl/test/message_extraction/really_fail_extraction_test: Fail, OK # Users dart: io
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 272 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
282 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 273 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
283 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 274 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
284 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 275 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
285 276
286 [ $use_repository_packages ] 277 [ $use_repository_packages ]
287 analyzer/test/*: PubGetError 278 analyzer/test/*: PubGetError
288 279
289 [ $runtime == drt ] 280 [ $runtime == drt ]
290 http/test/html/client_test: Skip # Issue 18566 281 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « pkg/code_transformers/test/unique_message_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698