| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 | 172 |
| 173 # Skip browser-specific tests on VM | 173 # Skip browser-specific tests on VM |
| 174 [ $runtime == vm ] | 174 [ $runtime == vm ] |
| 175 path/test/browser_test: Fail, OK # Uses dart:html | 175 path/test/browser_test: Fail, OK # Uses dart:html |
| 176 intl/test/find_default_locale_browser_test: Skip | 176 intl/test/find_default_locale_browser_test: Skip |
| 177 intl/test/date_time_format_http_request_test: Skip | 177 intl/test/date_time_format_http_request_test: Skip |
| 178 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. | 178 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. |
| 179 | 179 |
| 180 [ $runtime == vm && $system == windows ] | 180 [ $runtime == vm && $system == windows ] |
| 181 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 181 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 182 analysis_server/test/resource_test: RuntimeError # Issue 19014 | |
| 183 | 182 |
| 184 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 183 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 185 # These tests are runtime negative but statically positive, so we skip | 184 # These tests are runtime negative but statically positive, so we skip |
| 186 # them in the analyzer. | 185 # them in the analyzer. |
| 187 mock/test/mock_regexp_negative_test: Skip | 186 mock/test/mock_regexp_negative_test: Skip |
| 188 mock/test/mock_stepwise_negative_test: Skip | 187 mock/test/mock_stepwise_negative_test: Skip |
| 189 polymer/e2e_test/canonicalization: Skip | 188 polymer/e2e_test/canonicalization: Skip |
| 190 polymer/e2e_test/experimental_boot: Skip | 189 polymer/e2e_test/experimental_boot: Skip |
| 191 | 190 |
| 192 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 191 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 http/test/multipart_test: Fail | 397 http/test/multipart_test: Fail |
| 399 http/test/request_test: Fail | 398 http/test/request_test: Fail |
| 400 http/test/response_test: Fail | 399 http/test/response_test: Fail |
| 401 oauth2/test/authorization_code_grant_test: Fail | 400 oauth2/test/authorization_code_grant_test: Fail |
| 402 oauth2/test/client_test: Fail | 401 oauth2/test/client_test: Fail |
| 403 oauth2/test/credentials_test: Fail | 402 oauth2/test/credentials_test: Fail |
| 404 oauth2/test/handle_access_token_response_test: Fail | 403 oauth2/test/handle_access_token_response_test: Fail |
| 405 | 404 |
| 406 [ $runtime == drt ] | 405 [ $runtime == drt ] |
| 407 http/test/html/client_test: Skip # Issue 18566 | 406 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |