| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 | 280 |
| 281 # Skip browser-specific tests on VM | 281 # Skip browser-specific tests on VM |
| 282 [ $runtime == vm ] | 282 [ $runtime == vm ] |
| 283 path/test/browser_test: Fail, OK # Uses dart:html | 283 path/test/browser_test: Fail, OK # Uses dart:html |
| 284 intl/test/find_default_locale_browser_test: Skip | 284 intl/test/find_default_locale_browser_test: Skip |
| 285 intl/test/date_time_format_http_request_test: Skip | 285 intl/test/date_time_format_http_request_test: Skip |
| 286 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. | 286 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. |
| 287 | 287 |
| 288 [ $runtime == vm && $system == windows ] | 288 [ $runtime == vm && $system == windows ] |
| 289 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 289 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 290 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 290 | 291 |
| 291 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 292 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 292 # These tests are runtime negative but statically positive, so we skip | 293 # These tests are runtime negative but statically positive, so we skip |
| 293 # them in the analyzer. | 294 # them in the analyzer. |
| 294 mock/test/mock_regexp_negative_test: Skip | 295 mock/test/mock_regexp_negative_test: Skip |
| 295 mock/test/mock_stepwise_negative_test: Skip | 296 mock/test/mock_stepwise_negative_test: Skip |
| 296 polymer/e2e_test/canonicalization: Skip | 297 polymer/e2e_test/canonicalization: Skip |
| 297 polymer/e2e_test/experimental_boot: Skip | 298 polymer/e2e_test/experimental_boot: Skip |
| 298 | 299 |
| 299 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 | 300 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. | 487 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 487 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. | 488 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 488 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 | 489 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 |
| 489 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 490 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 490 | 491 |
| 491 [ $use_repository_packages ] | 492 [ $use_repository_packages ] |
| 492 analyzer/test/*: PubGetError | 493 analyzer/test/*: PubGetError |
| 493 | 494 |
| 494 [ $runtime == drt ] | 495 [ $runtime == drt ] |
| 495 http/test/html/client_test: Skip # Issue 18566 | 496 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |