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