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

Side by Side Diff: pkg/pkg.status

Issue 29823005: fixes to polymer, gets tests back to a stable state (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 12
13 # Skip non-test files ending with "_test". 13 # Skip non-test files ending with "_test".
14 scheduled_test/lib/*: Skip 14 scheduled_test/lib/*: Skip
15 polymer/example/scoped_style/*: Skip 15 polymer/example/scoped_style/*: Skip
16 16
17 scheduled_test/test/scheduled_server_test: Pass, Slow, Fail # Issue 9231, 13524 17 scheduled_test/test/scheduled_server_test: Pass, Slow, Fail # Issue 9231, 13524
18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
19 19
20 20
21 # Skip test not runnable via test.dart 21 # Skip test not runnable via test.dart
22 third_party/html5lib/test/dom_compat_test: Skip 22 third_party/html5lib/test/dom_compat_test: Skip
23 third_party/html5lib/test/browser/browser_test: Skip 23 third_party/html5lib/test/browser/browser_test: Skip
24 24
25 [ $compiler == dart2js ] 25 [ $compiler == dart2js ]
26 analyzer_experimental/test/generated/ast_test: RuntimeError #Issue 12341 26 analyzer_experimental/test/generated/ast_test: RuntimeError #Issue 12341
27 27
28 [ $compiler == dart2js && $runtime == drt ]
29 polymer/test/prop_attr_reflection_test: Fail # Issue 14048
30
31 [ $compiler == dart2js && $checked && $runtime == ie9 ] 28 [ $compiler == dart2js && $checked && $runtime == ie9 ]
32 crypto/test/base64_test: Timeout # Issue 12486 29 crypto/test/base64_test: Timeout # Issue 12486
33 30
34 [ $runtime == d8 || $runtime == jsshell ] 31 [ $runtime == d8 || $runtime == jsshell ]
35 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h ttp://dartbug.com/10109 32 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h ttp://dartbug.com/10109
36 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 33 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
37 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. 34 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported.
38 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 35 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
39 36
40 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 37 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260 88 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260
92 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 89 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
93 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 90 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
94 polymer_expressions/test/globals_test: Fail # Issue 13890 91 polymer_expressions/test/globals_test: Fail # Issue 13890
95 92
96 [ $system == windows && ($runtime == chrome || $runtime == ff) ] 93 [ $system == windows && ($runtime == chrome || $runtime == ff) ]
97 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 94 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
98 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 95 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
99 polymer/test/event_path_test: Pass, Timeout # Issue 13260 96 polymer/test/event_path_test: Pass, Timeout # Issue 13260
100 polymer/test/events_test: Pass, Timeout # Issue 13260 97 polymer/test/events_test: Pass, Timeout # Issue 13260
101 polymer/test/instance_attrs_test: Pass, Timeout # Issue 13260 98 polymer/test/instance_attrs_test: Pass, Timeout # Issue 13260
Siggi Cherem (dart-lang) 2013/10/21 21:07:42 do you think your changes fix these too?
Jennifer Messerly 2013/10/21 21:42:56 Not sure. It could be windows bots are just slow.
102 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 99 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
103 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 100 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260
104 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 101 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
105 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 102 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
106 103
107 # Skip browser-specific tests on VM 104 # Skip browser-specific tests on VM
108 [ $runtime == vm ] 105 [ $runtime == vm ]
109 path/test/browser_test: Fail, OK # Uses dart:html 106 path/test/browser_test: Fail, OK # Uses dart:html
110 intl/test/find_default_locale_browser_test: Skip 107 intl/test/find_default_locale_browser_test: Skip
111 intl/test/date_time_format_http_request_test: Skip 108 intl/test/date_time_format_http_request_test: Skip
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 observe/test/observe_test: fail 289 observe/test/observe_test: fail
293 290
294 [ $compiler == dart2analyzer ] 291 [ $compiler == dart2analyzer ]
295 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 292 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
296 custom_element/test/analyzer_test: fail 293 custom_element/test/analyzer_test: fail
297 mdv/test/analyzer_test: fail 294 mdv/test/analyzer_test: fail
298 observe/test/observe_test: fail 295 observe/test/observe_test: fail
299 296
300 # pkg issue 13945; Missing inherited member 'Trace.frames' 297 # pkg issue 13945; Missing inherited member 'Trace.frames'
301 observe/test/observe_test: fail 298 observe/test/observe_test: fail
302
303 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
304 polymer/test/prop_attr_reflection_test: fail # Issue 14036
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698