dart-sdk/tests/ffi
Samir Jindel f03ddc496b [vm/ffi] Don't make force-optimized code masquerade as unoptimized code.
Instead, we set a bit on force-optimized code so that deoptimization knows to skip it and exception
handling will execute catch-entry moves.

In addition we don't throw away deoptimization info for these codes, so that exception handling
works.

Bug: dartbug.com/37311
Change-Id: If5bcff41a98c0053c581648a9ee22b3302ceea04
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/106740
Commit-Queue: Samir Jindel <sjindel@google.com>
Reviewed-by: Martin Kustermann <kustermann@google.com>
2019-06-24 15:25:53 +00:00
..
coordinate.dart
coordinate_bare.dart
coordinate_manual.dart
cstring.dart
data_not_asan_test.dart
data_test.dart
dylib_utils.dart
dynamic_library_test.dart [vm/ffi] DynamicLibrary.handle 2019-06-24 09:29:54 +00:00
enable_ffi_test.dart [vm/ffi] Support FFI on ARM32. 2019-04-10 13:15:16 +00:00
enable_structs_test.dart [vm/ffi] Lock out structs on 32-bit platforms. 2019-04-01 10:30:58 +00:00
ffi.status Normalize status files 2019-06-19 23:04:01 +00:00
ffi_test_helpers.dart [vm/ffi] Regression test for dartbug.com/37133 2019-06-17 10:47:00 +00:00
function_callbacks_test.dart [vm/ffi] Regression test for dartbug.com/37133 2019-06-17 10:47:00 +00:00
function_gc_test.dart [vm/ffi] Regression test for dartbug.com/37133 2019-06-17 10:47:00 +00:00
function_structs_test.dart
function_test.dart [vm/ffi] Don't make force-optimized code masquerade as unoptimized code. 2019-06-24 15:25:53 +00:00
gc_helpers.dart [vm/ffi] Regression test for dartbug.com/37133 2019-06-17 10:47:00 +00:00
negative_function_test.dart
regress_37100_test.dart [vm/ffi] Fix ffi trampoline class finalization - fix test on android 2019-05-28 17:11:36 +00:00
snapshot_test.dart [vm/ffi] Fix snapshot serialization of FFI objects. 2019-06-18 13:17:14 +00:00
static_checks_test.dart
structs_test.dart
subtype_test.dart [vm/ffi] Remove hacks and instability from FFI GC tests. 2019-06-06 15:52:12 +00:00
very_large_struct.dart