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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS | 381 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS |
382 | 382 |
383 [ $arch == simarm && $checked ] | 383 [ $arch == simarm && $checked ] |
384 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 | 384 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 |
385 | 385 |
386 [ $arch == simarm64 ] | 386 [ $arch == simarm64 ] |
387 # Timeout. These are not unit tests. They do not run efficiently on our | 387 # Timeout. These are not unit tests. They do not run efficiently on our |
388 # simulator. | 388 # simulator. |
389 *: Skip | 389 *: Skip |
390 | 390 |
| 391 # Skip serialization test that explicitly has no library declaration in the |
| 392 # test on Dartium, which requires all tests to have a library. |
391 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 393 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
| 394 serialization/test/no_library_test: Skip # Expected Failure |
| 395 serialization/test/serialization_test: Fail # 13921 |
392 unittest/test/async_exception_test: RuntimeError # 13921 | 396 unittest/test/async_exception_test: RuntimeError # 13921 |
393 unittest/test/async_exception_with_future_test: RuntimeError # 13921 | 397 unittest/test/async_exception_with_future_test: RuntimeError # 13921 |
394 unittest/test/async_setup_teardown_test: RuntimeError # 13921 | 398 unittest/test/async_setup_teardown_test: RuntimeError # 13921 |
395 unittest/test/completion_test: RuntimeError # 13921 | 399 unittest/test/completion_test: RuntimeError # 13921 |
396 unittest/test/correct_callback_test: RuntimeError # 13921 | 400 unittest/test/correct_callback_test: RuntimeError # 13921 |
397 unittest/test/exception_test: RuntimeError # 13921 | 401 unittest/test/exception_test: RuntimeError # 13921 |
398 unittest/test/excess_callback_test: RuntimeError # 13921 | 402 unittest/test/excess_callback_test: RuntimeError # 13921 |
399 unittest/test/expect_async_args_test: RuntimeError # 13921 | 403 unittest/test/expect_async_args_test: RuntimeError # 13921 |
400 unittest/test/expect_async_test: RuntimeError # 13921 | 404 unittest/test/expect_async_test: RuntimeError # 13921 |
401 unittest/test/group_name_test: RuntimeError # 13921 | 405 unittest/test/group_name_test: RuntimeError # 13921 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
463 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 467 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
464 | 468 |
465 [ $use_repository_packages ] | 469 [ $use_repository_packages ] |
466 analyzer/test/*: PubGetError | 470 analyzer/test/*: PubGetError |
467 | 471 |
468 [ $runtime == drt ] | 472 [ $runtime == drt ] |
469 http/test/html/client_test: Skip # Issue 18566 | 473 http/test/html/client_test: Skip # Issue 18566 |
470 | 474 |
471 [ $system == windows ] | 475 [ $system == windows ] |
472 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 476 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
OLD | NEW |