Index: pkg/front_end/test/fasta/testing.json |
diff --git a/pkg/front_end/test/fasta/testing.json b/pkg/front_end/test/fasta/testing.json |
index e680f7c349713b34e119cccbf21e9d4b299df8be..8cdaaee39396f3668f4b95e74ead71729ba45b03 100644 |
--- a/pkg/front_end/test/fasta/testing.json |
+++ b/pkg/front_end/test/fasta/testing.json |
@@ -199,14 +199,18 @@ |
"uris": [ |
"../../lib", |
- "../../tool" |
+ "../../tool", |
+ "../../../kernel/lib" |
], |
"note": "Tests are included via git grep below.", |
"git grep": { |
"pathspecs": [ "*.dart" ], |
- "patterns": [ "package:front_end/" ] |
+ "patterns": [ |
+ "package:front_end/", |
+ "package:kernel/" |
+ ] |
}, |
"exclude": [ |
@@ -214,12 +218,23 @@ |
"^pkg/compiler/lib/src/closure\\.dart", |
"^pkg/compiler/lib/src/elements/elements\\.dart", |
"^pkg/compiler/lib/src/elements/modelx\\.dart", |
+ "^pkg/compiler/lib/src/inferrer/inferrer_engine\\.dart", |
"^pkg/compiler/lib/src/js_backend/namer\\.dart", |
+ "^pkg/compiler/lib/src/kernel/kernel_visitor\\.dart", |
"^pkg/compiler/lib/src/resolution/members\\.dart", |
"^pkg/compiler/lib/src/resolution/resolution\\.dart", |
"^pkg/compiler/lib/src/resolution/resolution_strategy\\.dart", |
"^pkg/compiler/lib/src/serialization/equivalence\\.dart", |
- "^pkg/compiler/lib/src/serialization/resolved_ast_serialization\\.dart" |
+ "^pkg/compiler/lib/src/serialization/resolved_ast_serialization\\.dart", |
+ "^pkg/compiler/lib/src/ssa/builder_kernel\\.dart", |
+ "^tests/compiler/dart2js/inference/enumerator\\.dart", |
+ "^tests/compiler/dart2js/inference/id_equivalence_test\\.dart", |
+ "^tests/compiler/dart2js/kernel/class_hierarchy_test\\.dart", |
+ "^tests/compiler/dart2js/kernel/impact_test\\.dart", |
+ "^tests/compiler/dart2js/kernel/visitor_test\\.dart", |
+ "^tests/compiler/dart2js/location_collector_test\\.dart", |
+ "^tests/compiler/dart2js/source_map_validator_helper\\.dart", |
+ "^tests/compiler/dart2js/sourcemaps/sourcemap_helper\\.dart" |
] |
} |
} |