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 179076ff4a7dc9fce21300b36fa03201ad57ba24..4fe10eabdd1e61b3ad3e2d28679504328b9c5a96 100644 |
--- a/pkg/front_end/test/fasta/testing.json |
+++ b/pkg/front_end/test/fasta/testing.json |
@@ -43,7 +43,7 @@ |
"name": "outline", |
"kind": "Chain", |
"source": "outline_test.dart", |
- "path": "./", |
+ "path": "../../testcases/", |
"status": "outline.status", |
"pattern": [ |
"\\.dart$" |
@@ -51,7 +51,7 @@ |
"exclude": [ |
"/test/.*_test\\.dart$", |
"/test/.*_suite\\.dart$", |
- "/test/fasta/top_level_accessors_part\\.dart$" |
+ "/testcases/top_level_accessors_part\\.dart$" |
] |
}, |
@@ -59,7 +59,7 @@ |
"name": "compile", |
"kind": "Chain", |
"source": "compile_test.dart", |
- "path": "./", |
+ "path": "../../testcases/", |
"status": "compile.status", |
"pattern": [ |
"\\.dart$" |
@@ -67,7 +67,7 @@ |
"exclude": [ |
"/test/.*_test\\.dart$", |
"/test/.*_suite\\.dart$", |
- "/test/fasta/top_level_accessors_part\\.dart$" |
+ "/testcases/top_level_accessors_part\\.dart$" |
] |
}, |
@@ -75,7 +75,7 @@ |
"name": "kompile", |
"kind": "Chain", |
"source": "kompile_test.dart", |
- "path": "./", |
+ "path": "../../testcases/", |
"status": "kompile.status", |
"pattern": [ |
"\\.dart$" |
@@ -83,7 +83,23 @@ |
"exclude": [ |
"/test/.*_test\\.dart$", |
"/test/.*_suite\\.dart$", |
- "/test/fasta/top_level_accessors_part\\.dart$" |
+ "/testcases/top_level_accessors_part\\.dart$" |
+ ] |
+ }, |
+ |
+ { |
+ "name": "strong", |
+ "kind": "Chain", |
+ "source": "strong_test.dart", |
+ "path": "../../testcases/", |
+ "status": "strong.status", |
+ "pattern": [ |
+ "\\.dart$" |
+ ], |
+ "exclude": [ |
+ "/test/.*_test\\.dart$", |
+ "/test/.*_suite\\.dart$", |
+ "/testcases/top_level_accessors_part\\.dart$" |
] |
}, |