dart-sdk/tests
Samir Jindel bc16959fc7 Reland "[vm/ffi] Dispatch native callbacks through trampolines if we can't ensure callbacks will always be executable."
The original revision is in patchset 1.

Three bugs are fixed:

1. Fix SIMARM_X64 build: no need to generate trampolines for AOT or simulated JIT.
2. Hot-reload: Fix hot-reload: don't invalidate Code for force-optimized functions.
3. Windows: Provide shadow space to runtime routines.

Cq-Include-Trybots: luci.dart.try:vm-kernel-precomp-mac-debug-simarm_x64-try,vm-kernel-precomp-mac-release-simarm_x64-try,vm-kernel-reload-linux-debug-x64-try,vm-kernel-reload-rollback-linux-debug-x64-try,vm-kernel-win-debug-ia32-try,vm-kernel-win-debug-x64-try,vm-kernel-win-release-ia32-try,vm-kernel-win-release-x64-try
Change-Id: I326009cfacb51a84e9de4ddf9ff2d6d415460f91
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/113829
Commit-Queue: Samir Jindel <sjindel@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2019-08-21 13:33:37 +00:00
..
angular
co19_2 [infra] Remove non-essential test expectations from kernel status files 2019-08-21 10:37:45 +00:00
compiler [dart2js] Add 'any' to DartType. 2019-08-20 22:18:43 +00:00
corelib_2 [infra] Clean up general status files 2019-08-21 09:18:34 +00:00
dart
ffi Reland "[vm/ffi] Dispatch native callbacks through trampolines if we can't ensure callbacks will always be executable." 2019-08-21 13:33:37 +00:00
kernel [infra] Remove non-essential test expectations from kernel status files 2019-08-21 10:37:45 +00:00
language_2 [infra] Remove non-essential test expectations from kernel status files 2019-08-21 10:37:45 +00:00
lib_2 [infra] Remove non-essential test expectations from kernel status files 2019-08-21 10:37:45 +00:00
modular [ddc] Merge modular/issue37523 test into modular/nested_constants test 2019-08-09 17:33:44 +00:00
search
standalone [VM-Runtime] set environment when creating detached process 2019-03-12 21:09:35 +00:00
standalone_2 [infra] Remove non-essential test expectations from kernel status files 2019-08-21 10:37:45 +00:00
light_unittest.dart
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.