dart-sdk/tests
Robert Nystrom db64f9ecb2 Delete standalone_2/io/process_exit_negative_test.dart.
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>
2019-11-19 18:23:30 +00:00
..
angular
co19_2 [co19] Rename status file to co19_2-co19.status 2019-11-19 16:17:10 +00:00
compiler Reland "[cfe] Use StaticTypeContext for getStaticType" and more" 2019-11-16 05:50:58 +00:00
corelib Set up new test suites for migrating the tests to NNBD. 2019-11-19 00:18:43 +00:00
corelib_2 [vm] DBC is obsolete. Remove dead code. 2019-10-27 18:18:29 +00:00
dart
ffi [vm] Add NativePort static extension to dart:ffi 2019-10-31 15:00:03 +00:00
kernel Remove the old "preview Dart 2" flags from the test runner. 2019-09-05 16:59:43 +00:00
language Migrate some negative tests to static error tests. 2019-11-19 17:37:19 +00:00
language_2 Migrate some negative tests to static error tests. 2019-11-19 17:37:19 +00:00
lib Set up new test suites for migrating the tests to NNBD. 2019-11-19 00:18:43 +00:00
lib_2 [test] Explicitly mark streamed_conversion_json_utf8_decode_test as slow in reload test modes. 2019-11-16 01:14:28 +00:00
modular Handle exported extensions in dill library builder 2019-10-09 18:48:54 +00:00
search
standalone Delete standalone_2/io/process_exit_negative_test.dart. 2019-11-19 18:23:30 +00:00
standalone_2 Delete standalone_2/io/process_exit_negative_test.dart. 2019-11-19 18:23:30 +00:00
legacy_status_dart2js.csv [infra] Remove non-essential test expectations with comments from general status files 2019-10-01 06:18:59 +00:00
light_unittest.dart
README.md Update tests/README to point to new doc. 2019-08-06 22:19:42 +00:00

This directory contains tests of the language and core library implementations. For more information, see https://github.com/dart-lang/sdk/wiki/Testing.