Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: pkg/front_end/test/fasta/testing.json

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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$"
]
},
« no previous file with comments | « pkg/front_end/test/fasta/super_rasta_copy.dart.outline.expect ('k') | pkg/front_end/test/fasta/top_level_accessors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698