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

Side by Side Diff: pkg/pkg.status

Issue 50203004: port TemplateBinding to ed3266266e751b5ab1f75f8e0509d0d5f0ef35d8 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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/observe/lib/src/path_observer.dart ('k') | pkg/polymer/lib/src/instance.dart » ('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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 unittest/test/unittest_setup_and_teardown_test: Fail # 13921 267 unittest/test/unittest_setup_and_teardown_test: Fail # 13921
268 unittest/test/unittest_setup_test: Fail # 13921 268 unittest/test/unittest_setup_test: Fail # 13921
269 unittest/test/unittest_single_correct_test: Fail # 13921 269 unittest/test/unittest_single_correct_test: Fail # 13921
270 unittest/test/unittest_single_failing_test: Fail # 13921 270 unittest/test/unittest_single_failing_test: Fail # 13921
271 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 271 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921
272 unittest/test/unittest_teardown_test: Fail # 13921 272 unittest/test/unittest_teardown_test: Fail # 13921
273 unittest/test/unittest_test_returning_future_test: Fail # 13921 273 unittest/test/unittest_test_returning_future_test: Fail # 13921
274 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 274 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
275 unittest/test/unittest_testcases_immutable_test: Fail # 13921 275 unittest/test/unittest_testcases_immutable_test: Fail # 13921
276 unittest/test/unitttest_group_name_test: Fail # 13921 276 unittest/test/unitttest_group_name_test: Fail # 13921
277 template_binding/test/template_element_test: Pass, Fail # Flaky, 14330
278 polymer_expressions/test/bindings_test: Pass, Fail # Flaky, 14330
279 polymer/test/custom_event_test: Pass, Crash # 14360 277 polymer/test/custom_event_test: Pass, Crash # 14360
280 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior 278 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior
281 279
282 # Skip tests on the VM if the package depends on dart:html 280 # Skip tests on the VM if the package depends on dart:html
283 [ $runtime == vm ] 281 [ $runtime == vm ]
284 custom_element: Skip 282 custom_element: Skip
285 template_binding: Skip 283 template_binding: Skip
286 mutation_observer: Skip 284 mutation_observer: Skip
287 polymer_expressions/test/syntax_test: Skip 285 polymer_expressions/test/syntax_test: Skip
288 polymer_expressions/test/globals_test: Skip 286 polymer_expressions/test/globals_test: Skip
(...skipping 11 matching lines...) Expand all
300 [ $runtime == vm ] 298 [ $runtime == vm ]
301 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 299 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
302 300
303 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 301 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
304 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 302 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
305 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445. 303 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445.
306 304
307 [ $compiler == dartanalyzer ] 305 [ $compiler == dartanalyzer ]
308 # pkg issue 13944; Missing inherited member 'Observable._mirror' 306 # pkg issue 13944; Missing inherited member 'Observable._mirror'
309 custom_element/test/analyzer_test: fail 307 custom_element/test/analyzer_test: fail
310 template_binding/test/analyzer_test: fail
311 308
312 [ $compiler == dart2analyzer ] 309 [ $compiler == dart2analyzer ]
313 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 310 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
314 custom_element/test/analyzer_test: fail 311 custom_element/test/analyzer_test: fail
315 template_binding/test/analyzer_test: fail
316 312
317 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 313 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
318 barback/test/asset_id_test: StaticWarning 314 barback/test/asset_id_test: StaticWarning
319 barback/test/asset_set_test: StaticWarning 315 barback/test/asset_set_test: StaticWarning
320 barback/test/asset_test: StaticWarning 316 barback/test/asset_test: StaticWarning
321 barback/test/cancelable_future_test: StaticWarning 317 barback/test/cancelable_future_test: StaticWarning
322 barback/test/mutliset_test: StaticWarning 318 barback/test/mutliset_test: StaticWarning
323 barback/test/package_graph/add_remove_transform_test: StaticWarning 319 barback/test/package_graph/add_remove_transform_test: StaticWarning
324 barback/test/package_graph/errors_test: StaticWarning 320 barback/test/package_graph/errors_test: StaticWarning
325 barback/test/package_graph/get_all_assets_test: StaticWarning 321 barback/test/package_graph/get_all_assets_test: StaticWarning
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 intl/test/date_time_format_local_even_test: StaticWarning 355 intl/test/date_time_format_local_even_test: StaticWarning
360 intl/test/date_time_format_local_odd_test: StaticWarning 356 intl/test/date_time_format_local_odd_test: StaticWarning
361 observe/test/transform_test: StaticWarning 357 observe/test/transform_test: StaticWarning
362 polymer/example/component/news/test/news_index_test: StaticWarning 358 polymer/example/component/news/test/news_index_test: StaticWarning
363 polymer_expressions/test/bindings_test: StaticWarning 359 polymer_expressions/test/bindings_test: StaticWarning
364 polymer_expressions/test/eval_test: StaticWarning 360 polymer_expressions/test/eval_test: StaticWarning
365 polymer_expressions/test/globals_test: StaticWarning 361 polymer_expressions/test/globals_test: StaticWarning
366 polymer_expressions/test/syntax_test: StaticWarning 362 polymer_expressions/test/syntax_test: StaticWarning
367 polymer/test/attr_deserialize_test: StaticWarning 363 polymer/test/attr_deserialize_test: StaticWarning
368 polymer/test/attr_mustache_test: StaticWarning 364 polymer/test/attr_mustache_test: StaticWarning
369 polymer/test/bind_mdv_test: StaticWarning
370 polymer/test/bind_test: StaticWarning 365 polymer/test/bind_test: StaticWarning
371 polymer/test/build/all_phases_test: CompileTimeError, StaticWarning 366 polymer/test/build/all_phases_test: CompileTimeError, StaticWarning
372 polymer/test/build/code_extractor_test: CompileTimeError, StaticWarning 367 polymer/test/build/code_extractor_test: CompileTimeError, StaticWarning
373 polymer/test/build/import_inliner_test: CompileTimeError, StaticWarning 368 polymer/test/build/import_inliner_test: CompileTimeError, StaticWarning
374 polymer/test/build/linter_test: StaticWarning 369 polymer/test/build/linter_test: StaticWarning
375 polymer/test/build/polyfill_injector_test: StaticWarning 370 polymer/test/build/polyfill_injector_test: StaticWarning
376 polymer/test/build/script_compactor_test: CompileTimeError, StaticWarning 371 polymer/test/build/script_compactor_test: CompileTimeError, StaticWarning
377 polymer/test/custom_event_test: StaticWarning 372 polymer/test/custom_event_test: StaticWarning
378 polymer/test/event_handlers_test: StaticWarning 373 polymer/test/event_handlers_test: StaticWarning
379 polymer/test/event_path_declarative_test: StaticWarning 374 polymer/test/event_path_declarative_test: StaticWarning
(...skipping 24 matching lines...) Expand all
404 scheduled_test/test/scheduled_test/on_complete_test: StaticWarning 399 scheduled_test/test/scheduled_test/on_complete_test: StaticWarning
405 scheduled_test/test/scheduled_test/on_exception_test: StaticWarning 400 scheduled_test/test/scheduled_test/on_exception_test: StaticWarning
406 scheduled_test/test/scheduled_test/out_of_band_task_test: StaticWarning 401 scheduled_test/test/scheduled_test/out_of_band_task_test: StaticWarning
407 scheduled_test/test/scheduled_test/set_up_test: StaticWarning 402 scheduled_test/test/scheduled_test/set_up_test: StaticWarning
408 scheduled_test/test/scheduled_test/signal_error_test: StaticWarning 403 scheduled_test/test/scheduled_test/signal_error_test: StaticWarning
409 scheduled_test/test/scheduled_test/simple_test: StaticWarning 404 scheduled_test/test/scheduled_test/simple_test: StaticWarning
410 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning 405 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning
411 scheduled_test/test/scheduled_test/timeout_test: StaticWarning 406 scheduled_test/test/scheduled_test/timeout_test: StaticWarning
412 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning 407 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning
413 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning 408 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning
414 template_binding/test/binding_syntax_test: StaticWarning
415 template_binding/test/custom_element_bindings_test: StaticWarning
416 template_binding/test/element_bindings_test: StaticWarning
417 template_binding/test/node_bindings_test: StaticWarning
418 template_binding/test/template_element_test: StaticWarning
419 unittest/test/matchers_test: StaticWarning 409 unittest/test/matchers_test: StaticWarning
420 unittest/test/mock_test: StaticWarning 410 unittest/test/mock_test: StaticWarning
421 watcher/test/directory_watcher_test: StaticWarning 411 watcher/test/directory_watcher_test: StaticWarning
422 watcher/test/no_subscription_test: StaticWarning 412 watcher/test/no_subscription_test: StaticWarning
423 watcher/test/ready_test: StaticWarning 413 watcher/test/ready_test: StaticWarning
OLDNEW
« no previous file with comments | « pkg/observe/lib/src/path_observer.dart ('k') | pkg/polymer/lib/src/instance.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698