Files
sdk/pkg/compiler/testing.json
T
Johnni Winther fe4224d725 [cfe] Handle nested type variables in RTI need computation
+ add test for dartbug.com/47054

Change-Id: Ibe3f17e5df26f6c41db49525153606cd24139404
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/211908
Commit-Queue: Johnni Winther <johnniwinther@google.com>
Reviewed-by: Mayank Patke <fishythefish@google.com>
2021-09-01 15:18:56 +00:00

25 lines
673 B
JSON

{
"":"Copyright (c) 2017, 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.md file.",
"packages": "../../.packages",
"analyze": {
"options": "analysis_options.yaml",
"uris": [
"."
],
"exclude": [
"^pkg/compiler/test/.*/data/.*",
"^pkg/compiler/test/.*/data_2/.*",
"^pkg/compiler/test/.*/emission/.*",
"^pkg/compiler/test/.*/model_data/.*",
"^pkg/compiler/test/deferred_loading/libs/.*",
"^pkg/compiler/test/sourcemaps/stacktrace/extension_method.dart"
]
}
}