dart-sdk/tests
Alexander Aprelev 47f9067cad [io/unix-domain-sockets] Ensure that receiver closes received socket.
Leaving socket unclosed results in server still running, test timing out.

This is follow-up to https://dart.googlesource.com/sdk/+/935ee25f3b72e7fe81047220cadae1f61c505da4

Fixes https://github.com/dart-lang/sdk/issues/47415

TEST=unix_socket_test on dartk bots

Change-Id: Ic99cd382059b42b36c84bc1bce3441cc2fd3bd46
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/216061
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
2021-10-08 18:48:18 +00:00
..
co19 [co19_2] Status files updated 2021-09-27 10:27:42 +00:00
co19_2 [gardening] Disarm fork bomb in co19_2 tests in AOT configurations 2021-10-06 21:10:22 +00:00
corelib Remove references to dartfmt in various comments and docs. 2021-10-01 00:56:14 +00:00
corelib_2 Use interpolation in print and writeAll 2021-09-29 02:45:32 +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/ffi/test] Replaces FfiNative transform test with expect. 2021-10-06 10:40:16 +00:00
ffi_2 [test/ffi] Fix errors in tests 2021-09-28 13:17:01 +00:00
language [cfe] Refactor detection of instance type variable access in static context 2021-10-05 11:58:04 +00:00
language_2 [cfe] Refactor detection of instance type variable access in static context 2021-10-05 11:58:04 +00:00
lib [pkg:js] Add tests for @staticInterop annotation 2021-10-06 19:04:02 +00:00
lib_2 [pkg:js] Add tests for @staticInterop annotation 2021-10-06 19:04:02 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone [io/unix-domain-sockets] Ensure that receiver closes received socket. 2021-10-08 18:48:18 +00:00
standalone_2 [io/unix-domain-sockets] Ensure that receiver closes received socket. 2021-10-08 18:48:18 +00:00
web [dart2js] Improve type inference for createSentinel. 2021-09-13 21:59:20 +00:00
web_2 Remove obsolete internal dart2js annotations 2021-08-04 23:27:18 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +00:00
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.