dart-sdk/tests
Srujan Gaddam 0764c70cd9 [dart:html] Remove nullability from CssClassSet funcs
Pre-nnbd, add and toggle were allowed to return null, but with the
change in the Set interface, they must return a non-nullable bool.

Change-Id: I1dfcb43d8c816f46f847d22d6f62507c6a77e4a4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/141500
Commit-Queue: Srujan Gaddam <srujzs@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2020-04-02 19:29:09 +00:00
..
co19 [infra] Delete approve_results. 2020-03-25 10:27:40 +00:00
co19_2 [infra] Delete approve_results. 2020-03-25 10:27:40 +00:00
compiler [ddc] Prep variance tests for unfork changes 2020-04-01 17:34:47 +00:00
corelib [tests] adjust error_stack_trace2_test to work also for DDC. 2020-04-02 18:25:29 +00:00
corelib_2 [tests] Clean up List constructor usage and unused multi-test 2020-04-01 00:03:46 +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/covariant_override to NNBD. 2020-04-02 19:04:39 +00:00
language_2 [cfe] Pass typeArguments from parser 2020-04-01 16:57:15 +00:00
lib [test] Update use of Null as a bottom type to Never. 2020-03-27 19:49:22 +00:00
lib_2 [dart:html] Remove nullability from CssClassSet funcs 2020-04-02 19:29:09 +00:00
modular [CFE] Use package config v2 2020-02-12 10:07:25 +00:00
standalone [nnbd/lib] Fix some more strong mode tests 2020-04-02 17:18:44 +00:00
standalone_2 [dart:_http] Fix HeaderValue.parse if valueSeparator is parameterSeparator. 2020-03-31 12:46:30 +00:00
legacy_status_dart2js.csv Disallow non-external generative JS constructors 2020-03-06 17:06: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.