dart-sdk/tests
Moritz a3568286ff Adding the resource-identifier functionality from the compiler to the
vm.

This identifies all calls to static methods annotated with
`@ResourceIdentifier`, collects the constant arguments passed to the
method, and writes the results into a file.

The purpose of this feature is to be able to pass the recorded
information to packages in a post-compilation step, allowing them to
remove or modify assets based on the actual usage in the code prior to
bundling in the final application.

Tested: pkg/vm/test/transformations/resource_identifier_test.dart
Change-Id: I58cb313b66ee23c1d154dcc242547723a1ced359
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/329961
Commit-Queue: Moritz Sümmermann <mosum@google.com>
Reviewed-by: Nate Bosch <nbosch@google.com>
2023-11-21 15:05:35 +00:00
..
co19 [tests] Skip multiple html and co19/html tests. 2023-11-10 01:20:39 +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 [cleanup] Remove references to "nnbd" from FFI test generator 2023-11-21 09:03:19 +00:00
language Use OWNERS files to restrict editing of tests/language to language team. 2023-11-16 18:18:00 +00:00
language_2 Remove the legacy "_2" tests. \o/ 2023-11-17 20:17:23 +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.