dart-sdk/tests
Liam Appelbe 6bd220f556 Reland "[vm] Fix some Fuchsia tests"
This reverts commit 17faf89d02.

The fix is in eventhandler_fuchsia.cc. Rather than changing the
condition on line 401, I've just weakened the assert.

Change-Id: Ia6b1f35e479e4b2fdf1adc77e9513551221a7696
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/157564
Reviewed-by: Zach Anderson <zra@google.com>
Commit-Queue: Liam Appelbe <liama@google.com>
2020-08-06 21:29:29 +00:00
..
co19 [co19] LibTest/core tests enabled 2020-08-05 11:10:33 +00:00
co19_2 [co19] Re-enable tests skipped due to breaking change #40674 2020-05-12 14:51:19 +00:00
corelib Move codes from StaticTypeWarningCode into CompileTimeErrorCode. 2020-07-27 16:44:15 +00:00
corelib_2 [vm] Reland "Remove non-covariant checks from closure bodies (part 1)" 2020-07-21 10:00:41 +00:00
dart2js [dart2js] Fix missing braces in 2020-07-31 14:59:00 +00:00
dart2js_2 [dart2js] Fix missing braces in 2020-07-31 14:59:00 +00:00
dartdevc [ddc] Migrate tests in dartdevc suite 2020-07-15 00:16:03 +00:00
dartdevc_2 [ddc] Migrate tests in dartdevc suite 2020-07-15 00:16:03 +00:00
ffi [vm/ffi] Clarify DynamicLibrary.open behavior 2020-07-31 15:15:20 +00:00
ffi_2 [vm/ffi] Clarify DynamicLibrary.open behavior 2020-07-31 15:15:20 +00:00
kernel [VM] Fixes bad reuse/typing of temps in async transform invocations. 2020-03-06 12:20:45 +00:00
language [vm/compiler] Fix lazy deopt from LoadField 2020-08-06 15:45:24 +00:00
language_2 Remove 'checked mode' from checked_mode_compile_time_errors 2020-07-31 19:20:58 +00:00
lib [dart2js] Update lib/html/js_typed_interop_type_test to use external 2020-08-06 20:48:29 +00:00
lib_2 [dart2js] Skip js interop test on csp config 2020-07-31 19:29:03 +00:00
modular [dart2js] Fix bug in modular_test_suite. 2020-05-28 21:30:36 +00:00
standalone [dart:io] Disable isInsecureConnectionAllowed check as it broken 2020-07-31 16:45:00 +00:00
standalone_2 Reland "[vm] Fix some Fuchsia tests" 2020-08-06 21:29:29 +00:00
legacy_status_dart2js.csv [dart2js] Remove obsolete unittests. 2020-05-12 17:16:39 +00:00
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.