dart-sdk/tests
Ömer Sinan Ağacan c7834b6764 [dart2wasm] Fix array.new_fixed calls with too large size
Currently `array.new_fixed` has the upper size limit of 10,000.

Larger arrays need to be initialized with `array.new` or
`array.new_default`.

We handle this correctly in constant list and strings, but we didn't
handle it in `WasmArray.literal` consturctor. This CL fixes it.

Fixes #55396.

Change-Id: Icc79a3596c8ff544464a0142f3e0c9c63e39f63f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/361780
Commit-Queue: Ömer Ağacan <omersa@google.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
2024-04-10 11:00:31 +00:00
..
co19 [ddc] Add configuration to compile with asserts 2024-04-04 14:40:30 +00:00
corelib Revert "Tweak expect.dart library." 2024-04-09 18:10:57 +00:00
dartdevc Revert "Tweak expect.dart library." 2024-04-09 18:10:57 +00:00
ffi Revert "Tweak expect.dart library." 2024-04-09 18:10:57 +00:00
hot_reload [reload_test] Adding support for VM hot reload tests. 2024-04-07 16:39:49 +00:00
language Use less static types, just check names and library URIs of declarations. 2024-04-09 19:56:01 +00:00
lib Revert "Tweak expect.dart library." 2024-04-09 18:10:57 +00:00
macro_build add package:_macros (SDK vendored) and package:macros (pub published) 2024-03-26 18:40:00 +00:00
modular Support prebuilt macros in the incremental compiler mode for DDC 2024-04-09 07:37:26 +00:00
standalone Revert "Tweak expect.dart library." 2024-04-09 18:10:57 +00:00
web [dart2wasm] Fix array.new_fixed calls with too large size 2024-04-10 11:00:31 +00:00
legacy_status_dart2js.csv Spelling tests 2022-12-19 12:56:47 +00:00
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.