dart-sdk/tests
Robert Nystrom 105a0f30d6 Migrate standalone tests off @compile-error.
The "@compile-error" comment is an old not-great way of defining static
error tests.

Note that the behavior of the code under test here had changed
significantly, but the test didn't catch it at all because
"@compile-error" is too coarse-grained.

See: https://github.com/dart-lang/sdk/issues/45634
Change-Id: I4b6c4e1fd36770e13f7b5ca100b42b0b8b2983ae
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/296121
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Jake Macdonald <jakemac@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
2023-04-19 14:17:39 +00:00
..
co19 [test] Introduce status variable $simulator, and fix some cases missing simarm_x64. 2023-04-04 03:10:26 +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 Add nonNulls, indexed and other extensions on iterables. 2023-04-04 23:05:54 +00:00
corelib_2 [test] Introduce status variable $simulator, and fix some cases missing simarm_x64. 2023-04-04 03:10:26 +00:00
dartdevc [flip-modifiers]: opt out failing ddc tests from class modifiers 2023-03-02 20:27:25 +00:00
dartdevc_2 [test_runner] Cleanup unused compiler names 2023-03-07 02:09:16 +00:00
ffi Reland "[vm] Expose Dart_{CurrentIsolate,ExitIsolate,EnterIsolate}" 2023-04-13 09:20:17 +00:00
ffi_2 Reland "[vm] Expose Dart_{CurrentIsolate,ExitIsolate,EnterIsolate}" 2023-04-13 09:20:17 +00:00
language [gardening] Skip test printing type names in obfuscate 2023-04-19 10:07:39 +00:00
language_2 [gardening] Skip test printing type names in obfuscate 2023-04-19 10:07:39 +00:00
lib [js] Restrict imports in strict mode. 2023-04-18 17:21:27 +00:00
lib_2 Revert "Reland "Fix bug in Completer.complete."" 2023-04-04 20:06:41 +00:00
modular [Reland][cfe] Support external constructor with final fields 2023-01-17 17:29:28 +00:00
standalone Migrate standalone tests off @compile-error. 2023-04-19 14:17:39 +00:00
standalone_2 Migrate standalone tests off @compile-error. 2023-04-19 14:17:39 +00:00
web Revert "Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations"" 2023-04-06 14:43:18 +00:00
web_2 Revert "Reland "[pkg:js/dart:js_interop] Move annotations to dart:_js_annotations"" 2023-04-06 14:43:18 +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.