dart-sdk/tests
Vyacheslav Egorov 71c9c2cd83 [vm] Remove support for non-bare AOT snapshots
Every AOT user out there has been using bare instructions mode
and continuing to maintaining non-bare instructions mode simply
adds costs (both in terms of time spent making changes to work
in a mode that is not used and CI resources spent on testing it).

This change removes FLAG_use_bare_instructions and changes the code
to assume that FLAG_precompiled_mode implies bare instructions.

TEST=ci

Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-linux-debug-x64-try,vm-kernel-precomp-linux-debug-x64c-try,vm-kernel-precomp-linux-product-x64-try,vm-kernel-precomp-dwarf-linux-product-x64-try,vm-kernel-precomp-obfuscate-linux-release-x64-try,app-kernel-linux-release-x64-try,app-kernel-linux-debug-x64-try
Change-Id: I5032b13bfcb613f79865f2cfa139cca8d1b42556
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/220964
Commit-Queue: Slava Egorov <vegorov@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2021-11-24 13:03:52 +00:00
..
co19 [co19] Status files updated according to Issue 523: tests which use mirrors moved to LibTest/mirrors 2021-10-14 08:30:25 +00:00
co19_2 [co19_2] Status files updated according to Issue 523: tests which use mirrors moved to LibTest/mirrors 2021-10-27 09:26:05 +00:00
corelib Don't assume that a stack overflow is an Error. 2021-11-10 21:36:13 +00:00
corelib_2 Don't assume that a stack overflow is an Error. 2021-11-10 21:36:13 +00:00
dartdevc [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
dartdevc_2 [ddc] Unify pkg:js types and allow subtyping between them 2021-07-30 00:33:54 +00:00
ffi [vm] Remove support for non-bare AOT snapshots 2021-11-24 13:03:52 +00:00
ffi_2 [vm] Remove support for non-bare AOT snapshots 2021-11-24 13:03:52 +00:00
language [vm] Remove support for non-bare AOT snapshots 2021-11-24 13:03:52 +00:00
language_2 [vm] Remove support for non-bare AOT snapshots 2021-11-24 13:03:52 +00:00
lib Expire experiments released in earlier stable versions. 2021-11-11 08:28:31 +00:00
lib_2 [vm/concurrency] Remove --(no-)enable-isolate-groups flag usage in tests 2021-11-04 18:57:21 +00:00
modular [ddc] Fix private class exposed by typedef 2021-04-05 18:54:56 +00:00
standalone Add a test where we attempt to rename a file. 2021-11-17 21:59:20 +00:00
standalone_2 Add a test where we attempt to rename a file. 2021-11-17 21:59:20 +00:00
web [dart2js] Add failing tests for #47691. 2021-11-18 20:37:36 +00:00
web_2 [dart2js] Add failing tests for #47691. 2021-11-18 20:37:36 +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.