dart-sdk/tests
Ryan Macnak c1e67ac84f [vm] Recognize unmodifiable typed data views.
These types now work with Dart_TypedDataAcquireData.

The presence of these types no longer degrades the performance of typed data indexed loads.

The presence of these types degrades the performance of typed data indexed stores much less. The performance of indexed stores is somewhat regressed if these types were not used.

TEST=ci
Bug: https://github.com/dart-lang/sdk/issues/32028
Bug: https://github.com/dart-lang/sdk/issues/40924
Bug: https://github.com/dart-lang/sdk/issues/42785
Change-Id: Iffad865708501acf96db418985cd5a69bd9afa55
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/254501
Reviewed-by: Martin Kustermann <kustermann@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2022-08-11 18:10:48 +00:00
..
co19 [co19] Enable fixed tests in the co19 .status file 2022-08-11 13:22:52 +00:00
co19_2 [infra] Add missing parenthesis in co19 update scripts 2022-07-25 14:14:59 +00:00
corelib [ddc] Ensure status file entries are consistent 2022-08-08 17:23:50 +00:00
corelib_2 Fixed various typos in a lot of files 2022-07-25 12:21:59 +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 [vm/ffi] NativeFieldWrapper FfiNative check receivers for nullptr 2022-08-11 17:39:57 +00:00
ffi_2 Fixed various typos in a lot of files 2022-07-25 12:21:59 +00:00
language [test] Remove obsolete Skips from status files 2022-08-11 08:41:05 +00:00
language_2 [vm/compiler] Avoid adding the same ConstantInstr both to GraphEntry and FunctionEntry initial definitions 2022-08-09 13:58:52 +00:00
lib [vm] Recognize unmodifiable typed data views. 2022-08-11 18:10:48 +00:00
lib_2 [vm] Recognize unmodifiable typed data views. 2022-08-11 18:10:48 +00:00
modular [package:js] Add static interop stub for outlines 2022-06-17 19:58:49 +00:00
standalone Fixed various typos in a lot of files 2022-07-25 12:21:59 +00:00
standalone_2 Fixed various typos in a lot of files 2022-07-25 12:21:59 +00:00
web [dart2js] Handle private names correctly in K/J-model 2022-08-11 06:56:32 +00:00
web_2 [dart2js] Handle private names correctly in K/J-model 2022-08-11 06:56:32 +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.