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

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
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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 unittest/test/unittest_setup_and_teardown_test: Fail # 13921 265 unittest/test/unittest_setup_and_teardown_test: Fail # 13921
266 unittest/test/unittest_setup_test: Fail # 13921 266 unittest/test/unittest_setup_test: Fail # 13921
267 unittest/test/unittest_single_correct_test: Fail # 13921 267 unittest/test/unittest_single_correct_test: Fail # 13921
268 unittest/test/unittest_single_failing_test: Fail # 13921 268 unittest/test/unittest_single_failing_test: Fail # 13921
269 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 269 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921
270 unittest/test/unittest_teardown_test: Fail # 13921 270 unittest/test/unittest_teardown_test: Fail # 13921
271 unittest/test/unittest_test_returning_future_test: Fail # 13921 271 unittest/test/unittest_test_returning_future_test: Fail # 13921
272 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 272 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
273 unittest/test/unittest_testcases_immutable_test: Fail # 13921 273 unittest/test/unittest_testcases_immutable_test: Fail # 13921
274 unittest/test/unitttest_group_name_test: Fail # 13921 274 unittest/test/unitttest_group_name_test: Fail # 13921
275 template_binding/test/template_element_test: Pass, Fail # Flaky, 14330
276 polymer_expressions/test/bindings_test: Pass, Fail # Flaky, 14330
277 polymer/test/custom_event_test: Pass, Crash # 14360 275 polymer/test/custom_event_test: Pass, Crash # 14360
278 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior 276 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t ests deploy only behavior
279 277
280 # Skip tests on the VM if the package depends on dart:html 278 # Skip tests on the VM if the package depends on dart:html
281 [ $runtime == vm ] 279 [ $runtime == vm ]
282 custom_element: Skip 280 custom_element: Skip
283 template_binding: Skip 281 template_binding: Skip
284 mutation_observer: Skip 282 mutation_observer: Skip
285 polymer_expressions/test/syntax_test: Skip 283 polymer_expressions/test/syntax_test: Skip
286 polymer_expressions/test/globals_test: Skip 284 polymer_expressions/test/globals_test: Skip
(...skipping 11 matching lines...) Expand all
298 [ $runtime == vm ] 296 [ $runtime == vm ]
299 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 297 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
300 298
301 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 299 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
302 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 300 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
303 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445. 301 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445.
304 302
305 [ $compiler == dartanalyzer ] 303 [ $compiler == dartanalyzer ]
306 # pkg issue 13944; Missing inherited member 'Observable._mirror' 304 # pkg issue 13944; Missing inherited member 'Observable._mirror'
307 custom_element/test/analyzer_test: fail 305 custom_element/test/analyzer_test: fail
308 template_binding/test/analyzer_test: fail
309 observe/test/observe_test: fail 306 observe/test/observe_test: fail
310 307
311 [ $compiler == dart2analyzer ] 308 [ $compiler == dart2analyzer ]
312 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 309 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
313 custom_element/test/analyzer_test: fail 310 custom_element/test/analyzer_test: fail
314 template_binding/test/analyzer_test: fail
315 observe/test/observe_test: fail 311 observe/test/observe_test: fail
316 312
317 # pkg issue 13945; Missing inherited member 'Trace.frames' 313 # pkg issue 13945; Missing inherited member 'Trace.frames'
318 observe/test/observe_test: fail 314 observe/test/observe_test: fail
319 315
320 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 316 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
321 barback/test/asset_id_test: StaticWarning 317 barback/test/asset_id_test: StaticWarning
322 barback/test/asset_set_test: StaticWarning 318 barback/test/asset_set_test: StaticWarning
323 barback/test/asset_test: StaticWarning 319 barback/test/asset_test: StaticWarning
324 barback/test/cancelable_future_test: StaticWarning 320 barback/test/cancelable_future_test: StaticWarning
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 scheduled_test/test/scheduled_test/on_complete_test: StaticWarning 407 scheduled_test/test/scheduled_test/on_complete_test: StaticWarning
412 scheduled_test/test/scheduled_test/on_exception_test: StaticWarning 408 scheduled_test/test/scheduled_test/on_exception_test: StaticWarning
413 scheduled_test/test/scheduled_test/out_of_band_task_test: StaticWarning 409 scheduled_test/test/scheduled_test/out_of_band_task_test: StaticWarning
414 scheduled_test/test/scheduled_test/set_up_test: StaticWarning 410 scheduled_test/test/scheduled_test/set_up_test: StaticWarning
415 scheduled_test/test/scheduled_test/signal_error_test: StaticWarning 411 scheduled_test/test/scheduled_test/signal_error_test: StaticWarning
416 scheduled_test/test/scheduled_test/simple_test: StaticWarning 412 scheduled_test/test/scheduled_test/simple_test: StaticWarning
417 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning 413 scheduled_test/test/scheduled_test/task_return_value_test: StaticWarning
418 scheduled_test/test/scheduled_test/timeout_test: StaticWarning 414 scheduled_test/test/scheduled_test/timeout_test: StaticWarning
419 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning 415 scheduled_test/test/scheduled_test/wrap_async_test: StaticWarning
420 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning 416 scheduled_test/test/scheduled_test/wrap_future_test: StaticWarning
421 template_binding/test/binding_syntax_test: StaticWarning
422 template_binding/test/custom_element_bindings_test: StaticWarning 417 template_binding/test/custom_element_bindings_test: StaticWarning
423 template_binding/test/element_bindings_test: StaticWarning 418 template_binding/test/node_bind_test: StaticWarning
424 template_binding/test/node_bindings_test: StaticWarning 419 template_binding/test/template_binding_test: StaticWarning
425 template_binding/test/template_element_test: StaticWarning
426 unittest/test/matchers_test: StaticWarning 420 unittest/test/matchers_test: StaticWarning
427 unittest/test/mock_test: StaticWarning 421 unittest/test/mock_test: StaticWarning
428 watcher/test/directory_watcher_test: StaticWarning 422 watcher/test/directory_watcher_test: StaticWarning
429 watcher/test/no_subscription_test: StaticWarning 423 watcher/test/no_subscription_test: StaticWarning
430 watcher/test/ready_test: StaticWarning 424 watcher/test/ready_test: StaticWarning
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698