dart-sdk/tests/language/async
Alexander Markov 24b8399086 [tests] Avoid small --optimization-counter-threshold in tests
Small --optimization-counter-threshold makes tests very slow,
especially on architectures where kernel service runs from
kernel and not from app-jit snapshot.

TEST=change in tests, *-ia32 bots
Fixes https://github.com/dart-lang/sdk/issues/48627

Change-Id: I63e7e201ef9a0e4f645016c39a5be1819b61822d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263421
Commit-Queue: Alexander Markov <alexmarkov@google.com>
Reviewed-by: Ryan Macnak <rmacnak@google.com>
2022-10-10 21:04:18 +00:00
..
and_or_test.dart [vm] New async/await implementation in the VM, part 2 - vm 2022-04-29 01:03:50 +00:00
async_test.dart [vm] New async/await implementation in the VM, part 2 - vm 2022-04-29 01:03:50 +00:00
await_catch_regression_test.dart
await_foreign_test.dart
await_syntax_test.dart
await_test.dart [tests] Avoid small --optimization-counter-threshold in tests 2022-10-10 21:04:18 +00:00
await_user_defined_future_soundness_test.dart [tests] Address comments for language/async/await_user_defined_future_soundness_test 2022-07-02 10:11:42 +00:00
backwards_compatibility_1_test.dart
backwards_compatibility_2_test.dart
break_in_finally_test.dart
call_test.dart
cascade_test.dart
congruence_local_runtime_test.dart
congruence_local_test.dart [vm] Enable new kernel AST invocation nodes for the VM, take 2 2021-05-20 18:53:45 +00:00
congruence_method_runtime_test.dart
congruence_method_test.dart Move codes from StaticTypeWarningCode into CompileTimeErrorCode. 2020-07-27 16:44:15 +00:00
congruence_top_level_test.dart
congruence_unnamed_runtime_test.dart
congruence_unnamed_test.dart Move codes from StaticTypeWarningCode into CompileTimeErrorCode. 2020-07-27 16:44:15 +00:00
continue_label_test.dart
control_structures_test.dart
covariant_type_test.dart
dcall_type_test.dart
error_timing_test.dart
finally_rethrow_test.dart Make tests not assume catch(e) gives e type dynamic. 2020-05-05 09:57:23 +00:00
helper_lib.dart
identifier_test.dart [vm/aot] Discard Code objects from the heap 2021-04-13 02:36:16 +00:00
lib.dart
or_generator_return_type_stacktrace_runtime_test.dart
or_generator_return_type_stacktrace_test.dart Move codes from StaticTypeWarningCode into CompileTimeErrorCode. 2020-07-27 16:44:15 +00:00
regression_23058_test.dart
rethrow_test.dart
return_throw_test.dart Add tests for throwing async return 2020-12-04 18:14:55 +00:00
return_types_runtime_test.dart
return_types_test.dart Fix message of RETURN_IN_GENERATOR; stop double reporting. 2021-08-24 01:43:48 +00:00
switch_test.dart
this_bound_test.dart
throw_in_catch_test.dart