dart-sdk/tests
asiva b67f45f955 [VM/Runtime] Fix 'File' object leak in async file open operation
The 'File' object created in the async file open method is leaked
if the operation is not completed when the isolate shuts down
with an unhandled exception.
This change adds a finalizable state for the 'File' object so that
the message deletion that happens when ports are closed could run
the callback to clean up the 'File' object.

TEST=new tests added

Change-Id: I4a3cb28370d27306c795c1914aeb5c18a1d85e2b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/210761
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
2021-08-23 20:57:48 +00:00
..
co19 [co19] LibTests/typed_data tests skipped for dart2js 2021-08-16 08:07:34 +00:00
co19_2 [co19] LibTests/typed_data tests skipped for dart2js 2021-08-16 08:07:34 +00:00
corelib
corelib_2 [cfe] Remove isOptOutTest work-around 2021-08-04 10:44:00 +00:00
dartdevc [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
dartdevc_2 [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
ffi [VM] Moves FfiNative fields to function parent. 2021-08-09 09:13:38 +00:00
ffi_2 [vm] Remove --experimental-enable-isolate-groups-jit, only guard via --enable-isolate-groups 2021-07-16 09:13:28 +00:00
language analyzer: Rewrite function tearoff followed by a method call 2021-08-23 18:10:47 +00:00
language_2 analyzer: Rewrite function tearoff followed by a method call 2021-08-23 18:10:47 +00:00
lib Fix scope resolution of metadata on type parameters 2021-08-17 15:17:02 +00:00
lib_2 Fix scope resolution of metadata on type parameters 2021-08-17 15:17:02 +00:00
modular
standalone [VM/Runtime] Fix 'File' object leak in async file open operation 2021-08-23 20:57:48 +00:00
standalone_2 [VM/Runtime] Fix 'File' object leak in async file open operation 2021-08-23 20:57:48 +00:00
web Remove obsolete internal dart2js annotations 2021-08-04 23:27:18 +00:00
web_2 Remove obsolete internal dart2js annotations 2021-08-04 23:27:18 +00:00
legacy_status_dart2js.csv
README.md

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.