blob: eef4d21666592838a0c28ec96dd617646776f3dd [file] [log] [blame]
# 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.
analyses/analyze_test: Slow, Pass
analyses/api_dynamic_test: Slow, Pass
analyses/dart2js_dynamic_test: Slow, Pass
closure/closure_test: Slow, Pass
codegen/load_elimination_test: Slow, Pass
codegen/model_test: Slow, Pass
deferred_loading/deferred_loading_test: Slow, Pass
end_to_end/dump_info_test: Slow, Pass
equivalence/id_equivalence1_test: Slow, Pass
equivalence/id_equivalence2_test: Slow, Pass
impact/impact_test: Slow, Pass
inference/inference0_test: Slow, Pass
inference/inference1_test: Slow, Pass
inference/inference2_test: Slow, Pass
inference/inference3_test: Slow, Pass
inference/swarm_test: Slow, Pass #
inlining/inlining_test: Slow, Pass
model/native_test: Slow, Pass
model/no_such_method_enabled_test: Slow, Pass
model/subtype_test: Slow, Pass
modular/*: Slow, Pass
packages/*: Skip # Skip packages folder
rti/rti_emission_test: Slow, Pass
rti/rti_need0_test: Slow, Pass
rti/rti_need1_test: Slow, Pass
serialization/serialization_test: Slow, Pass
sourcemaps/source_mapping_invokes_test: Slow, Pass
sourcemaps/source_mapping_operators_test: Slow, Pass
sourcemaps/source_mapping_test: Slow, Pass
sourcemaps/stacktrace_test: Slow, Pass
[ $mode == debug ]
deferred/load_graph_segmentation_test: Slow, Pass
deferred/load_mapping_test: Slow, Pass
end_to_end/dart2js_batch_test: Slow, Pass
end_to_end/exit_code_test: Slow, Pass
end_to_end/in_user_code_test: Slow, Pass
[ $checked ]
codegen/value_range_kernel_test: Slow, Pass
codegen/value_range_test: Slow, Pass
end_to_end/exit_code_test: Slow, Pass
end_to_end/output_type_test: Slow, Pass
end_to_end/uri_retention_test: Slow, Pass
jsinterop/declaration_test: Slow, Pass
jsinterop/interop_anonymous_unreachable_test: Slow, Pass
jsinterop/world_test: Slow, Pass
sourcemaps/stacktrace_test: Slow, Pass
[ !$checked ]
end_to_end/exit_code_test: Skip # This tests requires checked mode.
jsinterop/declaration_test: Slow, Pass
[ $runtime == chrome || $runtime == ff || $runtime == firefox || $runtime == safari || $jscl ]
*: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet).