mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 15:17:07 +00:00
db64f9ecb2
I am trying to migrate all of the negative tests to something more precise. As far as I can tell, this test stopped being useful with Dart 2.0. Now that all compilation errors are reported eagerly, the file simply doesn't run at all. It's now just another test of an unresolved identifier. (This is a good example of *why* I want to get rid of negative tests. This test silently went from a desired runtime failure to a compile-time failure.) Change-Id: Iec3cdd32a15612c0760119e92d618e3a5ba1f5ec Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/125555 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Bob Nystrom <rnystrom@google.com> Auto-Submit: Bob Nystrom <rnystrom@google.com> |
||
---|---|---|
.. | ||
angular | ||
co19_2 | ||
compiler | ||
corelib | ||
corelib_2 | ||
dart | ||
ffi | ||
kernel | ||
language | ||
language_2 | ||
lib | ||
lib_2 | ||
modular | ||
search | ||
standalone | ||
standalone_2 | ||
legacy_status_dart2js.csv | ||
light_unittest.dart | ||
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.