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

Side by Side Diff: pkg/pkg.status

Issue 307793002: update polymer, nodebind, and templatebinding (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: roll Created 6 years, 6 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
11 */*/*/*/packages/*/*: Skip 11 */*/*/*/packages/*/*: Skip
12 */*/*/*/*/packages/*/*: Skip
12 13
13 # Skip non-test files ending with "_test". 14 # Skip non-test files ending with "_test".
14 scheduled_test/lib/*: Skip 15 scheduled_test/lib/*: Skip
15 polymer/example/scoped_style/*: Skip 16 polymer/example/scoped_style/*: Skip
16 17
17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 18 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524
18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 19 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
19 scheduled_test/test/scheduled_stream/stream_matcher_test: Pass, Slow 20 scheduled_test/test/scheduled_stream/stream_matcher_test: Pass, Slow
20 polymer/test/build/script_compactor_test: Pass, Slow 21 polymer/test/build/script_compactor_test: Pass, Slow
21 22
22 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 23 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
23 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 18931 (Disabled for Chrome 35 roll) 24 third_party/angular_tests/browser_test/core_dom/shadow_root_options: Fail # Issu e 18931 (Disabled for Chrome 35 roll)
24 polymer/example/component/news/test/news_index_test: Pass, RuntimeError # Issue 18931 25 polymer/example/component/news/test/news_index_test: Pass, RuntimeError # Issue 18931
25 polymer/test/attr_deserialize_test: Pass, RuntimeError # Issue 18931
Siggi Cherem (dart-lang) 2014/06/03 02:23:44 FYI - I wasn't able to reproduce these flakes loca
Jennifer Messerly 2014/06/04 04:42:16 yeah, i'm pretty sure they're gone. A lot has chan
26 polymer/test/attr_mustache_test: Pass, RuntimeError # Issue 18931
27 polymer/test/bind_test: Pass, RuntimeError # Issue 18931
28 polymer/test/custom_event_test: Pass, RuntimeError # Issue 18931
29 polymer/test/entered_view_test: Pass, RuntimeError # Issue 18931
30 polymer/test/event_handlers_test: Pass, RuntimeError # Issue 18931
31 polymer/test/event_path_test: Pass, RuntimeError # Issue 18931
32 polymer/test/event_path_declarative_test: Pass, RuntimeError # Issue 18931
33 polymer/test/events_test: Pass, RuntimeError # Issue 18931
34 polymer/test/instance_attrs_test: Pass, RuntimeError # Issue 18931
35 polymer/test/js_interop_test: Pass, RuntimeError # Issue 18931
36 polymer/test/nested_binding_test: Pass, RuntimeError # Issue 18931
37 polymer/test/noscript_test: Pass, RuntimeError # Issue 18931
38 polymer/test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931
39 polymer/test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931
40 polymer/test/publish_attributes_test: Pass, RuntimeError # Issue 18931
41 polymer/test/publish_inherited_properties_test: Pass, RuntimeError # Issue 18931
42 polymer/test/register_test: Pass, RuntimeError # Issue 18931
43 polymer/test/take_attributes_test: Pass, RuntimeError # Issue 18931
44 polymer/test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931
45 26
46 [ $runtime == vm && $mode == debug] 27 [ $runtime == vm && $mode == debug]
47 analysis_server/test/analysis_server_test: Pass, Timeout 28 analysis_server/test/analysis_server_test: Pass, Timeout
48 analysis_server/test/domain_context_test: Pass, Timeout 29 analysis_server/test/domain_context_test: Pass, Timeout
49 analysis_server/test/domain_server_test: Pass, Timeout 30 analysis_server/test/domain_server_test: Pass, Timeout
50 analyzer/test/generated/element_test: Pass, Timeout 31 analyzer/test/generated/element_test: Pass, Timeout
51 analyzer/test/generated/parser_test: Pass, Timeout 32 analyzer/test/generated/parser_test: Pass, Timeout
52 code_transformers/test/resolver_test: Pass, Timeout 33 code_transformers/test/resolver_test: Pass, Timeout
53 docgen/test/*: Skip # Slow 34 docgen/test/*: Skip # Slow
54 polymer/test/build/all_phases_test: Skip # Slow 35 polymer/test/build/all_phases_test: Skip # Slow
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 unittest/test/unittest_teardown_test: Fail # 13921 302 unittest/test/unittest_teardown_test: Fail # 13921
322 unittest/test/unittest_test_returning_future_test: Fail # 13921 303 unittest/test/unittest_test_returning_future_test: Fail # 13921
323 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 304 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
324 unittest/test/unittest_testcases_immutable_test: Fail # 13921 305 unittest/test/unittest_testcases_immutable_test: Fail # 13921
325 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior 306 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior
326 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior 307 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior
327 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior 308 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior
328 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596 309 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
329 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior 310 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
330 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior 311 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
331 polymer/test/custom_event_test: Pass, Crash # 14360
332
333 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
334 polymer/test/custom_event_test: Skip # http://dartbug.com/15517
335 312
336 [ $runtime == vm ] 313 [ $runtime == vm ]
337 # Skip tests on the VM if the package depends on dart:html 314 # Skip tests on the VM if the package depends on dart:html
338 custom_element: Skip 315 custom_element: Skip
339 template_binding: Skip 316 template_binding: Skip
340 mutation_observer: Skip 317 mutation_observer: Skip
341 polymer_expressions/test/syntax_test: Skip 318 polymer_expressions/test/syntax_test: Skip
342 polymer_expressions/test/globals_test: Skip 319 polymer_expressions/test/globals_test: Skip
343 polymer_expressions/test/bindings_test: Skip 320 polymer_expressions/test/bindings_test: Skip
344 third_party/html5lib/test/browser/browser_test: Skip 321 third_party/html5lib/test/browser/browser_test: Skip
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 http/test/multipart_test: Fail 370 http/test/multipart_test: Fail
394 http/test/request_test: Fail 371 http/test/request_test: Fail
395 http/test/response_test: Fail 372 http/test/response_test: Fail
396 oauth2/test/authorization_code_grant_test: Fail 373 oauth2/test/authorization_code_grant_test: Fail
397 oauth2/test/client_test: Fail 374 oauth2/test/client_test: Fail
398 oauth2/test/credentials_test: Fail 375 oauth2/test/credentials_test: Fail
399 oauth2/test/handle_access_token_response_test: Fail 376 oauth2/test/handle_access_token_response_test: Fail
400 377
401 [ $runtime == drt ] 378 [ $runtime == drt ]
402 http/test/html/client_test: Skip # Issue 18566 379 http/test/html/client_test: Skip # Issue 18566
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698