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

Side by Side Diff: pkg/pkg.status

Issue 23614017: Suppress failure of pkg/polymer_expressions/test/syntax_test fails on safari and IE (Closed) Base URL: http://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 | 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 [ $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 == safari || $runtime == ie9 ]
69 polymer_expressions/test/syntax_test: Fail # Issue 13361
70
68 [ $runtime == ff ] 71 [ $runtime == ff ]
69 polymer/test/event_path_test: Fail # Issue 12865, 13197 72 polymer/test/event_path_test: Fail # Issue 12865, 13197
70 73
71 [ $runtime == ie9 || $runtime == ie10 ] 74 [ $runtime == ie9 || $runtime == ie10 ]
72 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 75 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260
73 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 76 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260
74 77
75 [ $system == windows && ($runtime == chrome || $runtime == ff) ] 78 [ $system == windows && ($runtime == chrome || $runtime == ff) ]
76 polymer/test/events_test: Pass, Timeout # Issue 13260 79 polymer/test/events_test: Pass, Timeout # Issue 13260
77 polymer/test/event_path_test: Pass, Timeout # Issue 13260 80 polymer/test/event_path_test: Pass, Timeout # Issue 13260
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 226
224 [ $browser || $runtime == vm ] 227 [ $browser || $runtime == vm ]
225 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. 228 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out.
226 229
227 # Issue http://dartbug.com/12930 230 # Issue http://dartbug.com/12930
228 [ $runtime == vm ] 231 [ $runtime == vm ]
229 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 232 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
230 233
231 [ $compiler == none && $runtime == drt && $arch == ia32 ] 234 [ $compiler == none && $runtime == drt && $arch == ia32 ]
232 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964 235 custom_element/test/custom_element_test: Fail, Pass # http://dartbug.com/12964
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