dart-sdk/tests
Vyacheslav Egorov 71dd8b3d16 [vm/io] Fix standalone/io/client_socket_add_destroy_no_error_test
The test was written in a way that let GC collect (and shutdown)
receiving end leading to EPIPE.

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

Fixed: 52654
Change-Id: I2100fee1498e80c6af65d570179d3335310696a4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/308340
Reviewed-by: Tess Strickland <sstrickl@google.com>
Commit-Queue: Tess Strickland <sstrickl@google.com>
2023-06-09 18:14:53 +00:00
..
co19 [ddc] Temporarily skip tests that timeout 2023-05-11 23:03:38 +00:00
co19_2 [test] Introduce status variable $simulator, and fix some cases missing simarm_x64. 2023-04-04 03:10:26 +00:00
corelib [test] Skip corelib tests relying on symbol names and stack traces in obfuscated and dwarf modes 2023-05-26 20:05:08 +00:00
corelib_2 [test] Skip corelib tests relying on symbol names and stack traces in obfuscated and dwarf modes 2023-05-26 20:05:08 +00:00
dartdevc [ddc] Implement new record types 2023-05-12 17:23:07 +00:00
dartdevc_2 [ddc] Implement new record types 2023-05-12 17:23:07 +00:00
ffi Reland "[vm] Migrate FFI callbacks to the new metadata system." 2023-06-06 02:07:58 +00:00
ffi_2 Reland "[vm] Migrate FFI callbacks to the new metadata system." 2023-06-06 02:07:58 +00:00
language [tests] Add void value in record regression test 2023-06-08 23:54:23 +00:00
language_2 Issue 51323. Don't parse RecordLiteral(s) before language 3.0 2023-05-26 18:22:34 +00:00
lib [dart:js_interop] Remove ObjectLiteral 2023-06-06 20:50:36 +00:00
lib_2 [dart:js_interop] Disallow external extension members with 'static' 2023-06-02 19:14:15 +00:00
modular [Reland][cfe] Support external constructor with final fields 2023-01-17 17:29:28 +00:00
standalone [vm/io] Fix standalone/io/client_socket_add_destroy_no_error_test 2023-06-09 18:14:53 +00:00
standalone_2 [vm/io] Fix standalone/io/client_socket_add_destroy_no_error_test 2023-06-09 18:14:53 +00:00
web [cfe] Fix constant subtyping to recursively check record with special JS number subtyping logic. 2023-06-07 20:11:37 +00:00
web_2 Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations" 2023-05-02 15:24:18 +00:00
legacy_status_dart2js.csv Spelling tests 2022-12-19 12:56:47 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +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.