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

Unified Diff: pkg/front_end/test/scanner_fasta_test.dart

Issue 2746543007: Revert "update fasta scanner to always generate INDEX or INDEX_EQ tokens" (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « pkg/front_end/lib/src/fasta/scanner/abstract_scanner.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/scanner_fasta_test.dart
diff --git a/pkg/front_end/test/scanner_fasta_test.dart b/pkg/front_end/test/scanner_fasta_test.dart
index 9744a3c232dfae3b58dc357b8671c9cf1efd9037..933e3897eff206c0a386d5e6dd8b6d58c25aa286 100644
--- a/pkg/front_end/test/scanner_fasta_test.dart
+++ b/pkg/front_end/test/scanner_fasta_test.dart
@@ -157,6 +157,22 @@ class ScannerTest_Fasta extends ScannerTestBase {
@override
@failingTest
+ void test_index() {
+ // TODO(paulberry,ahe): "[]" should be parsed as a single token.
+ // See dartbug.com/28665.
+ super.test_index();
+ }
+
+ @override
+ @failingTest
+ void test_index_eq() {
+ // TODO(paulberry,ahe): "[]=" should be parsed as a single token.
+ // See dartbug.com/28665.
+ super.test_index_eq();
+ }
+
+ @override
+ @failingTest
void test_mismatched_closer() {
// TODO(paulberry,ahe): Fasta and analyzer recover this error differently.
// Figure out which recovery technique we want the front end to use.
« no previous file with comments | « pkg/front_end/lib/src/fasta/scanner/abstract_scanner.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698