dart-sdk/tests
Sigmund Cherem 8d0b898d91 [tests][web-fixit] make int_modulo_arith_test aware of production mode.
The `gcd` method has a parameter of type `int`, when trusting
type annotations, we don't validate that the parameter is not
a `double`.

This change guards against this scenario and makes this test pass in
dart2js-production-linux-d8.

Change-Id: I70ab76b5b389d33c316b625ebb6188959a1ae949
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/335620
Reviewed-by: Stephen Adams <sra@google.com>
Commit-Queue: Sigmund Cherem <sigmund@google.com>
2023-11-13 20:13:04 +00:00
..
co19 [tests] Skip multiple html and co19/html tests. 2023-11-10 01:20:39 +00:00
co19_2 [tests] Skip multiple html and co19/html tests. 2023-11-10 01:20:39 +00:00
corelib [tests][web-fixit] make int_modulo_arith_test aware of production mode. 2023-11-13 20:13:04 +00:00
corelib_2 [dart2js] Add Dart web speciailized expectation helpers. 2023-08-11 20:59:30 +00:00
dartdevc [test,ddc] Update library test to use static method 2023-11-10 20:39:00 +00:00
dartdevc_2 [test,ddc] Update library test to use static method 2023-11-10 20:39:00 +00:00
ffi [vm] Mark NativeFieldWrapperClasses as base 2023-10-31 10:23:12 +00:00
ffi_2 [vm, ffi] Round up checking for registers for small structs. 2023-10-17 23:01:17 +00:00
language [tests] Mark closure/cycles_test as slow on chrome, skip on firefox. 2023-11-08 18:43:51 +00:00
language_2 [analyzer] Issue 53927: Disallow final fields to be used in a const context. 2023-11-02 20:46:20 +00:00
lib [dart2wasm|js] Add element size tests for typed array to JS conversions 2023-11-10 21:25:25 +00:00
lib_2 [tests] Skip multiple html and co19/html tests. 2023-11-10 01:20:39 +00:00
modular Fix incorrect file reference in license headers 2023-09-18 06:44:08 +00:00
standalone Call the HttpClient constructor when connecting a WebSocket to allow HttpOverrides to work. 2023-11-13 19:46:09 +00:00
web [dart2js] Fix list tracing treating first/last setters as type preserving. 2023-11-08 03:50:21 +00:00
web_2 [web] fix improperly migrated tests. 2023-10-25 15:37:50 +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.