Files
sdk/pkg/front_end/testing_with_lints.json
T
Paul Berry 0167f91012 Flow analysis: introduce ID tests for AssignedVariables.
This should make it easier to verify that the CFE implementation is
correct.

Note that this effort encountered a few bugs in the analyzer
implementation, which are marked with TODOs.  I will fix them in
follow-up CLs.

Change-Id: Ic164a1cf214b5730f848b17db2838c29d25b00d0
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/122850
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Paul Berry <paulberry@google.com>
2019-10-25 13:44:05 +00:00

27 lines
820 B
JSON

{
"ignored_1":"Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file",
"ignored_2":"for details. All rights reserved. Use of this source code is governed by a",
"ignored_3":"BSD-style license that can be found in the LICENSE.md file.",
"packages": "../../.packages",
"analyze": {
"options": "analysis_options.yaml",
"uris": [
"lib/"
],
"exclude": [
"test/analyser_ignored/",
"test/extensions/data/",
"test/id_testing/data/",
"test/language_versioning/data/",
"test/flow_analysis/assigned_variables/data/",
"test/flow_analysis/definite_assignment/data/",
"test/flow_analysis/nullability/data/",
"test/flow_analysis/reachability/data/",
"test/flow_analysis/type_promotion/data/",
"test/patching/data/"
]
}
}