| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 # them in the analyzer. | 266 # them in the analyzer. |
| 267 mock/test/mock_regexp_negative_test: Skip | 267 mock/test/mock_regexp_negative_test: Skip |
| 268 mock/test/mock_stepwise_negative_test: Skip | 268 mock/test/mock_stepwise_negative_test: Skip |
| 269 polymer/e2e_test/canonicalization: Skip | 269 polymer/e2e_test/canonicalization: Skip |
| 270 polymer/e2e_test/experimental_boot: Skip | 270 polymer/e2e_test/experimental_boot: Skip |
| 271 | 271 |
| 272 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 272 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 273 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which | 273 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which |
| 274 # contains illegal constant constructors. | 274 # contains illegal constant constructors. |
| 275 third_party/angular_tests/browser_test: CompileTimeError | 275 third_party/angular_tests/browser_test: CompileTimeError |
| 276 custom_element/test/analyzer_test: StaticWarning # Issue 20939 |
| 276 | 277 |
| 277 [ $compiler == dart2js && $runtime == none] | 278 [ $compiler == dart2js && $runtime == none] |
| 278 polymer/e2e_test/canonicalization: Skip | 279 polymer/e2e_test/canonicalization: Skip |
| 279 polymer/e2e_test/experimental_boot: Skip | 280 polymer/e2e_test/experimental_boot: Skip |
| 280 | 281 |
| 281 [ $compiler == dart2js && $csp ] | 282 [ $compiler == dart2js && $csp ] |
| 282 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 283 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| 283 mutation_observer: Skip | 284 mutation_observer: Skip |
| 284 | 285 |
| 285 [ $compiler == dart2js && $minified ] | 286 [ $compiler == dart2js && $minified ] |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 462 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 462 | 463 |
| 463 [ $use_repository_packages ] | 464 [ $use_repository_packages ] |
| 464 analyzer/test/*: PubGetError | 465 analyzer/test/*: PubGetError |
| 465 | 466 |
| 466 [ $runtime == drt ] | 467 [ $runtime == drt ] |
| 467 http/test/html/client_test: Skip # Issue 18566 | 468 http/test/html/client_test: Skip # Issue 18566 |
| 468 | 469 |
| 469 [ $system == windows ] | 470 [ $system == windows ] |
| 470 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 471 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |