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

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

Issue 2907093002: Revert "improve fasta unterminated string recovery" (Closed)
Patch Set: Created 3 years, 7 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/test/scanner_fasta_test.dart ('k') | pkg/front_end/test/scanner_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/scanner_replacement_test.dart
diff --git a/pkg/front_end/test/scanner_replacement_test.dart b/pkg/front_end/test/scanner_replacement_test.dart
index bb1e50503c769c1856c1bbe95962af95fd397734..b0e39cb4df7d592945fbff5b2e652b76eba304f7 100644
--- a/pkg/front_end/test/scanner_replacement_test.dart
+++ b/pkg/front_end/test/scanner_replacement_test.dart
@@ -192,6 +192,13 @@ class ScannerTest_Replacement extends ScannerTestBase {
@override
@failingTest
+ void test_string_multi_unterminated() {
+ // See defaultRecoveryStrategy recoverString
+ super.test_string_multi_unterminated();
+ }
+
+ @override
+ @failingTest
void test_string_multi_unterminated_interpolation_block() {
// See defaultRecoveryStrategy recoverString
super.test_string_multi_unterminated_interpolation_block();
@@ -206,6 +213,27 @@ class ScannerTest_Replacement extends ScannerTestBase {
@override
@failingTest
+ void test_string_raw_multi_unterminated() {
+ // See defaultRecoveryStrategy recoverString
+ super.test_string_raw_multi_unterminated();
+ }
+
+ @override
+ @failingTest
+ void test_string_raw_simple_unterminated_eof() {
+ // See defaultRecoveryStrategy recoverString
+ super.test_string_raw_simple_unterminated_eof();
+ }
+
+ @override
+ @failingTest
+ void test_string_raw_simple_unterminated_eol() {
+ // See defaultRecoveryStrategy recoverString
+ super.test_string_raw_simple_unterminated_eol();
+ }
+
+ @override
+ @failingTest
void test_string_simple_interpolation_missingIdentifier() {
// See defaultRecoveryStrategy recoverStringInterpolation
super.test_string_simple_interpolation_missingIdentifier();
@@ -220,6 +248,20 @@ class ScannerTest_Replacement extends ScannerTestBase {
@override
@failingTest
+ void test_string_simple_unterminated_eof() {
+ // See defaultRecoveryStrategy recoverString
+ super.test_string_simple_unterminated_eof();
+ }
+
+ @override
+ @failingTest
+ void test_string_simple_unterminated_eol() {
+ // See defaultRecoveryStrategy recoverString
+ super.test_string_simple_unterminated_eol();
+ }
+
+ @override
+ @failingTest
void test_string_simple_unterminated_interpolation_block() {
// See defaultRecoveryStrategy recoverString
super.test_string_simple_unterminated_interpolation_block();
« no previous file with comments | « pkg/front_end/test/scanner_fasta_test.dart ('k') | pkg/front_end/test/scanner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698