dart-sdk/tests
Daco Harkes 29a3e27e6f [tests/ffi] Switch over Android & QEMU to nnbd tests
This CL switches over the bots that are manually configured to
run the `ffi_2` test suite to the `ffi` test suite instead.
This changes these tests from legacy to nnbd mode.
The suites being converted are the Android and QEMU FFI tests.

This CL does _not_ switch over the bots that run the default suites.

This CL also skips all FFI tests that use the Dart API symbols on
Windows precompiled. These tests will never work in that mode and
should be skipped instead.

Analysis of FFI test bots: go/dart-ffi-legacy-test-turndown

Bug: https://github.com/dart-lang/sdk/issues/50633

Change-Id: I4e21ad5a036b83d8240fc662ed1c159305f2e297
Cq-Include-Trybots: luci.dart.try:vm-ffi-android-debug-arm-try,vm-ffi-android-debug-arm64c-try,vm-ffi-android-product-arm-try,vm-ffi-android-product-arm64c-try,vm-ffi-android-release-arm-try,vm-ffi-android-release-arm64c-try,vm-precomp-ffi-qemu-linux-release-arm-try,vm-precomp-ffi-qemu-linux-release-riscv64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/277521
Commit-Queue: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Jonas Termansen <sortie@google.com>
2022-12-27 15:18:59 +00:00
..
co19 [dart2wasm] Re-enable async tests that no longer time out 2022-12-08 13:43:41 +00:00
co19_2 [Dart 3.0 alpha] Fix some test issues (legacy mode argument not passed in) 2022-12-06 19:34:47 +00:00
corelib Spelling tests 2022-12-19 12:56:47 +00:00
corelib_2 Spelling tests 2022-12-19 12:56:47 +00:00
dartdevc Don't mutate argument to dart:developer's postEvent. 2022-12-22 23:10:13 +00:00
dartdevc_2 Don't mutate argument to dart:developer's postEvent. 2022-12-22 23:10:13 +00:00
ffi [tests/ffi] Switch over Android & QEMU to nnbd tests 2022-12-27 15:18:59 +00:00
ffi_2 [test/ffi] Free pointer allocated via malloc 2022-12-13 16:41:47 +00:00
language [analyzer/cfe] Use the 'class-modifiers' flag for the 'mixin' class modifier. 2022-12-22 17:49:58 +00:00
language_2 [dart2wasm] Emit closures and contexts for subexpressions of asserts. 2022-12-22 16:27:39 +00:00
lib Don't mutate argument to dart:developer's postEvent. 2022-12-22 23:10:13 +00:00
lib_2 Don't mutate argument to dart:developer's postEvent. 2022-12-22 23:10:13 +00:00
modular [pkg:js] Enable modular compilation for exports 2022-10-26 16:34:38 +00:00
standalone [io] Remove incorrect docs that listSupport is not available on Android. 2022-12-21 00:23:02 +00:00
standalone_2 [io] Remove incorrect docs that listSupport is not available on Android. 2022-12-21 00:23:02 +00:00
web [dart2js] Add priority to dartDeferredLibraryLoader hook. 2022-12-20 15:39:09 +00:00
web_2 Spelling tests 2022-12-19 12:56:47 +00:00
legacy_status_dart2js.csv Spelling tests 2022-12-19 12:56:47 +00:00
OWNERS [infra] Add OWNERS to the Dart SDK 2022-02-14 14:06:34 +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.