29c76d7604
Change-Id: Ia3bc3affba3100453846678b03d2a83402187418 Reviewed-on: https://dart-review.googlesource.com/36881 Reviewed-by: Jens Johansen <jensj@google.com>
99 lines
4.6 KiB
Plaintext
99 lines
4.6 KiB
Plaintext
# Copyright (c) 2017, 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.
|
|
|
|
# Kernel works slightly different. There are kernel specific versions.
|
|
# These are the non-kernel specific versions so skip tests and allow errors.
|
|
[ $compiler == dartk ]
|
|
add_breakpoint_rpc_test: SkipByDesign # non-kernel specific version of add_breakpoint_rpc_kernel_test.
|
|
async_single_step_out_test: RuntimeError # Issue 29158, Async debugging
|
|
async_star_single_step_into_test: RuntimeError # Issue 29158, Async debugging
|
|
async_star_step_out_test: RuntimeError # Issue 29158, Async debugging
|
|
async_step_out_test: RuntimeError # Issue 29158, Async debugging
|
|
awaiter_async_stack_contents_test: RuntimeError # Issue 29158, Async debugging
|
|
complex_reload_test: RuntimeError
|
|
developer_extension_test: CompileTimeError
|
|
eval_internal_class_test: RuntimeError
|
|
evaluate_activation_in_method_class_test: RuntimeError
|
|
evaluate_activation_test/instance: RuntimeError
|
|
evaluate_activation_test/scope: RuntimeError
|
|
evaluate_in_sync_star_activation_test: RuntimeError
|
|
get_isolate_after_language_error_test: CompileTimeError
|
|
library_dependency_test: CompileTimeError # Deferred loading kernel issue 28335.
|
|
pause_on_unhandled_async_exceptions2_test: RuntimeError # --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #29056
|
|
pause_on_unhandled_async_exceptions_test: RuntimeError # --pause-isolates-on-unhandled-exceptions doesn't currently work. Issue #29056
|
|
step_through_arithmetic_test: RuntimeError # probably constant evaluator pre-evaluating e.g. 1+2
|
|
unused_changes_in_last_reload_test: RuntimeError
|
|
|
|
[ $compiler == dartkp ]
|
|
*: Skip # Non-kernel also skips precompiled mode.
|
|
|
|
[ $arch == simdbc64 && $compiler == dartk ]
|
|
pause_on_unhandled_async_exceptions2_test: RuntimeError, Timeout # Issue 31765
|
|
pause_on_unhandled_async_exceptions_test: RuntimeError, Timeout # Issue 31765
|
|
|
|
[ $compiler == dartk && $mode == debug ]
|
|
isolate_lifecycle_test: Skip # Flaky.
|
|
pause_idle_isolate_test: Skip # Flaky
|
|
|
|
[ $compiler == dartk && $mode == debug && $strong ]
|
|
external_service_disappear_test: Crash # Issue 31587
|
|
|
|
[ $compiler == dartk && $system == windows ]
|
|
coverage_leaf_function_test: RuntimeError
|
|
coverage_optimized_function_test: Skip # Timeout
|
|
get_source_report_test: RuntimeError
|
|
get_vm_timeline_rpc_test: Pass, Timeout
|
|
issue_25465_test: Pass, Timeout
|
|
issue_30555_test: Pass, Timeout
|
|
next_through_assign_call_test: Pass, Timeout
|
|
next_through_call_on_field_in_class_test: Pass, Timeout
|
|
next_through_create_list_and_map_test: Pass, Timeout
|
|
next_through_is_and_as_test: Pass, Timeout
|
|
next_through_multi_catch_test: Pass, Timeout
|
|
next_through_simple_async_with_returns_test: Pass, Timeout
|
|
next_through_simple_linear_2_test: Pass, Timeout
|
|
regress_28443_test: Pass, Timeout
|
|
step_test: Pass, Slow
|
|
step_through_constructor_test: Pass, Slow
|
|
step_through_function_2_test: Pass, Timeout
|
|
step_through_function_test: Pass, Timeout
|
|
step_through_property_get_test: Pass, Timeout
|
|
step_through_switch_test: Pass, Timeout
|
|
step_through_switch_with_continue_test: Pass, Timeout
|
|
|
|
[ $compiler == dartk && $system == windows && $strong ]
|
|
add_breakpoint_rpc_kernel_test: Skip # Timeout
|
|
code_test: RuntimeError
|
|
get_object_rpc_test: RuntimeError
|
|
get_stack_rpc_test: RuntimeError
|
|
next_through_implicit_call_test: Skip # Timeout
|
|
next_through_operator_bracket_on_super_test: Skip # Timeout
|
|
next_through_operator_bracket_on_this_test: Skip # Timeout
|
|
next_through_operator_bracket_test: Skip # Timeout
|
|
next_through_simple_async_test: Skip # Timeout
|
|
step_through_constructor_calls_test: Skip # Timeout
|
|
step_through_property_set_test: Skip # Timeout
|
|
|
|
[ $compiler == dartk && $system == windows && !$strong ]
|
|
code_test: RuntimeError
|
|
field_script_test: Skip # Timeout
|
|
get_object_rpc_test: RuntimeError
|
|
get_stack_rpc_test: RuntimeError
|
|
next_through_catch_test: Skip # Timeout
|
|
next_through_for_loop_with_break_and_continue_test: Skip # Timeout
|
|
next_through_simple_async_test: Skip # Timeout
|
|
step_test: Skip # Timeout
|
|
step_through_constructor_test: Skip # Timeout
|
|
|
|
[ $compiler == dartk && $strong ]
|
|
awaiter_async_stack_contents_test: RuntimeError
|
|
external_service_asynchronous_invocation_test: CompileTimeError # Issue 31696
|
|
external_service_disappear_test: CompileTimeError # Issue 31696
|
|
external_service_notification_invocation_test: CompileTimeError # Issue 31696
|
|
external_service_registration_test: CompileTimeError # Issue 31696
|
|
external_service_registration_via_notification_test: CompileTimeError # Issue 31696
|
|
external_service_synchronous_invocation_test: CompileTimeError # Issue 31696
|
|
step_through_arithmetic_test: RuntimeError
|
|
|