| 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 249 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 250 | 250 |
| 251 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 251 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 252 # These tests are runtime negative but statically positive, so we skip | 252 # These tests are runtime negative but statically positive, so we skip |
| 253 # them in the analyzer. | 253 # them in the analyzer. |
| 254 mock/test/mock_regexp_negative_test: Skip | 254 mock/test/mock_regexp_negative_test: Skip |
| 255 mock/test/mock_stepwise_negative_test: Skip | 255 mock/test/mock_stepwise_negative_test: Skip |
| 256 polymer/e2e_test/canonicalization: Skip | 256 polymer/e2e_test/canonicalization: Skip |
| 257 polymer/e2e_test/experimental_boot: Skip | 257 polymer/e2e_test/experimental_boot: Skip |
| 258 | 258 |
| 259 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 259 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 260 | |
| 261 [ $compiler == dartanalyzer ] | |
| 262 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which | 260 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which |
| 263 # contains illegal constant constructors. | 261 # contains illegal constant constructors. |
| 264 third_party/angular_tests/browser_test: CompileTimeError | 262 third_party/angular_tests/browser_test: CompileTimeError |
| 265 | 263 |
| 266 [ $compiler == dart2js && $runtime == none] | 264 [ $compiler == dart2js && $runtime == none] |
| 267 polymer/e2e_test/canonicalization: Skip | 265 polymer/e2e_test/canonicalization: Skip |
| 268 polymer/e2e_test/experimental_boot: Skip | 266 polymer/e2e_test/experimental_boot: Skip |
| 269 | 267 |
| 270 [ $compiler == dart2js && $csp ] | 268 [ $compiler == dart2js && $csp ] |
| 271 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 269 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 460 oauth2/test/authorization_code_grant_test: Fail | 458 oauth2/test/authorization_code_grant_test: Fail |
| 461 oauth2/test/client_test: Fail | 459 oauth2/test/client_test: Fail |
| 462 oauth2/test/credentials_test: Fail | 460 oauth2/test/credentials_test: Fail |
| 463 oauth2/test/handle_access_token_response_test: Fail | 461 oauth2/test/handle_access_token_response_test: Fail |
| 464 | 462 |
| 465 [ $runtime == drt ] | 463 [ $runtime == drt ] |
| 466 http/test/html/client_test: Skip # Issue 18566 | 464 http/test/html/client_test: Skip # Issue 18566 |
| 467 | 465 |
| 468 [ $mode == debug ] | 466 [ $mode == debug ] |
| 469 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass | 467 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass |
| OLD | NEW |