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