| OLD | NEW |
| 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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 polymer/example/component: Fail # Issue 13198 | 228 polymer/example/component: Fail # Issue 13198 |
| 229 polymer/e2e_test/canonicalization/test/dev1_test: Fail, OK # tests development o
nly behavior | 229 polymer/e2e_test/canonicalization/test/dev1_test: Fail, OK # tests development o
nly behavior |
| 230 polymer/e2e_test/canonicalization/test/dev2_test: Fail, OK # tests development o
nly behavior | 230 polymer/e2e_test/canonicalization/test/dev2_test: Fail, OK # tests development o
nly behavior |
| 231 polymer/e2e_test/canonicalization/test/dev3_test: Fail, OK # tests development o
nly behavior | 231 polymer/e2e_test/canonicalization/test/dev3_test: Fail, OK # tests development o
nly behavior |
| 232 polymer/e2e_test/canonicalization/test/dir/dev1_test: Fail, OK # tests developme
nt only behavior | 232 polymer/e2e_test/canonicalization/test/dir/dev1_test: Fail, OK # tests developme
nt only behavior |
| 233 polymer/e2e_test/canonicalization/test/dir/dev2_test: Fail, OK # tests developme
nt only behavior | 233 polymer/e2e_test/canonicalization/test/dir/dev2_test: Fail, OK # tests developme
nt only behavior |
| 234 polymer/e2e_test/bad_import1: RuntimeError # Issue 17596 | 234 polymer/e2e_test/bad_import1: RuntimeError # Issue 17596 |
| 235 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 | 235 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 |
| 236 polymer/e2e_test/bad_import3: Fail, OK # tests broken import | 236 polymer/e2e_test/bad_import3: Fail, OK # tests broken import |
| 237 polymer/test/mirror_loader_test: Skip # tests development only behavior | 237 polymer/test/mirror_loader_test: Skip # tests development only behavior |
| 238 web_components/test/interop_test: Fail # Issue 19322 (note: delete interop2_test
when fixing this test) | 238 |
| 239 [ $compiler == dart2js && $runtime == chrome ] |
| 240 web_components/test/interop_test: Fail # Issue 19322 |
| 239 | 241 |
| 240 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 242 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 241 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. | 243 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
| 242 | 244 |
| 243 [ $browser ] | 245 [ $browser ] |
| 244 analysis_server/test/*: Skip # Uses dart:io. | 246 analysis_server/test/*: Skip # Uses dart:io. |
| 245 analyzer/test/error_test: Fail, OK # Uses dart:io. | 247 analyzer/test/error_test: Fail, OK # Uses dart:io. |
| 246 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. | 248 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. |
| 247 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 249 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
| 248 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 250 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 http/test/multipart_test: Fail | 409 http/test/multipart_test: Fail |
| 408 http/test/request_test: Fail | 410 http/test/request_test: Fail |
| 409 http/test/response_test: Fail | 411 http/test/response_test: Fail |
| 410 oauth2/test/authorization_code_grant_test: Fail | 412 oauth2/test/authorization_code_grant_test: Fail |
| 411 oauth2/test/client_test: Fail | 413 oauth2/test/client_test: Fail |
| 412 oauth2/test/credentials_test: Fail | 414 oauth2/test/credentials_test: Fail |
| 413 oauth2/test/handle_access_token_response_test: Fail | 415 oauth2/test/handle_access_token_response_test: Fail |
| 414 | 416 |
| 415 [ $runtime == drt ] | 417 [ $runtime == drt ] |
| 416 http/test/html/client_test: Skip # Issue 18566 | 418 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |