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

Side by Side Diff: dart/pkg/pkg.status

Issue 27699002: Mark more polymer tests + todomvc (which usees polymer) as flaky (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 58
59 [ $runtime == opera && $compiler == dart2js ] 59 [ $runtime == opera && $compiler == dart2js ]
60 intl/test/find_default_locale_browser_test: Fail 60 intl/test/find_default_locale_browser_test: Fail
61 intl/test/date_time_format_http_request_test: Skip # Timeout. 61 intl/test/date_time_format_http_request_test: Skip # Timeout.
62 62
63 [ $runtime == ie9 ] 63 [ $runtime == ie9 ]
64 intl/test/date_time_format_http_request_test: Fail # Issue 8983 64 intl/test/date_time_format_http_request_test: Fail # Issue 8983
65 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. 65 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
66 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 66 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
67 67
68 [ $system == windows && $runtime == ff ]
69 polymer/test/events_test: Pass, Fail # Issue 14167
70 polymer/test/prop_attr_bind_reflection_test: Pass, Fail # Issue 14167
71 polymer/test/prop_attr_reflection_test: Pass, Fail # Issue 14167
72 polymer/test/take_attributes_test: Pass, Fail # Issue 14167
73
68 [ $runtime == safari ] 74 [ $runtime == safari ]
69 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 75 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
70 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. 76 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407.
71 crypto/test/sha1_test: Fail # Issue 11407. 77 crypto/test/sha1_test: Fail # Issue 11407.
72 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 78 stack_trace/test/trace_test: Fail # http://dartbug.com/12380
73 crypto/test/sha256_test: Pass, Fail # Issue 12502 79 crypto/test/sha256_test: Pass, Fail # Issue 12502
74 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 80 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
75 polymer_expressions/test/globals_test: Fail # Issue 13890 81 polymer_expressions/test/globals_test: Fail # Issue 13890
76 82
77 [ $runtime == ie9 || $runtime == ie10 ] 83 [ $runtime == ie9 || $runtime == ie10 ]
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 285 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
280 custom_element/test/analyzer_test: fail 286 custom_element/test/analyzer_test: fail
281 mdv/test/analyzer_test: fail 287 mdv/test/analyzer_test: fail
282 observe/test/observe_test: fail 288 observe/test/observe_test: fail
283 289
284 # pkg issue 13945; Missing inherited member 'Trace.frames' 290 # pkg issue 13945; Missing inherited member 'Trace.frames'
285 observe/test/observe_test: fail 291 observe/test/observe_test: fail
286 292
287 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 293 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
288 polymer/test/prop_attr_reflection_test: fail # Issue 14036 294 polymer/test/prop_attr_reflection_test: fail # Issue 14036
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