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

Side by Side Diff: pkg/pkg.status

Issue 314943003: Mark pkg/polymer/test/event_handlers_test as failing on dart2js checked drt (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 collection/test/equality_test/04: Fail # Issue 1533 73 collection/test/equality_test/04: Fail # Issue 1533
74 collection/test/equality_test/05: Fail # Issue 1533 74 collection/test/equality_test/05: Fail # Issue 1533
75 collection/test/equality_test/none: Pass, Fail # Issue 14348 75 collection/test/equality_test/none: Pass, Fail # Issue 14348
76 docgen/test/*: Skip # Far too slow 76 docgen/test/*: Skip # Far too slow
77 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 77 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
78 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 78 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
79 79
80 [ $compiler == dart2js && $checked ] 80 [ $compiler == dart2js && $checked ]
81 crypto/test/base64_test: Slow, Pass 81 crypto/test/base64_test: Slow, Pass
82 82
83 [ $compiler == dart2js && $checked && $runtime == drt ]
84 polymer/test/event_handlers_test: RuntimeError # Issue 19190
85
83 [ $compiler == dart2js && $checked && $runtime == ie9 ] 86 [ $compiler == dart2js && $checked && $runtime == ie9 ]
84 crypto/test/base64_test: Timeout # Issue 12486 87 crypto/test/base64_test: Timeout # Issue 12486
85 collection/test/priority_queue_test: Pass, Slow # Issue 16426 88 collection/test/priority_queue_test: Pass, Slow # Issue 16426
86 serialization/test/serialization_test: Skip 89 serialization/test/serialization_test: Skip
87 90
88 [ $runtime == jsshell ] 91 [ $runtime == jsshell ]
89 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 92 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
90 93
91 [ $runtime == d8 || $runtime == jsshell ] 94 [ $runtime == d8 || $runtime == jsshell ]
92 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 95 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 http/test/multipart_test: Fail 392 http/test/multipart_test: Fail
390 http/test/request_test: Fail 393 http/test/request_test: Fail
391 http/test/response_test: Fail 394 http/test/response_test: Fail
392 oauth2/test/authorization_code_grant_test: Fail 395 oauth2/test/authorization_code_grant_test: Fail
393 oauth2/test/client_test: Fail 396 oauth2/test/client_test: Fail
394 oauth2/test/credentials_test: Fail 397 oauth2/test/credentials_test: Fail
395 oauth2/test/handle_access_token_response_test: Fail 398 oauth2/test/handle_access_token_response_test: Fail
396 399
397 [ $runtime == drt ] 400 [ $runtime == drt ]
398 http/test/html/client_test: Skip # Issue 18566 401 http/test/html/client_test: Skip # Issue 18566
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