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

Side by Side Diff: pkg/pkg.status

Issue 148913003: Improve how we handle packages/ HTML imports. This resolves better any valid (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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 | pkg/polymer/example/canonicalization/lib/e.html » ('j') | 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 [ $runtime == vm && $system == windows ] 115 [ $runtime == vm && $system == windows ]
116 docgen/test/single_library_test: Fail # Issue 11985 116 docgen/test/single_library_test: Fail # Issue 11985
117 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 117 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
118 118
119 [ $compiler == dartanalyzer ] 119 [ $compiler == dartanalyzer ]
120 # These tests are runtime negative but statically positive, so we skip 120 # These tests are runtime negative but statically positive, so we skip
121 # them in the analyzer. 121 # them in the analyzer.
122 unittest/test/mock_regexp_negative_test: Skip 122 unittest/test/mock_regexp_negative_test: Skip
123 unittest/test/mock_stepwise_negative_test: Skip 123 unittest/test/mock_stepwise_negative_test: Skip
124 polymer/example/canonicalization: Skip 124 polymer/example/canonicalization: Skip
125 polymer/example/canonicalization2: Skip
126 polymer/example/canonicalization3: Skip
125 127
126 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 128 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
127 129
128 [ $compiler == dart2analyzer ] 130 [ $compiler == dart2analyzer ]
129 # These tests are runtime negative but statically positive, so we skip 131 # These tests are runtime negative but statically positive, so we skip
130 # them in the analyzer. 132 # them in the analyzer.
131 unittest/test/mock_regexp_negative_test: Skip 133 unittest/test/mock_regexp_negative_test: Skip
132 unittest/test/mock_stepwise_negative_test: Skip 134 unittest/test/mock_stepwise_negative_test: Skip
133 polymer/example/canonicalization: Skip 135 polymer/example/canonicalization: Skip
136 polymer/example/canonicalization2: Skip
137 polymer/example/canonicalization3: Skip
134 138
135 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 139 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
136 140
137 [ $compiler == dart2js && $runtime == none] 141 [ $compiler == dart2js && $runtime == none]
138 polymer/example/canonicalization: Skip 142 polymer/example/canonicalization: Skip
143 polymer/example/canonicalization2: Skip
144 polymer/example/canonicalization3: Skip
139 145
140 [ $compiler == dart2js && $csp ] 146 [ $compiler == dart2js && $csp ]
141 unittest/test/mirror_matchers_test: Skip # Issue 12151 147 unittest/test/mirror_matchers_test: Skip # Issue 12151
142 148
143 # This test cannot run under CSP because it is injecting a JavaScript polyfill 149 # This test cannot run under CSP because it is injecting a JavaScript polyfill
144 mutation_observer: Skip 150 mutation_observer: Skip
145 151
146 [ $compiler == dart2js && $minified ] 152 [ $compiler == dart2js && $minified ]
147 # The unminified unittest tests test that the real names of Dart types are 153 # The unminified unittest tests test that the real names of Dart types are
148 # printed. Minified versions of these tests exist that test the behavior when 154 # printed. Minified versions of these tests exist that test the behavior when
149 # minified. 155 # minified.
150 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 156 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
151 unittest/test/mirror_matchers_test: Fail # Issue 15405 157 unittest/test/mirror_matchers_test: Fail # Issue 15405
152 158
153 [ $compiler == dart2js && $browser ] 159 [ $compiler == dart2js && $browser ]
154 stack_trace/test/vm_test: Fail, OK # VM-specific traces 160 stack_trace/test/vm_test: Fail, OK # VM-specific traces
155 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 161 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
156 crypto/test/sha256_test: Slow, Pass 162 crypto/test/sha256_test: Slow, Pass
157 crypto/test/sha1_test: Slow, Pass 163 crypto/test/sha1_test: Slow, Pass
158 polymer/example/component: Fail # Issue 13198 164 polymer/example/component: Fail # Issue 13198
159 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior 165 polymer/example/canonicalization/test/dev_test: Fail, OK # tests development onl y behavior
166 polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development on ly behavior
167 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on ly behavior
168 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior
169 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen t only behavior
160 170
161 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 171 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
162 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. 172 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
163 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 173 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
164 174
165 [ $browser ] 175 [ $browser ]
166 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. 176 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
167 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 177 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
168 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. 178 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
169 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 179 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 unittest/test/unittest_setup_test: Fail # 13921 262 unittest/test/unittest_setup_test: Fail # 13921
253 unittest/test/unittest_single_correct_test: Fail # 13921 263 unittest/test/unittest_single_correct_test: Fail # 13921
254 unittest/test/unittest_single_failing_test: Fail # 13921 264 unittest/test/unittest_single_failing_test: Fail # 13921
255 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 265 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921
256 unittest/test/unittest_teardown_test: Fail # 13921 266 unittest/test/unittest_teardown_test: Fail # 13921
257 unittest/test/unittest_test_returning_future_test: Fail # 13921 267 unittest/test/unittest_test_returning_future_test: Fail # 13921
258 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 268 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
259 unittest/test/unittest_testcases_immutable_test: Fail # 13921 269 unittest/test/unittest_testcases_immutable_test: Fail # 13921
260 unittest/test/unitttest_group_name_test: Fail # 13921 270 unittest/test/unitttest_group_name_test: Fail # 13921
261 polymer/test/custom_event_test: Pass, Crash # 14360 271 polymer/test/custom_event_test: Pass, Crash # 14360
262 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior 272 polymer/example/canonicalization/test/deploy_test: Fail, OK # tests deploy only behavior
273 polymer/example/canonicalization/test/deploy2_test: Fail, OK # tests deploy only behavior
274 polymer/example/canonicalization/test/deploy3_test: Fail, OK # tests deploy only behavior
275 polymer/example/canonicalization/test/dir/deploy_test: Fail, OK # tests deploy o nly behavior
276 polymer/example/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
263 277
264 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] 278 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
265 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 279 polymer/test/custom_event_test: Skip # http://dartbug.com/15517
266 280
267 # Skip tests on the VM if the package depends on dart:html 281 # Skip tests on the VM if the package depends on dart:html
268 [ $runtime == vm ] 282 [ $runtime == vm ]
269 custom_element: Skip 283 custom_element: Skip
270 template_binding: Skip 284 template_binding: Skip
271 mutation_observer: Skip 285 mutation_observer: Skip
272 polymer_expressions/test/syntax_test: Skip 286 polymer_expressions/test/syntax_test: Skip
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 collection/test/algorithms_test: PubGetError 341 collection/test/algorithms_test: PubGetError
328 collection/test/iterable_zip_test: PubGetError 342 collection/test/iterable_zip_test: PubGetError
329 collection/test/priority_queue_test: PubGetError 343 collection/test/priority_queue_test: PubGetError
330 collection/test/unmodifiable_collection_test: PubGetError 344 collection/test/unmodifiable_collection_test: PubGetError
331 collection/test/wrapper_test: PubGetError 345 collection/test/wrapper_test: PubGetError
332 stack_trace/test/chain_test: PubGetError 346 stack_trace/test/chain_test: PubGetError
333 stack_trace/test/frame_test: PubGetError 347 stack_trace/test/frame_test: PubGetError
334 stack_trace/test/trace_test: PubGetError 348 stack_trace/test/trace_test: PubGetError
335 stack_trace/test/vm_test: PubGetError 349 stack_trace/test/vm_test: PubGetError
336 350
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/example/canonicalization/lib/e.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698