2012-08-14 23:05:20 +00:00
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
2013-04-12 19:59:20 +00:00
# Don't run any test-like files that show up in packages directories. It
# shouldn't be necessary to run "pub install" in these packages, but if you do
# it shouldn't break the tests.
*/packages/*/*: Skip
*/*/packages/*/*: Skip
*/*/*/packages/*/*: Skip
2013-08-20 22:48:50 +00:00
*/*/*/*/packages/*/*: Skip
2014-06-06 05:11:14 +00:00
*/*/*/*/*/packages/*/*: Skip
2013-04-12 19:59:20 +00:00
2015-05-27 12:13:03 +00:00
# Analyzer2dart is not maintained anymore.
analyzer2dart/test/*: Skip
2016-02-22 09:20:22 +00:00
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
2014-09-29 22:02:59 +00:00
mutation_observer: Skip # Issue 21149
2014-12-22 18:54:54 +00:00
unittest/*: Skip # Issue 21949
2015-09-04 23:28:29 +00:00
lookup_map/*: SkipByDesign
2014-03-17 22:37:50 +00:00
2015-10-15 13:08:40 +00:00
[ $runtime == vm && $mode == debug ]
2015-10-15 14:39:58 +00:00
analysis_server/test/completion_test: Pass, Slow
2014-03-22 19:51:04 +00:00
2016-05-10 21:30:46 +00:00
[ $runtime == vm && $checked ]
analysis_server/test/completion_test: Pass, Slow
2015-01-30 17:49:35 +00:00
[ $runtime == vm && $system == windows]
analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180
2015-11-02 15:19:59 +00:00
analysis_server/test/integration/analysis/analysis_options_test: RuntimeError # Issue 24796
2015-10-15 13:08:40 +00:00
analyzer/test/generated/all_the_rest_test: Fail # Issue 21772
2016-01-14 16:41:59 +00:00
analyzer_cli/test/driver_test: Fail # Issue 25471
2015-01-30 17:49:35 +00:00
2013-08-09 08:48:51 +00:00
[ $compiler == dart2js ]
2016-07-01 09:14:58 +00:00
analysis_server/test/integration: SkipByDesign # Analysis server integration tests don't make sense to run under dart2js, since the code under test always runs in the Dart vm as a subprocess.
2015-11-20 18:19:29 +00:00
analyzer_cli/test/*: SkipByDesign # Only meant to run on vm
2015-11-03 10:39:15 +00:00
collection/test/equality_test/01: Fail # Issue 1533
collection/test/equality_test/02: Fail # Issue 1533
collection/test/equality_test/03: Fail # Issue 1533
collection/test/equality_test/04: Fail # Issue 1533
collection/test/equality_test/05: Fail # Issue 1533
collection/test/equality_test/none: Pass, Fail # Issue 14348
2015-09-04 21:24:26 +00:00
lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm.
2015-11-03 10:39:15 +00:00
typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List.
2016-07-01 09:14:58 +00:00
[ $compiler == dart2js && $builder_tag != dart2js_analyzer ]
analyzer/test/*: Skip # Issue 26813
analysis_server/test/*: Skip # Issue 26813
2015-11-03 10:39:15 +00:00
[ $compiler == dart2js && $checked ]
crypto/test/base64_test: Slow, Pass
2014-04-11 13:47:34 +00:00
[ $runtime == jsshell ]
2016-03-28 21:41:12 +00:00
async/test/stream_zip_test: RuntimeError, OK # Issue 26103. Timers are not supported.
lookup_map/test/lookup_map_test: RuntimeError, OK # Issue 26103. Timers are not supported.
2013-04-22 17:11:02 +00:00
2014-04-30 07:05:38 +00:00
[ $compiler == dart2js && $runtime == drt ]
async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
2015-01-13 12:24:30 +00:00
[ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
2015-02-17 17:21:39 +00:00
collection/test/unmodifiable_collection_test: SkipSlow # Times out. Issue 22050
async/test/stream_zip_test: SkipSlow # Times out. Issue 22050
2015-01-12 17:51:08 +00:00
2014-05-01 05:35:37 +00:00
[ $runtime == ie10 ]
2014-09-19 01:36:49 +00:00
analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
2016-07-01 09:14:58 +00:00
typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here explicitly, since this is not the same as on ie9)
2014-09-19 04:20:24 +00:00
2014-11-11 14:37:34 +00:00
[ $runtime == safarimobilesim ]
# Unexplained errors only occuring on Safari 6.1 and earlier.
2013-12-19 11:57:56 +00:00
typed_data/test/typed_buffers_test: RuntimeError
2013-11-22 10:31:53 +00:00
2015-12-17 13:44:57 +00:00
[ $compiler == dart2analyzer ]
2014-11-05 08:51:01 +00:00
compiler/samples/compile_loop/compile_loop: CompileTimeError # Issue 16524
2013-05-29 07:39:49 +00:00
[ $compiler == dart2js && $csp ]
2013-07-30 20:48:47 +00:00
# This test cannot run under CSP because it is injecting a JavaScript polyfill
mutation_observer: Skip
2013-06-10 13:52:41 +00:00
[ $compiler == dart2js && $browser ]
crypto/test/sha256_test: Slow, Pass
crypto/test/sha1_test: Slow, Pass
2014-06-10 01:08:47 +00:00
2013-06-11 14:10:03 +00:00
[ $browser ]
2015-06-03 21:03:15 +00:00
analyzer_cli/*: SkipByDesign # Uses dart:io.
2015-02-23 21:31:12 +00:00
*/test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bots
2015-02-17 17:21:39 +00:00
analysis_server/test/*: SkipByDesign # Uses dart:io.
analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
analyzer/test/*: SkipByDesign # Uses dart:io.
2015-10-19 16:24:18 +00:00
analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io.
2015-11-04 21:12:02 +00:00
analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io.
2015-02-23 21:31:12 +00:00
analyzer2dart/*: SkipByDesign # Uses dart:io.
2014-12-19 21:54:51 +00:00
http_server/test/*: Fail, OK # Uses dart:io.
2013-11-08 00:32:54 +00:00
observe/test/transformer_test: Fail, OK # Uses dart:io.
2015-02-23 21:31:12 +00:00
observe/test/unique_message_test: SkipByDesign # Uses dart:io.
2015-12-17 23:50:07 +00:00
dart_messages/test/dart_messages_test: Skip # Uses dart:io.
2013-08-14 20:59:46 +00:00
2016-01-22 21:07:48 +00:00
[ $runtime == vm && ($arch == simarm64 || $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips || $arch == armv6 || $arch == armv5te) ]
2014-05-13 18:10:16 +00:00
# Timeout. These are not unit tests. They do not run efficiently on our
2015-03-31 23:11:33 +00:00
# simulator or low-end devices.
2014-04-02 17:39:32 +00:00
*: Skip
2013-05-09 21:39:03 +00:00
[ $runtime == vm ]
2016-01-14 18:28:46 +00:00
analyzer/test/file_system/physical_resource_provider_test: Pass, Fail # Issue 25472
2014-02-26 06:35:04 +00:00
# Skip tests on the VM if the package depends on dart:html
2013-07-30 21:38:13 +00:00
mutation_observer: Skip
2014-01-07 01:07:29 +00:00
2015-03-18 12:45:50 +00:00
[ $compiler == dart2js && $runtime == chrome && $system == macos ]
third_party/di_tests/di_test: Pass, Slow # Issue 22896
2014-01-10 15:15:37 +00:00
[ $use_repository_packages ]
2014-03-28 19:28:33 +00:00
analyzer/test/*: PubGetError
2015-04-15 11:44:02 +00:00
2015-10-02 13:36:21 +00:00
[ $compiler == dart2js && $cps_ir && $host_checked ]
2016-03-07 10:35:11 +00:00
analyzer/test/dart/ast/ast_test: Crash # Issue 24485
analyzer/test/dart/ast/visitor_test: Crash # Issue 24485
analyzer/test/dart/element/element_test: Crash # Issue 24485
2015-10-13 13:31:40 +00:00
analyzer/test/enum_test: Crash # Issue 24485
analyzer/test/generated/all_the_rest_test: Crash # Issue 24485
analyzer/test/generated/ast_test: Crash # Issue 24485
2016-03-10 18:04:01 +00:00
analyzer/test/generated/checked_mode_compile_time_error_code_test: Crash # Issue 24485
2015-10-13 13:31:40 +00:00
analyzer/test/generated/compile_time_error_code_test: Crash # Issue 24485
2016-03-07 10:35:11 +00:00
analyzer/test/generated/constant_test: Crash # Issue 24485
analyzer/test/generated/declaration_resolver_test: Crash # Issue 24485
2016-03-10 18:04:01 +00:00
analyzer/test/generated/element_resolver_test: Crash # Issue 24485
2015-10-02 13:36:21 +00:00
analyzer/test/generated/element_test: Crash # Issue 24485
2016-03-07 10:35:11 +00:00
analyzer/test/generated/error_suppression_test: Crash # Issue 24485
2016-03-10 18:04:01 +00:00
analyzer/test/generated/hint_code_test: Crash # Issue 24485
2015-10-13 13:31:40 +00:00
analyzer/test/generated/incremental_resolver_test: Crash # Issue 24485
2015-10-02 13:36:21 +00:00
analyzer/test/generated/incremental_scanner_test: Crash # Issue 24485
2016-03-10 18:04:01 +00:00
analyzer/test/generated/inheritance_manager_test: Crash # Issue 24485
2015-10-02 13:36:21 +00:00
analyzer/test/generated/non_error_resolver_test: Crash # Issue 24485
2016-03-10 18:04:01 +00:00
analyzer/test/generated/non_hint_code_test: Crash # Issue 24485
2015-10-13 13:31:40 +00:00
analyzer/test/generated/parser_test: Crash # Issue 24485
2015-10-02 13:36:21 +00:00
analyzer/test/generated/resolver_test: Crash # Issue 24485
2015-10-13 13:31:40 +00:00
analyzer/test/generated/scanner_test: Crash # Issue 24485
2016-03-10 18:04:01 +00:00
analyzer/test/generated/simple_resolver_test: Crash # Issue 24485
2015-10-02 13:36:21 +00:00
analyzer/test/generated/source_factory_test: Crash # Issue 24485
2016-03-10 18:04:01 +00:00
analyzer/test/generated/static_type_analyzer_test: Crash # Issue 24485
2015-10-13 13:31:40 +00:00
analyzer/test/generated/static_type_warning_code_test: Crash # Issue 24485
analyzer/test/generated/static_warning_code_test: Crash # Issue 24485
2016-03-10 18:04:01 +00:00
analyzer/test/generated/strong_mode_test: Crash # Issue 24485
2015-10-13 13:31:40 +00:00
analyzer/test/generated/utilities_test: Crash # Issue 24485
analyzer/test/src/context/cache_test: Crash # Issue 24485
2015-10-02 13:36:21 +00:00
analyzer/test/src/context/context_test: Crash # Issue 24485
2016-03-07 10:35:11 +00:00
analyzer/test/src/dart/ast/utilities_test: Crash # Issue 24485
analyzer/test/src/dart/element/element_test: Crash # Issue 24485
analyzer/test/src/summary/index_unit_test: Crash # Issue 24485
analyzer/test/src/summary/prelinker_test: Crash # Issue 24485
analyzer/test/src/summary/resynthesize_test: Crash # Issue 24485
analyzer/test/src/summary/resynthesize_strong_test: Crash # Issue 24485
analyzer/test/src/summary/summarize_ast_test: Crash # Issue 24485
analyzer/test/src/summary/summarize_elements_test: Crash # Issue 24485
analyzer/test/src/summary/summarize_elements_strong_test: Crash # Issue 24485
2015-10-13 13:31:40 +00:00
analyzer/test/src/task/dart_test: Crash # Issue 24485
analyzer/test/src/task/dart_work_manager_test: Crash # Issue 24485
analyzer/test/src/task/driver_test: Crash # Issue 24485
analyzer/test/src/task/general_test: Crash # Issue 24485
analyzer/test/src/task/html_test: Crash # Issue 24485
analyzer/test/src/task/html_work_manager_test: Crash # Issue 24485
analyzer/test/src/task/incremental_element_builder_test: Crash # Issue 24485
analyzer/test/src/task/inputs_test: Crash # Issue 24485
analyzer/test/src/task/manager_test: Crash # Issue 24485
analyzer/test/src/task/model_test: Crash # Issue 24485
2016-03-07 10:35:11 +00:00
analyzer/test/src/task/options_test: Crash # Issue 24485
analyzer/test/src/task/options_work_manager_test: Crash # Issue 24485
analyzer/test/src/task/strong/checker_test: Crash # Issue 24485
analyzer/test/src/task/strong/inferred_type_test: Crash # Issue 24485
2015-10-13 13:31:40 +00:00
analyzer/test/src/task/strong_mode_test: Crash # Issue 24485
2016-03-07 10:35:11 +00:00
analyzer/test/src/task/yaml_test: Crash # Issue 24485
2016-02-25 20:24:09 +00:00
2016-05-26 17:37:47 +00:00
[ $noopt || $runtime == dart_precompiled || $runtime == dart_app ]
2016-02-25 20:24:09 +00:00
*: SkipByDesign # The pkg test framework imports dart:mirrors.
2016-03-07 18:20:41 +00:00
[ $compiler == dart2js && $cps_ir && $checked ]
*: Skip # `assert` not implemented, about 75% tests crash