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

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

Issue 46513002: Comment out resolver tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « 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 f494fd9f262c6c223a459c874e6e4ceddbfb7508..4a0fb46b6a7b6aff3aec6388c0439906bd6f6857 100644
--- a/pkg/analyzer/test/generated/resolver_test.dart
+++ b/pkg/analyzer/test/generated/resolver_test.dart
@@ -19977,28 +19977,28 @@ class SubtypeManagerTest extends EngineTestCase {
}
}
main() {
- ElementResolverTest.dartSuite();
- InheritanceManagerTest.dartSuite();
- LibraryElementBuilderTest.dartSuite();
- LibraryTest.dartSuite();
- StaticTypeAnalyzerTest.dartSuite();
- SubtypeManagerTest.dartSuite();
- TypeOverrideManagerTest.dartSuite();
- TypeProviderImplTest.dartSuite();
- TypeResolverVisitorTest.dartSuite();
- EnclosedScopeTest.dartSuite();
- LibraryImportScopeTest.dartSuite();
- LibraryScopeTest.dartSuite();
- ScopeTest.dartSuite();
- CompileTimeErrorCodeTest.dartSuite();
- ErrorResolverTest.dartSuite();
- HintCodeTest.dartSuite();
- MemberMapTest.dartSuite();
- NonHintCodeTest.dartSuite();
- NonErrorResolverTest.dartSuite();
- SimpleResolverTest.dartSuite();
- StaticTypeWarningCodeTest.dartSuite();
- StaticWarningCodeTest.dartSuite();
- StrictModeTest.dartSuite();
- TypePropagationTest.dartSuite();
+// ElementResolverTest.dartSuite();
+// InheritanceManagerTest.dartSuite();
+// LibraryElementBuilderTest.dartSuite();
+// LibraryTest.dartSuite();
+// StaticTypeAnalyzerTest.dartSuite();
+// SubtypeManagerTest.dartSuite();
+// TypeOverrideManagerTest.dartSuite();
+// TypeProviderImplTest.dartSuite();
+// TypeResolverVisitorTest.dartSuite();
+// EnclosedScopeTest.dartSuite();
+// LibraryImportScopeTest.dartSuite();
+// LibraryScopeTest.dartSuite();
+// ScopeTest.dartSuite();
+// CompileTimeErrorCodeTest.dartSuite();
+// ErrorResolverTest.dartSuite();
+// HintCodeTest.dartSuite();
+// MemberMapTest.dartSuite();
+// NonHintCodeTest.dartSuite();
+// NonErrorResolverTest.dartSuite();
+// SimpleResolverTest.dartSuite();
+// StaticTypeWarningCodeTest.dartSuite();
+// StaticWarningCodeTest.dartSuite();
+// StrictModeTest.dartSuite();
+// TypePropagationTest.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