[tests] Remove obsolete Dart 3.0 experiments from FFI tests

Change-Id: I6909ccbbdd3e2a7e9ef403155f3ce0a41d5c173f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/309680
Reviewed-by: Daco Harkes <dacoharkes@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Alexander Thomas <athom@google.com>
This commit is contained in:
Sergey G. Grekhov 2023-06-15 08:25:18 +00:00 committed by Commit Queue
parent 47abd96c5b
commit ef2fd96213
10 changed files with 15 additions and 31 deletions

View file

@ -2,9 +2,6 @@ analyzer:
exclude:
# Do analyze this subfolder in the tests/ even if tests/ is fully excluded.
enable-experiment:
- records # TODO(http://dartbug.com/50586): Remove this when records are no longer an experiment.
linter:
rules:
- unawaited_futures

View file

@ -6,10 +6,9 @@
// Generated by tests/ffi/generator/structs_by_value_tests_generator.dart.
//
// SharedObjects=ffi_test_functions
// VMOptions=--enable-experiment=records
// VMOptions=--enable-experiment=records --deterministic --optimization-counter-threshold=20
// VMOptions=--enable-experiment=records --use-slow-path
// VMOptions=--enable-experiment=records --use-slow-path --stacktrace-every=100
// VMOptions=--deterministic --optimization-counter-threshold=20
// VMOptions=--use-slow-path
// VMOptions=--use-slow-path --stacktrace-every=100
import 'dart:ffi';

View file

@ -6,10 +6,9 @@
// Generated by tests/ffi/generator/structs_by_value_tests_generator.dart.
//
// SharedObjects=ffi_test_functions
// VMOptions=--enable-experiment=records
// VMOptions=--enable-experiment=records --deterministic --optimization-counter-threshold=90
// VMOptions=--enable-experiment=records --use-slow-path
// VMOptions=--enable-experiment=records --use-slow-path --stacktrace-every=100
// VMOptions=--deterministic --optimization-counter-threshold=90
// VMOptions=--use-slow-path
// VMOptions=--use-slow-path --stacktrace-every=100
import 'dart:ffi';

View file

@ -6,10 +6,9 @@
// Generated by tests/ffi/generator/structs_by_value_tests_generator.dart.
//
// SharedObjects=ffi_test_functions
// VMOptions=--enable-experiment=records
// VMOptions=--enable-experiment=records --deterministic --optimization-counter-threshold=90
// VMOptions=--enable-experiment=records --use-slow-path
// VMOptions=--enable-experiment=records --use-slow-path --stacktrace-every=100
// VMOptions=--deterministic --optimization-counter-threshold=90
// VMOptions=--use-slow-path
// VMOptions=--use-slow-path --stacktrace-every=100
import 'dart:ffi';

View file

@ -6,10 +6,9 @@
// Generated by tests/ffi/generator/structs_by_value_tests_generator.dart.
//
// SharedObjects=ffi_test_functions
// VMOptions=--enable-experiment=records
// VMOptions=--enable-experiment=records --deterministic --optimization-counter-threshold=90
// VMOptions=--enable-experiment=records --use-slow-path
// VMOptions=--enable-experiment=records --use-slow-path --stacktrace-every=100
// VMOptions=--deterministic --optimization-counter-threshold=90
// VMOptions=--use-slow-path
// VMOptions=--use-slow-path --stacktrace-every=100
import 'dart:ffi';

View file

@ -6,10 +6,9 @@
// Generated by tests/ffi/generator/structs_by_value_tests_generator.dart.
//
// SharedObjects=ffi_test_functions
// VMOptions=--enable-experiment=records
// VMOptions=--enable-experiment=records --deterministic --optimization-counter-threshold=90
// VMOptions=--enable-experiment=records --use-slow-path
// VMOptions=--enable-experiment=records --use-slow-path --stacktrace-every=100
// VMOptions=--deterministic --optimization-counter-threshold=90
// VMOptions=--use-slow-path
// VMOptions=--use-slow-path --stacktrace-every=100
import 'dart:ffi';

View file

@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// VMOptions=--enable-experiment=records
// SharedObjects=ffi_test_functions
import 'dylib_utils.dart';

View file

@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// VMOptions=--enable-experiment=records
import 'dart:ffi';
import 'dart:io';

View file

@ -1035,7 +1035,6 @@ Future<void> writeDartCallTest(
: isLeaf
? 2021
: 2020,
vmFlags: isVarArgs ? '--enable-experiment=records' : '',
));
var suffix = isNative ? 'Native' : '';
suffix += isLeaf ? 'Leaf' : '';
@ -1144,7 +1143,6 @@ Future<void> writeDartCallbackTest(
buffer.write(headerDartCallbackTest(
isNnbd: isNnbd,
copyrightYear: isVarArgs ? 2023 : 2020,
vmFlags: isVarArgs ? '--enable-experiment=records' : '',
));
buffer.write("""

View file

@ -4,8 +4,6 @@
// SharedObjects=ffi_test_functions
// VMOptions=--enable-experiment=records
import 'dart:ffi';
import 'dart:io';