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

Side by Side Diff: pkg/pkg.status

Issue 229933002: pkg/shelf: marked message_test as RuntimeError due to dart2js bug (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 polymer/test/build/all_phases_test: Skip # Slow 51 polymer/test/build/all_phases_test: Skip # Slow
52 code_transformers/test/resolver_test: Skip # Issue 17908 52 code_transformers/test/resolver_test: Skip # Issue 17908
53 53
54 [ $compiler == dart2js ] 54 [ $compiler == dart2js ]
55 collection/test/equality_test/01: Fail # Issue 1533 55 collection/test/equality_test/01: Fail # Issue 1533
56 collection/test/equality_test/02: Fail # Issue 1533 56 collection/test/equality_test/02: Fail # Issue 1533
57 collection/test/equality_test/03: Fail # Issue 1533 57 collection/test/equality_test/03: Fail # Issue 1533
58 collection/test/equality_test/04: Fail # Issue 1533 58 collection/test/equality_test/04: Fail # Issue 1533
59 collection/test/equality_test/05: Fail # Issue 1533 59 collection/test/equality_test/05: Fail # Issue 1533
60 collection/test/equality_test/none: Pass, Fail # Issue 14348 60 collection/test/equality_test/none: Pass, Fail # Issue 14348
61 docgen/test/multi_library_test: Slow, Pass # issue 17060
62 shelf/test/message_test: RuntimeError # Issue 18109
61 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 63 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
62 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st. 64 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li st.
63 docgen/test/multi_library_test: Slow, Pass # issue 17060
64 65
65 [ $compiler == dart2js && $checked ] 66 [ $compiler == dart2js && $checked ]
66 crypto/test/base64_test: Slow, Pass 67 crypto/test/base64_test: Slow, Pass
67 68
68 [ $compiler == dart2js && $checked && $runtime == ie9 ] 69 [ $compiler == dart2js && $checked && $runtime == ie9 ]
69 crypto/test/base64_test: Timeout # Issue 12486 70 crypto/test/base64_test: Timeout # Issue 12486
70 collection/test/priority_queue_test: Pass, Slow # Issue 16426 71 collection/test/priority_queue_test: Pass, Slow # Issue 16426
71 serialization/test/serialization_test: Skip 72 serialization/test/serialization_test: Skip
72 73
73 [ $runtime == jsshell ] 74 [ $runtime == jsshell ]
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 357 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
357 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 358 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
358 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 359 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
359 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 360 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
360 361
361 [ $use_repository_packages ] 362 [ $use_repository_packages ]
362 analyzer/test/*: PubGetError 363 analyzer/test/*: PubGetError
363 364
364 [ $runtime == ie9 ] 365 [ $runtime == ie9 ]
365 polymer: Pass, Fail, Timeout # Issue 16717 366 polymer: Pass, Fail, Timeout # Issue 16717
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