dart-sdk/tests/language/async
Martin Kustermann a4d3ee054d [tests] Use asyncStart/asyncEnd for two language tests
In order for asynchronous tests to work on the web, they have to tell
the test runner that

* the test is async
* when the async test has finished running

This is done via calling asyncStart/asyncEnd.

Issue https://github.com/dart-lang/sdk/issues/52631
Issue https://github.com/dart-lang/sdk/issues/55865

Change-Id: I790960d7da708de4e36be9197ceb3e89f316a84e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368581
Reviewed-by: Ömer Ağacan <omersa@google.com>
Commit-Queue: Martin Kustermann <kustermann@google.com>
2024-06-01 21:51:11 +00:00
..
and_or_test.dart
async_test.dart
await_catch_regression_test.dart
await_flatten_test.dart Reland "[vm] Fix CompileType::CanBeFuture()" 2023-06-15 00:34:18 +00:00
await_foreign_test.dart
await_incompatible_test.dart Add test about types being incompatible with await 2024-02-20 16:49:49 +00:00
await_syntax_test.dart
await_test.dart Reland "Tweak expect.dart library." 2024-04-26 15:28:26 +00:00
await_type_check_test.dart [vm] Runtime type check in await 2022-12-07 22:46:22 +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
congruence_method_runtime_test.dart
congruence_method_test.dart
congruence_top_level_test.dart
congruence_unnamed_runtime_test.dart
congruence_unnamed_test.dart
continue_label_test.dart
control_structures_test.dart
covariant_type_test.dart
dcall_type_test.dart
derive_future_type_test.dart Add test about "T derives the future type U" 2024-02-28 19:44:45 +00:00
divergent_flatten_test.dart [tests] Use asyncStart/asyncEnd for two language tests 2024-06-01 21:51:11 +00:00
error_timing_test.dart
finally_rethrow_test.dart
helper_lib.dart
identifier_test.dart Spelling tests 2023-01-19 16:24:29 +00:00
lib.dart
nested_test.dart [dart2wasm] Fix async* transformation of nested async* functions 2024-04-08 12:42:29 +00:00
or_generator_return_type_stacktrace_runtime_test.dart
or_generator_return_type_stacktrace_test.dart
regression_23058_test.dart
regression_54311_test.dart [vm] Adjust return value of async/async*/sync* after the language spec change 2023-12-19 16:14:39 +00:00
rethrow_test.dart
return_throw_test.dart
return_types_runtime_test.dart
return_types_test.dart
switch_test.dart
this_bound_test.dart
throw_in_catch_test.dart