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

Side by Side Diff: pkg/pkg.status

Issue 24324005: Updating Shadow DOM and including some fixes to enable it to work with CustomElements. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | pkg/polymer/test/event_path_test.dart » ('j') | 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 [ $runtime == safari ] 58 [ $runtime == safari ]
59 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 59 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
60 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407. 60 crypto/test/hmac_sha1_test: Pass, Fail # Issue 11407.
61 crypto/test/sha1_test: Fail # Issue 11407. 61 crypto/test/sha1_test: Fail # Issue 11407.
62 stack_trace/test/trace_test: Fail # http://dartbug.com/12380 62 stack_trace/test/trace_test: Fail # http://dartbug.com/12380
63 crypto/test/sha256_test: Pass, Fail # Issue 12502 63 crypto/test/sha256_test: Pass, Fail # Issue 12502
64 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502 64 crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
65 polymer/test/events_test: Fail # Issue 12865, 13197 65 polymer/test/events_test: Fail # Issue 12865, 13197
66 polymer/test/event_path_test: Fail # Issue 12865, 13197 66 polymer/test/event_path_test: Fail # Issue 12865, 13197
67 67
68 [ $runtime == ff ]
69 polymer/test/event_path_test: Fail # Issue 12865, 13197
70
71 [ $runtime == ie9 || $runtime == ie10 ] 68 [ $runtime == ie9 || $runtime == ie10 ]
72 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 69 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260
73 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 70 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260
74 71
75 [ $system == windows && ($runtime == chrome || $runtime == ff) ] 72 [ $system == windows && ($runtime == chrome || $runtime == ff) ]
76 polymer/test/events_test: Pass, Timeout # Issue 13260 73 polymer/test/events_test: Pass, Timeout # Issue 13260
77 polymer/test/event_path_test: Pass, Timeout # Issue 13260 74 polymer/test/event_path_test: Pass, Timeout # Issue 13260
78 75
79 # Skip browser-specific tests on VM 76 # Skip browser-specific tests on VM
80 [ $runtime == vm ] 77 [ $runtime == vm ]
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 221
225 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 222 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
226 docgen/test/single_library_test: Skip # Uses dart:io 223 docgen/test/single_library_test: Skip # Uses dart:io
227 224
228 [ $browser || $runtime == vm ] 225 [ $browser || $runtime == vm ]
229 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. 226 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out.
230 227
231 # Issue http://dartbug.com/12930 228 # Issue http://dartbug.com/12930
232 [ $runtime == vm ] 229 [ $runtime == vm ]
233 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 230 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
OLDNEW
« no previous file with comments | « no previous file | pkg/polymer/test/event_path_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698