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

Side by Side Diff: pkg/pkg.status

Issue 225043004: Replace bootstrap logic with 'boot.js', use 'component/dart' mime-type and add (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 # minified. 187 # minified.
188 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS 188 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS
189 matcher/test/mirror_matchers_test: Fail # Issue 15405 189 matcher/test/mirror_matchers_test: Fail # Issue 15405
190 190
191 [ $compiler == dart2js && $browser ] 191 [ $compiler == dart2js && $browser ]
192 stack_trace/test/vm_test: Fail, OK # VM-specific traces 192 stack_trace/test/vm_test: Fail, OK # VM-specific traces
193 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 193 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
194 crypto/test/sha256_test: Slow, Pass 194 crypto/test/sha256_test: Slow, Pass
195 crypto/test/sha1_test: Slow, Pass 195 crypto/test/sha1_test: Slow, Pass
196 polymer/example/component: Fail # Issue 13198 196 polymer/example/component: Fail # Issue 13198
197 polymer/example/canonicalization/test/dev_test: Fail, OK # tests development onl y behavior 197 polymer/test/mirror_loader_test: Skip # tests development only behavior
198 polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development on ly behavior
199 polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development on ly behavior
200 polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior
201 polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests developmen t only behavior
202 polymer/test/mirror_loader_test: Fail, OK # tests development only behavior
203 198
204 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 199 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
205 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. 200 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
206 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 201 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
207 202
208 [ $browser ] 203 [ $browser ]
209 analysis_server/test/*: Skip # Uses dart:io. 204 analysis_server/test/*: Skip # Uses dart:io.
210 analyzer/test/error_test: Fail, OK # Uses dart:io. 205 analyzer/test/error_test: Fail, OK # Uses dart:io.
211 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. 206 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
212 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 207 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 unittest/test/unittest_runtests_without_tests_test: Fail # 13921 299 unittest/test/unittest_runtests_without_tests_test: Fail # 13921
305 unittest/test/unittest_setup_and_teardown_test: Fail # 13921 300 unittest/test/unittest_setup_and_teardown_test: Fail # 13921
306 unittest/test/unittest_setup_test: Fail # 13921 301 unittest/test/unittest_setup_test: Fail # 13921
307 unittest/test/unittest_single_correct_test: Fail # 13921 302 unittest/test/unittest_single_correct_test: Fail # 13921
308 unittest/test/unittest_single_failing_test: Fail # 13921 303 unittest/test/unittest_single_failing_test: Fail # 13921
309 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 304 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921
310 unittest/test/unittest_teardown_test: Fail # 13921 305 unittest/test/unittest_teardown_test: Fail # 13921
311 unittest/test/unittest_test_returning_future_test: Fail # 13921 306 unittest/test/unittest_test_returning_future_test: Fail # 13921
312 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 307 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
313 unittest/test/unittest_testcases_immutable_test: Fail # 13921 308 unittest/test/unittest_testcases_immutable_test: Fail # 13921
314 polymer/example/canonicalization/test/deploy2_test: Fail, OK # tests deploy only behavior
315 polymer/example/canonicalization/test/deploy3_test: Fail, OK # tests deploy only behavior
316 polymer/example/canonicalization/test/deploy_test: Fail, OK # tests deploy only behavior
317 polymer/example/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
318 polymer/example/canonicalization/test/dir/deploy_test: Fail, OK # tests deploy o nly behavior
319 polymer/test/custom_event_test: Pass, Crash # 14360 309 polymer/test/custom_event_test: Pass, Crash # 14360
320 310
321 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] 311 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
322 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 312 polymer/test/custom_event_test: Skip # http://dartbug.com/15517
323 313
324 [ $runtime == vm ] 314 [ $runtime == vm ]
325 # Skip tests on the VM if the package depends on dart:html 315 # Skip tests on the VM if the package depends on dart:html
326 custom_element: Skip 316 custom_element: Skip
327 template_binding: Skip 317 template_binding: Skip
328 mutation_observer: Skip 318 mutation_observer: Skip
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 354 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
365 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 355 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
366 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 356 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
367 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 357 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
368 358
369 [ $use_repository_packages ] 359 [ $use_repository_packages ]
370 analyzer/test/*: PubGetError 360 analyzer/test/*: PubGetError
371 361
372 [ $runtime == ie9 ] 362 [ $runtime == ie9 ]
373 polymer: Pass, Fail, Timeout # Issue 16717 363 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/example/canonicalization/lib/a.html » ('j') | samples/third_party/todomvc/pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698