dart-sdk/tests
Srujan Gaddam a6e8759888 [dart2wasm] Add concrete box and symbol for JSBoxedDartObject
The current implementation externalizes and internalizes the Dart
value instead of adding a box and using a runtime-specific symbol.
This makes the implementation consistent with the JS backends.

Change-Id: Iefa382f742bc819b18dfe27ca33741b12473ee39
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/347222
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
2024-01-23 23:39:49 +00:00
..
co19 [co19] Roll co19 to b5126f0bd51ea0819df8d5c362574f951a564940 2024-01-12 11:23:39 +00:00
corelib Update tests to pass in web/production mode. 2024-01-08 17:21:29 +00:00
dartdevc [ddc] Reset all initialized consts on hot restart 2024-01-22 23:25:18 +00:00
ffi Revert "[ffi]: Remove pointer elementAt method." 2024-01-22 12:20:48 +00:00
language Remove language tests that opt out of null safety 2024-01-23 18:23:32 +00:00
lib [dart2wasm] Add concrete box and symbol for JSBoxedDartObject 2024-01-23 23:39:49 +00:00
modular [tests] Add repro for cross module constant 2023-11-13 22:21:40 +00:00
standalone [io] Add tests for failure to resolve a path using FileSystemEntity.resolveSymbolicLinks. 2024-01-19 01:47:49 +00:00
web [dart2js] Ensure SSA builder doesn't omit casts with SNS checks enabled 2024-01-23 23:22:51 +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.