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 | |
299 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 297 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
300 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which | 298 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which |
301 # contains illegal constant constructors. | 299 # contains illegal constant constructors. |
302 third_party/angular_tests/browser_test: CompileTimeError | 300 third_party/angular_tests/browser_test: CompileTimeError |
303 | 301 |
304 [ $compiler == dart2js && $runtime == none] | 302 [ $compiler == dart2js && $runtime == none] |
305 polymer/e2e_test/canonicalization: Skip | 303 polymer/e2e_test/canonicalization: Skip |
306 polymer/e2e_test/experimental_boot: Skip | 304 polymer/e2e_test/experimental_boot: Skip |
307 | 305 |
308 [ $compiler == dart2js && $csp ] | 306 [ $compiler == dart2js && $csp ] |
(...skipping 179 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 | 486 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
489 | 487 |
490 [ $use_repository_packages ] | 488 [ $use_repository_packages ] |
491 analyzer/test/*: PubGetError | 489 analyzer/test/*: PubGetError |
492 | 490 |
493 [ $runtime == drt ] | 491 [ $runtime == drt ] |
494 http/test/html/client_test: Skip # Issue 18566 | 492 http/test/html/client_test: Skip # Issue 18566 |
495 | 493 |
496 [ $system == windows ] | 494 [ $system == windows ] |
497 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 495 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
OLD | NEW |