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

Unified Diff: pkg/analysis_server/test/services/correction/fix_test.dart

Issue 2781963002: Fix for Quick Fix to import SDK classes. (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
Index: pkg/analysis_server/test/services/correction/fix_test.dart
diff --git a/pkg/analysis_server/test/services/correction/fix_test.dart b/pkg/analysis_server/test/services/correction/fix_test.dart
index 7ed9aea68bd005c64de354bad37c9a0ae5a0b7e3..014b55250f492e6e8ae90292f5b94a3c062440ce 100644
--- a/pkg/analysis_server/test/services/correction/fix_test.dart
+++ b/pkg/analysis_server/test/services/correction/fix_test.dart
@@ -5690,67 +5690,6 @@ class Required {
class FixProcessorTest_Driver extends FixProcessorTest {
@override
bool get enableNewAnalysisDriver => true;
-
- @failingTest
- @override
- test_importLibrarySdk_withClass_AsExpression() {
- return super.test_importLibrarySdk_withClass_AsExpression();
- }
-
- @failingTest
- @override
- test_importLibrarySdk_withClass_invocationTarget() {
- return super.test_importLibrarySdk_withClass_invocationTarget();
- }
-
- @failingTest
- @override
- test_importLibrarySdk_withClass_IsExpression() {
- return super.test_importLibrarySdk_withClass_IsExpression();
- }
-
- @failingTest
- @override
- test_importLibrarySdk_withClass_itemOfList() {
- return super.test_importLibrarySdk_withClass_itemOfList();
- }
-
- @failingTest
- @override
- test_importLibrarySdk_withClass_itemOfList_inAnnotation() {
- return super.test_importLibrarySdk_withClass_itemOfList_inAnnotation();
- }
-
- @failingTest
- @override
- test_importLibrarySdk_withClass_typeAnnotation() {
- return super.test_importLibrarySdk_withClass_typeAnnotation();
- }
-
- @failingTest
- @override
- test_importLibrarySdk_withClass_typeAnnotation_PrefixedIdentifier() {
- return super
- .test_importLibrarySdk_withClass_typeAnnotation_PrefixedIdentifier();
- }
-
- @failingTest
- @override
- test_importLibrarySdk_withClass_typeArgument() {
- return super.test_importLibrarySdk_withClass_typeArgument();
- }
-
- @failingTest
- @override
- test_importLibrarySdk_withTopLevelVariable() {
- return super.test_importLibrarySdk_withTopLevelVariable();
- }
-
- @failingTest
- @override
- test_importLibrarySdk_withTopLevelVariable_annotation() {
- return super.test_importLibrarySdk_withTopLevelVariable_annotation();
- }
}
@reflectiveTest

Powered by Google App Engine
This is Rietveld 408576698