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 | 303 |
302 [ $compiler == dart2js && $runtime == none] | 304 [ $compiler == dart2js && $runtime == none] |
303 polymer/e2e_test/canonicalization: Skip | 305 polymer/e2e_test/canonicalization: Skip |
304 polymer/e2e_test/experimental_boot: Skip | 306 polymer/e2e_test/experimental_boot: Skip |
305 | 307 |
306 [ $compiler == dart2js && $csp ] | 308 [ $compiler == dart2js && $csp ] |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
486 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 |
487 | 489 |
488 [ $use_repository_packages ] | 490 [ $use_repository_packages ] |
489 analyzer/test/*: PubGetError | 491 analyzer/test/*: PubGetError |
490 | 492 |
491 [ $runtime == drt ] | 493 [ $runtime == drt ] |
492 http/test/html/client_test: Skip # Issue 18566 | 494 http/test/html/client_test: Skip # Issue 18566 |
493 | 495 |
494 [ $system == windows ] | 496 [ $system == windows ] |
495 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 497 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
OLD | NEW |