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

Unified Diff: pkg/analysis_server/test/protocol_server_test.dart

Issue 844593003: Remove Angular support from the analyzer and analysis_server packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/protocol_server_test.dart
diff --git a/pkg/analysis_server/test/protocol_server_test.dart b/pkg/analysis_server/test/protocol_server_test.dart
index 1de407e77152ad08ed986248af2e0b80f6bde30d..aaf58b50f1d6540a8c7d436507e3a7284c836066 100644
--- a/pkg/analysis_server/test/protocol_server_test.dart
+++ b/pkg/analysis_server/test/protocol_server_test.dart
@@ -163,9 +163,6 @@ class ElementKindTest {
expect(
newElementKind_fromEngine(engine.ElementKind.TYPE_PARAMETER),
ElementKind.TYPE_PARAMETER);
- expect(
- newElementKind_fromEngine(engine.ElementKind.ANGULAR_COMPONENT),
- ElementKind.UNKNOWN);
}
void test_string_constructor() {
@@ -438,14 +435,6 @@ class EnumTest {
newElementKind_fromEngine,
exceptions: {
// TODO(paulberry): do any of the exceptions below constitute bugs?
- engine.ElementKind.ANGULAR_FORMATTER: ElementKind.UNKNOWN,
- engine.ElementKind.ANGULAR_COMPONENT: ElementKind.UNKNOWN,
- engine.ElementKind.ANGULAR_CONTROLLER: ElementKind.UNKNOWN,
- engine.ElementKind.ANGULAR_DIRECTIVE: ElementKind.UNKNOWN,
- engine.ElementKind.ANGULAR_PROPERTY: ElementKind.UNKNOWN,
- engine.ElementKind.ANGULAR_SCOPE_PROPERTY: ElementKind.UNKNOWN,
- engine.ElementKind.ANGULAR_SELECTOR: ElementKind.UNKNOWN,
- engine.ElementKind.ANGULAR_VIEW: ElementKind.UNKNOWN,
engine.ElementKind.DYNAMIC: ElementKind.UNKNOWN,
engine.ElementKind.EMBEDDED_HTML_SCRIPT: ElementKind.UNKNOWN,
engine.ElementKind.ERROR: ElementKind.UNKNOWN,

Powered by Google App Engine
This is Rietveld 408576698