dart-sdk/tests
Robert Nystrom d6fed1f624 Add support for web static error tests to TestFile and StaticError.
This enables parsing and validation for tests that contain:

    //     ^^^
    // [web] Some web-specific error.

This doesn't run those tests on DDC and dart2js yet, and the test
updating tool doesn't handle web tests yet. I'll do those in follow-up
patches.

Change-Id: Id06397a20a06c00e48801a16c01d5878e0264f6b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/146462
Commit-Queue: Bob Nystrom <rnystrom@google.com>
Reviewed-by: Srujan Gaddam <srujzs@google.com>
Auto-Submit: Bob Nystrom <rnystrom@google.com>
2020-05-13 01:06:14 +00:00
..
co19 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
compiler [dart2js] Fix cfe_constant_evaluation_test for nnbd. 2020-05-12 23:43:09 +00:00
corelib [corelib] Fix for BigInt.toDouble() crash 2020-05-09 00:22:16 +00:00
corelib_2 [corelib] Fix for BigInt.toDouble() crash 2020-05-09 00:22:16 +00:00
ffi [Cleanup] Removes deprecated --enable-inlining-annotations; updates annotation. 2020-02-25 12:09:10 +00:00
ffi_2 [vm] Address TSAN errors in FFI tests. 2020-03-23 21:19:36 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language Migrate language_2/generic to NNBD. 2020-05-13 01:00:35 +00:00
language_2 Add support for web static error tests to TestFile and StaticError. 2020-05-13 01:06:14 +00:00
lib [dart:html] Unsuppress MediaDevices.getUserMedia 2020-05-12 16:59:49 +00:00
lib_2 [dart:html] Unsuppress MediaDevices.getUserMedia 2020-05-12 16:59:49 +00:00
modular [ddc] Run modular test suite in weak mode 2020-04-08 18:25:14 +00:00
standalone [dart:io] serialize UnmodifiableListView to Uint8List for file write 2020-05-12 00:19:01 +00:00
standalone_2 [dart:io] serialize UnmodifiableListView to Uint8List for file write 2020-05-12 00:19:01 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +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.