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

Unified Diff: pkg/analyzer/test/generated/resolver_test.dart

Issue 252723002: Comment out generated resolver tests (TBR). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/generated/resolver_test.dart
diff --git a/pkg/analyzer/test/generated/resolver_test.dart b/pkg/analyzer/test/generated/resolver_test.dart
index a71e73048a1194c0737a54f64d82764fa674ef38..df1c05f81bacc58f41830fcbb7830632e3ae0b49 100644
--- a/pkg/analyzer/test/generated/resolver_test.dart
+++ b/pkg/analyzer/test/generated/resolver_test.dart
@@ -26430,32 +26430,32 @@ class TypeProviderImplTest extends EngineTestCase {
}
main() {
- CompileTimeErrorCodeTest.dartSuite();
- ErrorResolverTest.dartSuite();
- HintCodeTest.dartSuite();
- MemberMapTest.dartSuite();
- NonHintCodeTest.dartSuite();
- NonErrorResolverTest.dartSuite();
- SimpleResolverTest.dartSuite();
- StaticTypeWarningCodeTest.dartSuite();
- StaticWarningCodeTest.dartSuite();
- StrictModeTest.dartSuite();
- TypePropagationTest.dartSuite();
- EnclosedScopeTest.dartSuite();
- LibraryImportScopeTest.dartSuite();
- LibraryScopeTest.dartSuite();
- ScopeBuilderTest.dartSuite();
- ScopeTest.dartSuite();
- ChangeSetTest.dartSuite();
- DeclarationMatcherTest.dartSuite();
- ElementResolverTest.dartSuite();
- IncrementalResolverTest.dartSuite();
- InheritanceManagerTest.dartSuite();
- LibraryElementBuilderTest.dartSuite();
- LibraryTest.dartSuite();
- StaticTypeAnalyzerTest.dartSuite();
- SubtypeManagerTest.dartSuite();
- TypeOverrideManagerTest.dartSuite();
- TypeProviderImplTest.dartSuite();
- TypeResolverVisitorTest.dartSuite();
+// CompileTimeErrorCodeTest.dartSuite();
+// ErrorResolverTest.dartSuite();
+// HintCodeTest.dartSuite();
+// MemberMapTest.dartSuite();
+// NonHintCodeTest.dartSuite();
+// NonErrorResolverTest.dartSuite();
+// SimpleResolverTest.dartSuite();
+// StaticTypeWarningCodeTest.dartSuite();
+// StaticWarningCodeTest.dartSuite();
+// StrictModeTest.dartSuite();
+// TypePropagationTest.dartSuite();
+// EnclosedScopeTest.dartSuite();
+// LibraryImportScopeTest.dartSuite();
+// LibraryScopeTest.dartSuite();
+// ScopeBuilderTest.dartSuite();
+// ScopeTest.dartSuite();
+// ChangeSetTest.dartSuite();
+// DeclarationMatcherTest.dartSuite();
+// ElementResolverTest.dartSuite();
+// IncrementalResolverTest.dartSuite();
+// InheritanceManagerTest.dartSuite();
+// LibraryElementBuilderTest.dartSuite();
+// LibraryTest.dartSuite();
+// StaticTypeAnalyzerTest.dartSuite();
+// SubtypeManagerTest.dartSuite();
+// TypeOverrideManagerTest.dartSuite();
+// TypeProviderImplTest.dartSuite();
+// TypeResolverVisitorTest.dartSuite();
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698