| // Copyright (c) 2024, 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. |
| |
| class EnvironmentKeys { |
| static const String addDebugBreaks = "addDebugBreaks"; |
| static const String annotateLines = "annotateLines"; |
| static const String compilationMode = " compilation mode "; |
| static const String fuzz = "fuzz"; |
| static const String ignoreExpectations = "ignoreExpectations"; |
| static const String platformBinaries = "platformBinaries"; |
| static const String semiFuzz = "semiFuzz"; |
| static const String skipTests = "skipTests"; |
| static const String skipVm = "skipVm"; |
| static const String trace = "trace"; |
| static const String updateComments = "updateComments"; |
| static const String updateExpectations = "updateExpectations"; |
| static const String verify = "verify"; |
| } |