dart-sdk/tests
William Hesse d6c9c9f8bf [test] Convert syntax_native_test to a static error test
Multitests of compile-time errors should be converted to static
error tests, so they don't run on runtime configurations.
Static error tests also test for all the static errors,
their positions, and error message, in a single test run.

This test is currently failing on the common front end,
and on all runtimes, and passing on the analyzer. The
change keeps the failure on common front end by adding
expectations for an error to be reported at the right places.

Bug: https://github.com/dart-lang/sdk/issues/54153
Change-Id: Ic64961f6e0e575ec60626d4f70a0fdc5d71d024e
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/363085
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: William Hesse <whesse@google.com>
Reviewed-by: Bob Nystrom <rnystrom@google.com>
2024-04-23 23:11:17 +00:00
..
co19 [ddc] Add configuration to compile with asserts 2024-04-04 14:40:30 +00:00
corelib [gardening] Fix corelib/weak_reference_test 2024-04-22 18:00:19 +00:00
dartdevc Revert "Tweak expect.dart library." 2024-04-09 18:10:57 +00:00
ffi [vm/ffi] Fix variadic arguments on MacOS Arm64 2024-04-17 15:42:16 +00:00
hot_reload [reload_test] Adding support for VM hot reload tests. 2024-04-07 16:39:49 +00:00
language [test] Convert syntax_native_test to a static error test 2024-04-23 23:11:17 +00:00
lib Revert "Tweak expect.dart library." 2024-04-09 18:10:57 +00:00
macro_build add package:_macros (SDK vendored) and package:macros (pub published) 2024-03-26 18:40:00 +00:00
modular Support prebuilt macros in the incremental compiler mode for DDC 2024-04-09 07:37:26 +00:00
standalone Revert "Tweak expect.dart library." 2024-04-09 18:10:57 +00:00
web [dart2wasm] Make commandline JS runner (run_wasm.js) initialize location.href 2024-04-19 12:40:23 +00:00
legacy_status_dart2js.csv
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.