dart-sdk/tests
Ryan Macnak ae13d34299 [test] Avoid tests fighting over the default service port.
With no argument, --enable-vm-service and --observe default to port 8181. Passing 0 means to take any available port. If two tests try to use the default port at the same time, one will fail to bind that port.

TEST=ci
Change-Id: Ib7615911db9fb9ab037de1efdd4918b54f59d9e5
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/268840
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2022-11-10 17:28:48 +00:00
..
co19 [co19] RawDatargamSocket tests enabled 2022-10-11 02:42:00 +00:00
co19_2 [co19] RawDatargamSocket tests enabled 2022-10-11 02:42:00 +00:00
corelib Deprecate checkValidIndex and avoid using it in the core library. 2022-11-08 19:02:35 +00:00
corelib_2 Deprecate checkValidIndex and avoid using it in the core library. 2022-11-08 19:02:35 +00:00
dartdevc Fix stack overflow in mixin application from separate library 2022-11-04 21:25:08 +00:00
dartdevc_2 Fix stack overflow in mixin application from separate library 2022-11-04 21:25:08 +00:00
ffi [test] Avoid tests fighting over the default service port. 2022-11-10 17:28:48 +00:00
ffi_2 [test] Avoid tests fighting over the default service port. 2022-11-10 17:28:48 +00:00
language [cfe] Add initial parser support for sealed classes. 2022-11-09 17:39:59 +00:00
language_2 [cfe] Include import paths in error for unavailable dart: libraries 2022-11-08 14:54:17 +00:00
lib [vm] Stricter checks when sending isolate messages between groups. 2022-10-28 19:18:51 +00:00
lib_2 [vm] Stricter checks when sending isolate messages between groups. 2022-10-28 19:18:51 +00:00
modular [pkg:js] Enable modular compilation for exports 2022-10-26 16:34:38 +00:00
standalone [test] Avoid tests fighting over the default service port. 2022-11-10 17:28:48 +00:00
standalone_2 [test] Avoid tests fighting over the default service port. 2022-11-10 17:28:48 +00:00
web [ffi] Convert ABI-specific integers to fixed-width integers when doing wasm FfiNative transformation. 2022-11-08 22:16:28 +00:00
web_2 [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +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.