| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 polymer/e2e_test/canonicalization/test/dev1_test: Fail, OK # tests development o
nly behavior | 241 polymer/e2e_test/canonicalization/test/dev1_test: Fail, OK # tests development o
nly behavior |
| 242 polymer/e2e_test/canonicalization/test/dev2_test: Fail, OK # tests development o
nly behavior | 242 polymer/e2e_test/canonicalization/test/dev2_test: Fail, OK # tests development o
nly behavior |
| 243 polymer/e2e_test/canonicalization/test/dev3_test: Fail, OK # tests development o
nly behavior | 243 polymer/e2e_test/canonicalization/test/dev3_test: Fail, OK # tests development o
nly behavior |
| 244 polymer/e2e_test/canonicalization/test/dir/dev1_test: Fail, OK # tests developme
nt only behavior | 244 polymer/e2e_test/canonicalization/test/dir/dev1_test: Fail, OK # tests developme
nt only behavior |
| 245 polymer/e2e_test/canonicalization/test/dir/dev2_test: Fail, OK # tests developme
nt only behavior | 245 polymer/e2e_test/canonicalization/test/dir/dev2_test: Fail, OK # tests developme
nt only behavior |
| 246 polymer/e2e_test/bad_import1: RuntimeError # Issue 17596 | 246 polymer/e2e_test/bad_import1: RuntimeError # Issue 17596 |
| 247 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 | 247 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596 |
| 248 polymer/e2e_test/bad_import3: Fail, OK # tests broken import | 248 polymer/e2e_test/bad_import3: Fail, OK # tests broken import |
| 249 polymer/test/mirror_loader_test: Skip # tests development only behavior | 249 polymer/test/mirror_loader_test: Skip # tests development only behavior |
| 250 | 250 |
| 251 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] | |
| 252 web_components/test/interop_test: Fail # Issue 19322 | |
| 253 | |
| 254 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 251 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 255 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. | 252 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag
e. |
| 256 | 253 |
| 257 [ $browser ] | 254 [ $browser ] |
| 258 analysis_server/test/*: Skip # Uses dart:io. | 255 analysis_server/test/*: Skip # Uses dart:io. |
| 259 analyzer/test/error_test: Fail, OK # Uses dart:io. | 256 analyzer/test/error_test: Fail, OK # Uses dart:io. |
| 260 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. | 257 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. |
| 261 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 258 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
| 262 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. | 259 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. |
| 263 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. | 260 analyzer/test/generated/parser_test: Fail, OK # Uses dart:io. |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 http/test/multipart_test: Fail | 419 http/test/multipart_test: Fail |
| 423 http/test/request_test: Fail | 420 http/test/request_test: Fail |
| 424 http/test/response_test: Fail | 421 http/test/response_test: Fail |
| 425 oauth2/test/authorization_code_grant_test: Fail | 422 oauth2/test/authorization_code_grant_test: Fail |
| 426 oauth2/test/client_test: Fail | 423 oauth2/test/client_test: Fail |
| 427 oauth2/test/credentials_test: Fail | 424 oauth2/test/credentials_test: Fail |
| 428 oauth2/test/handle_access_token_response_test: Fail | 425 oauth2/test/handle_access_token_response_test: Fail |
| 429 | 426 |
| 430 [ $runtime == drt ] | 427 [ $runtime == drt ] |
| 431 http/test/html/client_test: Skip # Issue 18566 | 428 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |