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

Unified Diff: pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart

Issue 2571333002: Fix completion tests that attempted to resolve a library. (Closed)
Patch Set: Created 4 years 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/completion/dart/imported_reference_contributor_test.dart
diff --git a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
index 110f60dd6a3708f8045d64b31ded24317586aa85..9793d33f55d456b3caff2585eccab524184c4a9c 100644
--- a/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
+++ b/pkg/analysis_server/test/services/completion/dart/imported_reference_contributor_test.dart
@@ -4520,74 +4520,11 @@ class ImportedReferenceContributorTest_Driver
@failingTest
@override
- test_ArgumentList() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_ArgumentList();
- }
-
- @failingTest
- @override
- test_ArgumentList_imported_function() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_ArgumentList_imported_function();
- }
-
- @failingTest
- @override
- test_ArgumentList_local_function() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_ArgumentList_local_function();
- }
-
- @failingTest
- @override
- test_ArgumentList_local_method() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_ArgumentList_local_method();
- }
-
- @failingTest
- @override
- test_AwaitExpression_function() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_AwaitExpression_function();
- }
-
- @failingTest
- @override
- test_Block_identifier_partial() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_Block_identifier_partial();
- }
-
- @failingTest
- @override
- test_ConditionalExpression_elseExpression_empty() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_ConditionalExpression_elseExpression_empty();
- }
-
- @failingTest
- @override
- test_ConditionalExpression_partial_thenExpression_empty() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_ConditionalExpression_partial_thenExpression_empty();
- }
-
- @failingTest
- @override
test_doc_function() {
// Bad state: Should not be used with the new analysis driver.
return super.test_doc_function();
}
- @failingTest
- @override
- test_doc_function_c_style() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_doc_function_c_style();
- }
-
@override
test_enum_deprecated() {
// TODO(scheglov) remove it?
@@ -4595,181 +4532,6 @@ class ImportedReferenceContributorTest_Driver
@failingTest
@override
- test_ExpressionStatement_identifier() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_ExpressionStatement_identifier();
- }
-
- @failingTest
- @override
- test_function_parameters_mixed_required_and_named() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_function_parameters_mixed_required_and_named();
- }
-
- @failingTest
- @override
- test_function_parameters_mixed_required_and_positional() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_function_parameters_mixed_required_and_positional();
- }
-
- @failingTest
- @override
- test_function_parameters_named() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_function_parameters_named();
- }
-
- @failingTest
- @override
- test_function_parameters_none() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_function_parameters_none();
- }
-
- @failingTest
- @override
- test_function_parameters_positional() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_function_parameters_positional();
- }
-
- @failingTest
- @override
- test_function_parameters_required() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_function_parameters_required();
- }
-
- @failingTest
- @override
- test_FunctionDeclaration_returnType_afterComment() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_FunctionDeclaration_returnType_afterComment();
- }
-
- @failingTest
- @override
- test_FunctionDeclaration_returnType_afterComment2() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_FunctionDeclaration_returnType_afterComment2();
- }
-
- @failingTest
- @override
- test_FunctionDeclaration_returnType_afterComment3() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_FunctionDeclaration_returnType_afterComment3();
- }
-
- @failingTest
- @override
- test_IndexExpression() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_IndexExpression();
- }
-
- @failingTest
- @override
- test_InstanceCreationExpression() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_InstanceCreationExpression();
- }
-
- @failingTest
- @override
- test_keyword() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_keyword();
- }
-
- @failingTest
- @override
- test_MapLiteralEntry2() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_MapLiteralEntry2();
- }
-
- @failingTest
- @override
- test_method_parameters_mixed_required_and_named() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_method_parameters_mixed_required_and_named();
- }
-
- @failingTest
- @override
- test_method_parameters_mixed_required_and_positional() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_method_parameters_mixed_required_and_positional();
- }
-
- @failingTest
- @override
- test_method_parameters_named() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_method_parameters_named();
- }
-
- @failingTest
- @override
- test_method_parameters_none() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_method_parameters_none();
- }
-
- @failingTest
- @override
- test_method_parameters_positional() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_method_parameters_positional();
- }
-
- @failingTest
- @override
- test_method_parameters_required() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_method_parameters_required();
- }
-
- @failingTest
- @override
- test_MethodDeclaration_returnType() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_MethodDeclaration_returnType();
- }
-
- @failingTest
- @override
- test_MethodDeclaration_returnType_afterComment() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_MethodDeclaration_returnType_afterComment();
- }
-
- @failingTest
- @override
- test_MethodDeclaration_returnType_afterComment2() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_MethodDeclaration_returnType_afterComment2();
- }
-
- @failingTest
- @override
- test_MethodDeclaration_returnType_afterComment3() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_MethodDeclaration_returnType_afterComment3();
- }
-
- @failingTest
- @override
- test_no_parameters_getter() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_no_parameters_getter();
- }
-
- @failingTest
- @override
test_partFile_TypeName() {
// Bad state: Should not be used with the new analysis driver.
return super.test_partFile_TypeName();
@@ -4784,13 +4546,6 @@ class ImportedReferenceContributorTest_Driver
@failingTest
@override
- test_TypeArgumentList() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_TypeArgumentList();
- }
-
- @failingTest
- @override
test_doc_class() {
// Expected: 'My class.\n'
// 'Short description.'
@@ -4802,11 +4557,4 @@ class ImportedReferenceContributorTest_Driver
// Differ at offset 9
return super.test_doc_class();
}
-
- @failingTest
- @override
- test_VariableDeclarationStatement_RHS_missing_semicolon() {
- // Bad state: Should not be used with the new analysis driver.
- return super.test_VariableDeclarationStatement_RHS_missing_semicolon();
- }
}

Powered by Google App Engine
This is Rietveld 408576698