dart-sdk/tests
Vyacheslav Egorov af0670c174 [tests] Tweak ffi/unaligned_test to reflect decision made in #45009
Skip float and double access tests on ARM because they will
always trigger alignment traps. These traps might or might not
be hidden from the user depending on the specific OS configuration,
e.g. many Linux distrubutions choose to perform fixup in the kernel,
but Android disables that. Similarly there is a difference in QEMU
behavior depending on QEMU version.

Change-Id: Idca9553486e0f479ec1a32c25131d3d1bd4ef74d
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/338140
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Auto-Submit: Slava Egorov <vegorov@google.com>
2023-11-24 11:17:03 +00:00
..
co19 [cleanup] Remove co19_2 and other references to _2 suites 2023-11-22 11:15:57 +00:00
co19_2 Adding the resource-identifier functionality from the compiler to the 2023-11-21 15:05:35 +00:00
corelib String.fromCharCodes allows start and end after end of iterable. 2023-11-17 13:34:22 +00:00
dartdevc [test,ddc] Update library test to use static method 2023-11-10 20:39:00 +00:00
ffi [tests] Tweak ffi/unaligned_test to reflect decision made in #45009 2023-11-24 11:17:03 +00:00
language Use OWNERS files to restrict editing of tests/language to language team. 2023-11-16 18:18:00 +00:00
lib [cfe] Make extension type non-nullable only if it implements Object 2023-11-15 14:02:35 +00:00
modular [tests] Add repro for cross module constant 2023-11-13 22:21:40 +00:00
standalone Revert "Call the HttpClient constructor when connecting a WebSocket to allow HttpOverrides to work." 2023-11-14 16:32:50 +00:00
web [dart2js] Fix list tracing treating first/last setters as type preserving. 2023-11-08 03:50:21 +00:00
legacy_status_dart2js.csv
OWNERS
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.