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

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

Issue 2761683002: fix scriptTag scanner_round_trip test (Closed)
Patch Set: rebase 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/analyzer/lib/src/fasta/token_utils.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_roundtrip_test.dart
diff --git a/pkg/front_end/test/scanner_roundtrip_test.dart b/pkg/front_end/test/scanner_roundtrip_test.dart
index b598481b02c37ffa45f7cdf979fa3f3cae93319d..6acb2c30f1db0dac24821d08435fb4d31c0d7837 100644
--- a/pkg/front_end/test/scanner_roundtrip_test.dart
+++ b/pkg/front_end/test/scanner_roundtrip_test.dart
@@ -74,27 +74,6 @@ class ScannerTest_RoundTrip extends ScannerTest {
super.test_comment_generic_method_type_list();
}
- @override
- @failingTest
- void test_scriptTag_withArgs() {
- // TODO(paulberry,ahe): Fasta scanner doesn't support script tag
- super.test_scriptTag_withArgs();
- }
-
- @override
- @failingTest
- void test_scriptTag_withoutSpace() {
- // TODO(paulberry,ahe): Fasta scanner doesn't support script tag
- super.test_scriptTag_withoutSpace();
- }
-
- @override
- @failingTest
- void test_scriptTag_withSpace() {
- // TODO(paulberry,ahe): Fasta scanner doesn't support script tag
- super.test_scriptTag_withSpace();
- }
-
void test_pseudo_keywords() {
var pseudoAnalyzerKeywords = new Set<Keyword>.from([
Keyword.ABSTRACT,
« no previous file with comments | « pkg/analyzer/lib/src/fasta/token_utils.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698