dart-sdk/tests
David Morgan a5bf30c401 Revert "Fail synchronously if null is passed as an error to async APIs."
This reverts commit bef363bfb7.

Reason for revert: Breaks google3 tests, see b/151204525.

Original change's description:
> Fail synchronously if null is passed as an error to async APIs.
> 
> The first patchset is Lasse's original changes.
> 
> Change-Id: Ic5f24bcfc0ef4e82edee68d61e015b095cb5916e
> Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138605
> Reviewed-by: Leaf Petersen <leafp@google.com>

TBR=leafp@google.com,rnystrom@google.com

Change-Id: Ie17c35e9d23c70a7aecd1ef292962154cf6f007d
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/138925
Reviewed-by: David Morgan <davidmorgan@google.com>
Commit-Queue: David Morgan <davidmorgan@google.com>
2020-03-11 10:07:49 +00:00
..
angular
co19
co19_2 [nnbd] skip runes tests that are no longer valid 2020-03-03 16:16:21 +00:00
compiler [ddc] cleanup: use Never direclty in nnbd tests 2020-03-10 19:13:33 +00:00
corelib [VM/nnbd] Implement pre-nnbd language changes (see lang/#807). 2020-02-26 21:32:51 +00:00
corelib_2 [nnbd] skip runes tests that are no longer valid 2020-03-03 16:16:21 +00:00
dart
ffi [Cleanup] Removes deprecated --enable-inlining-annotations; updates annotation. 2020-02-25 12:09:10 +00:00
ffi_2 [vm/ffi] Change asFunction and lookFunction to extension methods 2020-02-14 15:46:37 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language Include additional analyzer errors in language/nnbd/syntax/class_member_declarations_error_test 2020-03-11 00:45:41 +00:00
language_2 [cfe] Allow uninitialized non-nullable late fields 2020-03-03 09:50:27 +00:00
lib Improve asynchronous test failures and async_minitest. 2020-03-11 01:12:48 +00:00
lib_2 Revert "Fail synchronously if null is passed as an error to async APIs." 2020-03-11 10:07:49 +00:00
modular [CFE] Use package config v2 2020-02-12 10:07:25 +00:00
search
standalone [vm, gc] Fix a lock order inversion detected by TSAN. 2020-03-03 18:30:23 +00:00
standalone_2 delete packageRoot support in test runner package, migrate to package_config from package_resolver 2020-03-04 20:15:19 +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.