dart-sdk/tests
Aske Simon Christensen de3cec3a47 Make hashcode override test throw instead of looping indefinitely.
This achieves the same thing (test that `hashCode` is not called), but
avoids a costly timeout on failure. This drastically cuts down the total
testing time for the language and corelib suites for dart2wasm (which
intends not to implement a special case here, since it is going to be
illegal in the future anyway).

Change-Id: I040925ebd8271a5816c81bc16484c0a96626857d
Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-linux-debug-x64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/244061
Commit-Queue: Aske Simon Christensen <askesc@google.com>
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Lasse Nielsen <lrn@google.com>
2022-05-11 11:48:26 +00:00
..
co19 Skip co19/LanguageFeatures/Enhanced-Enum/grammar_A07_t01 on the web 2022-04-05 19:54:13 +00:00
co19_2 [infra] Stop manually creating co19 cipd packages. 2022-03-28 14:01:37 +00:00
corelib Fix bug in Duration.toString. 2022-04-25 14:37:42 +00:00
corelib_2 Fix bug in Duration.toString. 2022-04-25 14:37:42 +00:00
dartdevc [ddc] Avoid emitting dead branches in conditionals 2022-05-03 20:17:44 +00:00
dartdevc_2 [vm] Expose whether extension stream has listeners, guard postEvent 2022-04-26 07:53:43 +00:00
ffi [vm/ffi] Add Char C type 2022-03-28 09:46:56 +00:00
ffi_2 [vm/ffi] Add Char C type 2022-03-28 09:46:56 +00:00
language Make hashcode override test throw instead of looping indefinitely. 2022-05-11 11:48:26 +00:00
language_2 Make hashcode override test throw instead of looping indefinitely. 2022-05-11 11:48:26 +00:00
lib [vm/simd] Add Float64x2 clamp simd implementation 2022-05-10 04:56:25 +00:00
lib_2 [vm/simd] Add Float64x2 clamp simd implementation 2022-05-10 04:56:25 +00:00
modular [dart2js] Fix bug in impact data serialization. 2022-05-10 03:34:13 +00:00
standalone Remove trailing null char from IOOverrides.fseGetType 2022-05-02 21:16:20 +00:00
standalone_2 Remove trailing null char from IOOverrides.fseGetType 2022-05-02 21:16:20 +00:00
web [dart2js] Add regression test for https://dart-review.googlesource.com/c/sdk/+/225320 2022-05-10 22:56:23 +00:00
web_2 [dart2js] Fix deferred load URI when baseUrl has a single path segment 2022-04-22 21:33:10 +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.