dart-sdk/tests
Ryan Macnak c0a936868b [vm, ffi] Round up checking for registers for small structs.
This fixes an edge case on all ARM64 ABIs, when there is only one argument register remaining and the next argument is a 9-16 byte struct.

TEST=ci
Bug: https://github.com/dart-lang/sdk/issues/52644
Change-Id: I40d962e6d1b3484dbfcf91f5d6baca0bfec76056
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/330161
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2023-10-17 23:01:17 +00:00
..
co19 [co19] Roll co19 to 6ec024498b3546c775b65cd2d964eb3c6ff0fb2f 2023-09-29 13:59:53 +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 [vm, lib] Fix out-of-bounds access in BigInt.>>. 2023-09-11 21:05:38 +00:00
corelib_2 [dart2js] Add Dart web speciailized expectation helpers. 2023-08-11 20:59:30 +00:00
dartdevc [cfe] Introduce StructuralParameters 2023-09-25 10:44:41 +00:00
dartdevc_2 [cfe] Introduce StructuralParameters 2023-09-25 10:44:41 +00:00
ffi [vm, ffi] Round up checking for registers for small structs. 2023-10-17 23:01:17 +00:00
ffi_2 [vm, ffi] Round up checking for registers for small structs. 2023-10-17 23:01:17 +00:00
language Front end: fix "why not promoted" messages for field promotion and mixins. 2023-10-13 17:17:49 +00:00
language_2 [test] Remove ARM64-specific status entries. 2023-10-09 19:30:29 +00:00
lib [dart2js] Disable Timeline is performance.measure is absent 2023-10-17 20:23:43 +00:00
lib_2 [test] Remove ARM64-specific status entries. 2023-10-09 19:30:29 +00:00
modular Fix incorrect file reference in license headers 2023-09-18 06:44:08 +00:00
standalone Adds tests and documentation for print line ending behavior 2023-10-17 22:10:38 +00:00
standalone_2 [test] Remove ARM64-specific status entries. 2023-10-09 19:30:29 +00:00
web [tests] Cleanup .__proto__ use in native tests 2023-10-11 20:37:57 +00:00
web_2 Fix incorrect file reference in license headers 2023-09-18 06:44:08 +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.