4d95ec1360
This also makes the entrypoints tests less sensitive to the order in which functions are optimized and removes flaky checks. Fixes https://github.com/dart-lang/sdk/issues/37144. Fixes https://github.com/dart-lang/sdk/issues/39447. Change-Id: I5ba23c74769ddb8415e2b635caefc798c2b70500 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/109704 Commit-Queue: Samir Jindel <sjindel@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>
12 lines
706 B
Dart
12 lines
706 B
Dart
// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
|
|
// 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-testing-pragmas --no-background-compilation --optimization-counter-threshold=5 --compilation-counter-threshold=5
|
|
// VMOptions=--enable-testing-pragmas --no-background-compilation --optimization-counter-threshold=5 -Denable_inlining=true --compilation-counter-threshold=5
|
|
// VMOptions=--enable-testing-pragmas --no-background-compilation --optimization-counter-threshold=-1 --compilation-counter-threshold=5
|
|
|
|
import '../static_this.dart';
|
|
|
|
main(args) => test(args);
|