dart-sdk/tests
Nicholas Shahan 685af7552d [ddc] Unskip tests on canary configs
Now that the canary configurations are more reliable we can start
running these tests again. They were originally skipped when the
async implementation in the new type system was not working correctly.

The `web/async_stacktrace_test` has actually been timing out in the
stable configs as well. The timeout is consistent and reproducible
locally so I'm filing a new issue and skipping it on all DDC configs
for now.

Fixes: https://github.com/dart-lang/sdk/issues/50666
Issue: https://github.com/dart-lang/sdk/issues/53555
Change-Id: I7306ba66afe595fb213f06c0ad884d376240addc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326721
Reviewed-by: Mark Zhou <markzipan@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
2023-09-19 20:59:33 +00:00
..
co19 [ddc] Unskip tests on canary configs 2023-09-19 20:59:33 +00:00
co19_2 [test] Introduce status variable $simulator, and fix some cases missing simarm_x64. 2023-04-04 03:10:26 +00:00
corelib [vm, lib] Fix out-of-bounds access in BigInt.>>. 2023-09-11 21:05:38 +00:00
corelib_2 [dart2js] Add Dart web speciailized expectation helpers. 2023-08-11 20:59:30 +00:00
dartdevc [ddc, dart2js] Add results cache to isSubtype 2023-09-08 18:39:53 +00:00
dartdevc_2 [ddc] Seal the native Object prototype in test infra 2023-08-10 19:45:59 +00:00
ffi [vm/ffi] MSAN instrument StoreIndexedInstr x64 2023-09-19 16:51:30 +00:00
ffi_2 [infra] Make the sanitizer a first-class status variable. 2023-07-10 17:46:31 +00:00
language [ddc] Unskip tests on canary configs 2023-09-19 20:59:33 +00:00
language_2 Fix incorrect file reference in license headers 2023-09-18 06:44:08 +00:00
lib [ddc] Unskip tests on canary configs 2023-09-19 20:59:33 +00:00
lib_2 Reland "[dart:js_interop] Re-enable type checks on external APIs" 2023-09-18 19:53:40 +00:00
modular Fix incorrect file reference in license headers 2023-09-18 06:44:08 +00:00
standalone [vm] Disable dart:cli waitFor by default 2023-09-14 10:08:29 +00:00
standalone_2 [vm] Disable dart:cli waitFor by default 2023-09-14 10:08:29 +00:00
web [ddc] Unskip tests on canary configs 2023-09-19 20:59:33 +00:00
web_2 Fix incorrect file reference in license headers 2023-09-18 06:44:08 +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.