| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 287 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 288 | 288 |
| 289 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 289 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 290 # These tests are runtime negative but statically positive, so we skip | 290 # These tests are runtime negative but statically positive, so we skip |
| 291 # them in the analyzer. | 291 # them in the analyzer. |
| 292 mock/test/mock_regexp_negative_test: Skip | 292 mock/test/mock_regexp_negative_test: Skip |
| 293 mock/test/mock_stepwise_negative_test: Skip | 293 mock/test/mock_stepwise_negative_test: Skip |
| 294 polymer/e2e_test/canonicalization: Skip | 294 polymer/e2e_test/canonicalization: Skip |
| 295 polymer/e2e_test/experimental_boot: Skip | 295 polymer/e2e_test/experimental_boot: Skip |
| 296 | 296 |
| 297 compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524 |
| 298 |
| 297 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 299 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 298 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which | 300 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which |
| 299 # contains illegal constant constructors. | 301 # contains illegal constant constructors. |
| 300 third_party/angular_tests/browser_test: CompileTimeError | 302 third_party/angular_tests/browser_test: CompileTimeError |
| 301 custom_element/test/analyzer_test: StaticWarning # Issue 20939 | 303 custom_element/test/analyzer_test: StaticWarning # Issue 20939 |
| 302 | 304 |
| 303 [ $compiler == dart2js && $runtime == none] | 305 [ $compiler == dart2js && $runtime == none] |
| 304 polymer/e2e_test/canonicalization: Skip | 306 polymer/e2e_test/canonicalization: Skip |
| 305 polymer/e2e_test/experimental_boot: Skip | 307 polymer/e2e_test/experimental_boot: Skip |
| 306 | 308 |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 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 |
| 489 | 491 |
| 490 [ $use_repository_packages ] | 492 [ $use_repository_packages ] |
| 491 analyzer/test/*: PubGetError | 493 analyzer/test/*: PubGetError |
| 492 | 494 |
| 493 [ $runtime == drt ] | 495 [ $runtime == drt ] |
| 494 http/test/html/client_test: Skip # Issue 18566 | 496 http/test/html/client_test: Skip # Issue 18566 |
| 495 | 497 |
| 496 [ $system == windows ] | 498 [ $system == windows ] |
| 497 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 499 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |