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

Side by Side Diff: pkg/pkg.status

Issue 40853003: Attempting to investigate/deflake Polymer tests on IE9 (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 | « no previous file | no next file » | 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. 81 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407.
82 crypto/test/sha1_test: Fail # Issue 11407. 82 crypto/test/sha1_test: Fail # Issue 11407.
83 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 83 stack_trace/test/trace_test: Fail # http://dartbug.com/12380
84 crypto/test/sha256_test: Pass, Fail # Issue 12502 84 crypto/test/sha256_test: Pass, Fail # Issue 12502
85 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 85 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
86 polymer_expressions/test/globals_test: Fail # Issue 13890 86 polymer_expressions/test/globals_test: Fail # Issue 13890
87 87
88 [ $runtime == ie9 || $runtime == ie10 ] 88 [ $runtime == ie9 || $runtime == ie10 ]
89 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t 89 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t
90 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior 90 polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior
91 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 91 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
92 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 92 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
93 polymer/test/bind_test: Fail, Timeout # Issue 12865, 13197, 13260 93 polymer/test/bind_test: Pass, Timeout # Issue 13260
94 polymer/test/bind_mdv_test: Fail, Timeout # Issue 12865, 13197, 13260 94 polymer/test/bind_mdv_test: Pass, Timeout # Issue 13260
95 polymer/test/custom_event_test: Fail, Timeout # Issue 12865, 13197, 13260 95 polymer/test/custom_event_test: Pass, Timeout # Issue 13260
96 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 96 polymer/test/event_path_test: Pass, Timeout # Issue 13260
97 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 97 polymer/test/events_test: Pass, Timeout # Issue 13260
98 polymer/test/noscript_test: Fail, Timeout # Issue 12865, 13197, 13260 98 polymer/test/noscript_test: Pass, Timeout # Issue 13260
99 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0 99 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
100 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260 100 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260
101 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 101 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
102 polymer/test/register_test: Pass, Fail, Timeout # Issue 12865, 13197, 13260 102 polymer/test/register_test: Pass, Timeout # Issue 13260
103 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 103 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
104 polymer/test/template_distribute_dynamic_test: Fail, Timeout # Issue 12865, 1319 7, 13260 104 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260
105 polymer/test/unbind_test: Fail, Timeout # Issue 12865, 13197, 13260 105 polymer/test/unbind_test: Pass, Timeout # Issue 13260
106 polymer_expressions/test/globals_test: Fail # Issue 13890 106 polymer_expressions/test/globals_test: Fail # Issue 13890
107 107
108 # Skip browser-specific tests on VM 108 # Skip browser-specific tests on VM
109 [ $runtime == vm ] 109 [ $runtime == vm ]
110 path/test/browser_test: Fail, OK # Uses dart:html 110 path/test/browser_test: Fail, OK # Uses dart:html
111 intl/test/find_default_locale_browser_test: Skip 111 intl/test/find_default_locale_browser_test: Skip
112 intl/test/date_time_format_http_request_test: Skip 112 intl/test/date_time_format_http_request_test: Skip
113 113
114 [ $runtime == vm && $system == windows ] 114 [ $runtime == vm && $system == windows ]
115 docgen/test/single_library_test: Fail # Issue 11985 115 docgen/test/single_library_test: Fail # Issue 11985
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 observe/test/observe_test: fail 299 observe/test/observe_test: fail
300 300
301 [ $compiler == dart2analyzer ] 301 [ $compiler == dart2analyzer ]
302 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 302 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
303 custom_element/test/analyzer_test: fail 303 custom_element/test/analyzer_test: fail
304 template_binding/test/analyzer_test: fail 304 template_binding/test/analyzer_test: fail
305 observe/test/observe_test: fail 305 observe/test/observe_test: fail
306 306
307 # pkg issue 13945; Missing inherited member 'Trace.frames' 307 # pkg issue 13945; Missing inherited member 'Trace.frames'
308 observe/test/observe_test: fail 308 observe/test/observe_test: fail
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698