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

Side by Side Diff: pkg/pkg.status

Issue 35013004: Mark test as passing in ie9 - woo hoo! (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 75
76 [ $runtime == ie9 || $runtime == ie10 ] 76 [ $runtime == ie9 || $runtime == ie10 ]
77 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260 77 polymer/test/attr_deserialize_test: Fail, Timeout # Issue 12865, 13197, 13260
78 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260 78 polymer/test/attr_mustache_test: Fail, Timeout # Issue 12865, 13197, 13260
79 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260 79 polymer/test/event_path_test: Fail, Timeout # Issue 12865, 13197, 13260
80 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260 80 polymer/test/events_test: Fail, Timeout # Issue 12865, 13197, 13260
81 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0 81 polymer/test/prop_attr_reflection_test: Fail, Timeout # Issue 12865, 13197, 1326 0
82 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260 82 polymer/test/prop_attr_bind_reflection_test: Fail, Timeout # Issue 12865, 13197, 13260
83 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 83 polymer/test/publish_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
84 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260 84 polymer/test/take_attributes_test: Fail, Timeout # Issue 12865, 13197, 13260
85 polymer/test/register_test: Fail, Timeout # Issue 12865, 13197, 13260
86 polymer_expressions/test/globals_test: Fail # Issue 13890 85 polymer_expressions/test/globals_test: Fail # Issue 13890
87 86
88 # Skip browser-specific tests on VM 87 # Skip browser-specific tests on VM
89 [ $runtime == vm ] 88 [ $runtime == vm ]
90 path/test/browser_test: Fail, OK # Uses dart:html 89 path/test/browser_test: Fail, OK # Uses dart:html
91 intl/test/find_default_locale_browser_test: Skip 90 intl/test/find_default_locale_browser_test: Skip
92 intl/test/date_time_format_http_request_test: Skip 91 intl/test/date_time_format_http_request_test: Skip
93 92
94 [ $runtime == vm && $system == windows ] 93 [ $runtime == vm && $system == windows ]
95 docgen/test/single_library_test: Fail # Issue 11985 94 docgen/test/single_library_test: Fail # Issue 11985
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 observe/test/observe_test: fail 266 observe/test/observe_test: fail
268 267
269 [ $compiler == dart2analyzer ] 268 [ $compiler == dart2analyzer ]
270 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 269 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
271 custom_element/test/analyzer_test: fail 270 custom_element/test/analyzer_test: fail
272 mdv/test/analyzer_test: fail 271 mdv/test/analyzer_test: fail
273 observe/test/observe_test: fail 272 observe/test/observe_test: fail
274 273
275 # pkg issue 13945; Missing inherited member 'Trace.frames' 274 # pkg issue 13945; Missing inherited member 'Trace.frames'
276 observe/test/observe_test: fail 275 observe/test/observe_test: fail
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