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

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
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 [ $runtime == vm && $system == windows ] 128 [ $runtime == vm && $system == windows ]
129 docgen/test/single_library_test: Fail # Issue 11985 129 docgen/test/single_library_test: Fail # Issue 11985
130 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 130 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
131 131
132 [ $compiler == dartanalyzer ] 132 [ $compiler == dartanalyzer ]
133 # These tests are runtime negative but statically positive, so we skip 133 # These tests are runtime negative but statically positive, so we skip
134 # them in the analyzer. 134 # them in the analyzer.
135 unittest/test/mock_regexp_negative_test: Skip 135 unittest/test/mock_regexp_negative_test: Skip
136 unittest/test/mock_stepwise_negative_test: Skip 136 unittest/test/mock_stepwise_negative_test: Skip
137 polymer/example/canonicalization: Skip 137 polymer/example/canonicalization: Skip
138 polymer/example/canonicalization2: Skip
139 polymer/example/canonicalization3: Skip
138 140
139 third_party/angular_tests/*: StaticWarning # Issue 15890 141 third_party/angular_tests/*: StaticWarning # Issue 15890
140 third_party/angular_tests/tools/*: Pass 142 third_party/angular_tests/tools/*: Pass
141 143
142 [ $compiler == dart2analyzer ] 144 [ $compiler == dart2analyzer ]
143 # These tests are runtime negative but statically positive, so we skip 145 # These tests are runtime negative but statically positive, so we skip
144 # them in the analyzer. 146 # them in the analyzer.
145 unittest/test/mock_regexp_negative_test: Skip 147 unittest/test/mock_regexp_negative_test: Skip
146 unittest/test/mock_stepwise_negative_test: Skip 148 unittest/test/mock_stepwise_negative_test: Skip
147 polymer/example/canonicalization: Skip 149 polymer/example/canonicalization: Skip
150 polymer/example/canonicalization2: Skip
151 polymer/example/canonicalization3: Skip
148 152
149 [ $compiler == dart2js && $runtime == none] 153 [ $compiler == dart2js && $runtime == none]
150 polymer/example/canonicalization: Skip 154 polymer/example/canonicalization: Skip
155 polymer/example/canonicalization2: Skip
156 polymer/example/canonicalization3: Skip
151 157
152 [ $compiler == dart2js && $csp ] 158 [ $compiler == dart2js && $csp ]
153 unittest/test/mirror_matchers_test: Skip # Issue 12151 159 unittest/test/mirror_matchers_test: Skip # Issue 12151
154 160
155 # This test cannot run under CSP because it is injecting a JavaScript polyfill 161 # This test cannot run under CSP because it is injecting a JavaScript polyfill
156 mutation_observer: Skip 162 mutation_observer: Skip
157 163
158 [ $compiler == dart2js && $minified ] 164 [ $compiler == dart2js && $minified ]
159 # The unminified unittest tests test that the real names of Dart types are 165 # The unminified unittest tests test that the real names of Dart types are
160 # printed. Minified versions of these tests exist that test the behavior when 166 # printed. Minified versions of these tests exist that test the behavior when
161 # minified. 167 # minified.
162 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 168 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
163 unittest/test/mirror_matchers_test: Fail # Issue 15405 169 unittest/test/mirror_matchers_test: Fail # Issue 15405
164 170
165 [ $compiler == dart2js && $browser ] 171 [ $compiler == dart2js && $browser ]
166 stack_trace/test/vm_test: Fail, OK # VM-specific traces 172 stack_trace/test/vm_test: Fail, OK # VM-specific traces
167 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 173 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
168 crypto/test/sha256_test: Slow, Pass 174 crypto/test/sha256_test: Slow, Pass
169 crypto/test/sha1_test: Slow, Pass 175 crypto/test/sha1_test: Slow, Pass
170 polymer/example/component: Fail # Issue 13198 176 polymer/example/component: Fail # Issue 13198
171 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior 177 polymer/example/canonicalization/test/dev_test: Fail, OK # tests development onl y behavior
178 polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development on ly behavior
179 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on ly behavior
180 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior
181 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen t only behavior
172 182
173 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 183 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
174 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. 184 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
175 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 185 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
176 186
177 [ $browser ] 187 [ $browser ]
178 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. 188 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
179 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 189 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
180 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. 190 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
181 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io. 191 analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 unittest/test/unittest_setup_test: Fail # 13921 270 unittest/test/unittest_setup_test: Fail # 13921
261 unittest/test/unittest_single_correct_test: Fail # 13921 271 unittest/test/unittest_single_correct_test: Fail # 13921
262 unittest/test/unittest_single_failing_test: Fail # 13921 272 unittest/test/unittest_single_failing_test: Fail # 13921
263 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 273 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921
264 unittest/test/unittest_teardown_test: Fail # 13921 274 unittest/test/unittest_teardown_test: Fail # 13921
265 unittest/test/unittest_test_returning_future_test: Fail # 13921 275 unittest/test/unittest_test_returning_future_test: Fail # 13921
266 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 276 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
267 unittest/test/unittest_testcases_immutable_test: Fail # 13921 277 unittest/test/unittest_testcases_immutable_test: Fail # 13921
268 unittest/test/unitttest_group_name_test: Fail # 13921 278 unittest/test/unitttest_group_name_test: Fail # 13921
269 polymer/test/custom_event_test: Pass, Crash # 14360 279 polymer/test/custom_event_test: Pass, Crash # 14360
270 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior 280 polymer/example/canonicalization/test/deploy_test: Fail, OK # tests deploy only behavior
281 polymer/example/canonicalization/test/deploy2_test: Fail, OK # tests deploy only behavior
282 polymer/example/canonicalization/test/deploy3_test: Fail, OK # tests deploy only behavior
283 polymer/example/canonicalization/test/dir/deploy_test: Fail, OK # tests deploy o nly behavior
284 polymer/example/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
271 285
272 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] 286 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
273 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 287 polymer/test/custom_event_test: Skip # http://dartbug.com/15517
274 288
275 # Skip tests on the VM if the package depends on dart:html 289 # Skip tests on the VM if the package depends on dart:html
276 [ $runtime == vm ] 290 [ $runtime == vm ]
277 custom_element: Skip 291 custom_element: Skip
278 template_binding: Skip 292 template_binding: Skip
279 mutation_observer: Skip 293 mutation_observer: Skip
280 polymer_expressions/test/syntax_test: Skip 294 polymer_expressions/test/syntax_test: Skip
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 333 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
320 334
321 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == ie10 ] 335 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == ie10 ]
322 # Various issues due to limited browser testing in Angular. 336 # Various issues due to limited browser testing in Angular.
323 third_party/angular_tests/*: Skip 337 third_party/angular_tests/*: Skip
324 338
325 [ $unchecked ] 339 [ $unchecked ]
326 third_party/angular_tests/core/scope_test: Skip # Requires checked mode. 340 third_party/angular_tests/core/scope_test: Skip # Requires checked mode.
327 third_party/angular_tests/angular_test: Skip # Requires checked mode. 341 third_party/angular_tests/angular_test: Skip # Requires checked mode.
328 third_party/angular_tests/core/zone_test: Skip # Requires checked mode. 342 third_party/angular_tests/core/zone_test: Skip # Requires checked mode.
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/example/canonicalization/lib/e.html » ('j') | tools/testing/dart/test_suite.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698