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

Side by Side Diff: pkg/pkg.status

Issue 317943002: pkg/matcher: update status file for moved test (Closed) Base URL: https://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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 intl/test/find_default_locale_browser_test: Fail 147 intl/test/find_default_locale_browser_test: Fail
148 intl/test/date_time_format_http_request_test: Skip # Timeout. 148 intl/test/date_time_format_http_request_test: Skip # Timeout.
149 149
150 [ $runtime == ie9 ] 150 [ $runtime == ie9 ]
151 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. 151 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
152 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. 152 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9.
153 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 153 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
154 polymer/test/bind_mdv_test: Slow, Pass 154 polymer/test/bind_mdv_test: Slow, Pass
155 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 155 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717
156 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 156 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
157 matcher/test/matchers_test: RuntimeError # Issue 17762 157 matcher/test/core_matchers_test: RuntimeError # Issue 17762
158 158
159 [ $ie ] 159 [ $ie ]
160 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 160 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
161 intl/test/date_time_format_http_request_test: Fail # Issue 8983 161 intl/test/date_time_format_http_request_test: Fail # Issue 8983
162 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 162 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138
163 163
164 [ $runtime == ie10 ] 164 [ $runtime == ie10 ]
165 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9) 165 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here e xplicitly, since this is not the same as on ie9)
166 polymer/test/register_test: Fail # Issue 18870 166 polymer/test/register_test: Fail # Issue 18870
167 167
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 http/test/multipart_test: Fail 396 http/test/multipart_test: Fail
397 http/test/request_test: Fail 397 http/test/request_test: Fail
398 http/test/response_test: Fail 398 http/test/response_test: Fail
399 oauth2/test/authorization_code_grant_test: Fail 399 oauth2/test/authorization_code_grant_test: Fail
400 oauth2/test/client_test: Fail 400 oauth2/test/client_test: Fail
401 oauth2/test/credentials_test: Fail 401 oauth2/test/credentials_test: Fail
402 oauth2/test/handle_access_token_response_test: Fail 402 oauth2/test/handle_access_token_response_test: Fail
403 403
404 [ $runtime == drt ] 404 [ $runtime == drt ]
405 http/test/html/client_test: Skip # Issue 18566 405 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