475f55d46b
At this time this only compiles to .dill and then compiles from multiple modular dill files. Next steps: add the global split and add the modular data bits Change-Id: I3399776dbd5187ddb0a3e2fdd307622a736570c9 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/102126 Commit-Queue: Sigmund Cherem <sigmund@google.com> Reviewed-by: Johnni Winther <johnniwinther@google.com>
69 lines
3.0 KiB
Plaintext
69 lines
3.0 KiB
Plaintext
# 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: Pass, Slow
|
|
codegen/gvn_dynamic_field_get_test: Fail # Issue 18519
|
|
codegen/list_tracer_length_test: Fail # Issue 33051
|
|
codegen/load_elimination_test: Pass, Slow
|
|
codegen/logical_expression_test: Fail # Issue 17027
|
|
codegen/side_effect_tdiv_regression_test: Fail # Issue 33050
|
|
codegen/simple_function_subtype_test: Fail # simple_function_subtype_test is temporarily(?) disabled due to new method for building function type tests.
|
|
codegen/string_escapes_test: Fail # Issue 33060
|
|
deferred_loading/deferred_loading_test: Slow, Pass
|
|
end_to_end/dump_info_test: Slow, Pass
|
|
end_to_end/generate_code_with_compile_time_errors_test: RuntimeError # not supported yet with the new FE.
|
|
end_to_end/show_package_warnings_test: RuntimeError # missing errors from the FE
|
|
equivalence/id_equivalence1_test: Pass, Slow
|
|
equivalence/id_equivalence2_test: Pass, Slow
|
|
inference/inference0_test: Slow, Pass
|
|
inference/inference1_test: Slow, Pass
|
|
inference/simple_inferrer_const_closure2_test: Fail # Issue 16507
|
|
inference/simple_inferrer_const_closure_test: Fail # Issue 16507
|
|
inference/simple_inferrer_global_field_closure_test: Fail # Issue 16507
|
|
inference/swarm_test: Slow, Pass, Fail #
|
|
inference/type_mask2_test: RuntimeError # Issue 34095
|
|
inlining/inlining_test: Slow, Pass
|
|
model/native_test: Pass, Slow
|
|
model/no_such_method_enabled_test: Pass, Slow
|
|
model/subtype_test: Pass, Slow
|
|
modular/*: Slow, Pass
|
|
packages/*: Skip # Skip packages folder
|
|
rti/rti_emission_test: Pass, Slow
|
|
rti/rti_need0_test: Pass, Slow
|
|
rti/rti_need1_test: Pass, Slow
|
|
sourcemaps/d2js_validity_test: RuntimeError # Issue 33072
|
|
sourcemaps/deferred_d2js_validity_test: RuntimeError # Issue 33072
|
|
sourcemaps/source_mapping_invokes_test: Pass, Slow
|
|
sourcemaps/source_mapping_operators_test: Pass, Slow
|
|
sourcemaps/source_mapping_test: Pass, Slow
|
|
|
|
[ $mode == debug ]
|
|
deferred/load_graph_segmentation_test: Pass, Slow
|
|
deferred/load_mapping_test: Pass, Slow
|
|
end_to_end/dart2js_batch_test: Pass, Slow
|
|
end_to_end/exit_code_test: Pass, Slow
|
|
end_to_end/in_user_code_test: Pass, Slow
|
|
end_to_end/show_package_warnings_test: Pass, Slow
|
|
|
|
[ $checked ]
|
|
codegen/value_range_kernel_test: Pass, Slow
|
|
codegen/value_range_test: Pass, Slow
|
|
end_to_end/exit_code_test: Pass, Slow
|
|
end_to_end/output_type_test: Pass, Slow
|
|
end_to_end/uri_retention_test: Pass, Slow
|
|
jsinterop/declaration_test: Slow, Pass
|
|
jsinterop/interop_anonymous_unreachable_test: Pass, Slow
|
|
jsinterop/world_test: Pass, Slow
|
|
sourcemaps/stacktrace_test: Pass, Slow
|
|
|
|
[ !$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).
|