dart-sdk/tests
Alexander Markov 882e3711ff [ffi/tests] Split large auto-generated tests into multiple tests
This change tries to avoid timeouts on debug/ia32 bots by replacing
each auto-generated

  tests/ffi{,_2}/function_structs_by_value_generated{,_leaf}_test.dart

with 3 separate tests.
Also, --optimization-counter-threshold is increased.

Fixes https://github.com/dart-lang/sdk/issues/48627
Issue: https://github.com/dart-lang/sdk/issues/45007

Change-Id: I8a9c72927d05a3da3da35a21e9ffba0f3bda2112
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/265021
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Alexander Markov <alexmarkov@google.com>
2022-10-20 22:08:53 +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 DateTime copyWith extension 2022-10-20 10:50:25 +00:00
corelib_2 DateTime copyWith extension 2022-10-20 10:50:25 +00:00
dartdevc Revert "Refactor _Future." 2022-06-09 16:51:55 +00:00
dartdevc_2 [ddc] Ensure status file entries are consistent 2022-08-08 17:23:50 +00:00
ffi [ffi/tests] Split large auto-generated tests into multiple tests 2022-10-20 22:08:53 +00:00
ffi_2 [ffi/tests] Split large auto-generated tests into multiple tests 2022-10-20 22:08:53 +00:00
language [vm] Better implementation of hashCode function. 2022-10-20 20:31:20 +00:00
language_2 [vm] Better implementation of hashCode function. 2022-10-20 20:31:20 +00:00
lib [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +00:00
lib_2 [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +00:00
modular [pkg:js] Disallow staticInterop generative constructors 2022-10-18 17:47:29 +00:00
standalone [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +00:00
standalone_2 [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +00:00
web [testing] Remove --compiler=none from test.py 2022-10-19 08:09:58 +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.