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

Unified Diff: pkg/kernel/test/class_hierarchy_test.dart

Issue 2915263003: Implement getClassAsInstanceOf() and getTypeAsInstanceOf() for IncrementalClassHierarchy. (Closed)
Patch Set: Created 3 years, 7 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 | « pkg/kernel/lib/src/incremental_class_hierarchy.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/test/class_hierarchy_test.dart
diff --git a/pkg/kernel/test/class_hierarchy_test.dart b/pkg/kernel/test/class_hierarchy_test.dart
index 40f674c4c1a19b9c31f400ec1220c9c609ab5c19..56b4eb64b27e2b4296b42f2fa7b1b7bc5c279293 100644
--- a/pkg/kernel/test/class_hierarchy_test.dart
+++ b/pkg/kernel/test/class_hierarchy_test.dart
@@ -48,36 +48,6 @@ class IncrementalClassHierarchyTest extends _ClassHierarchyTest {
}
@failingTest
- void test_getClassAsInstanceOf_generic_extends() {
- super.test_getClassAsInstanceOf_generic_extends();
- }
-
- @failingTest
- void test_getClassAsInstanceOf_generic_implements() {
- super.test_getClassAsInstanceOf_generic_implements();
- }
-
- @failingTest
- void test_getClassAsInstanceOf_generic_with() {
- super.test_getClassAsInstanceOf_generic_with();
- }
-
- @failingTest
- void test_getClassAsInstanceOf_notGeneric_extends() {
- super.test_getClassAsInstanceOf_notGeneric_extends();
- }
-
- @failingTest
- void test_getClassAsInstanceOf_notGeneric_implements() {
- super.test_getClassAsInstanceOf_notGeneric_implements();
- }
-
- @failingTest
- void test_getClassAsInstanceOf_notGeneric_with() {
- super.test_getClassAsInstanceOf_notGeneric_with();
- }
-
- @failingTest
void test_getClassicLeastUpperBound_expansive() {
super.test_getClassicLeastUpperBound_expansive();
}
@@ -111,11 +81,6 @@ class IncrementalClassHierarchyTest extends _ClassHierarchyTest {
void test_getInterfaceMember_implements() {
super.test_getInterfaceMember_implements();
}
-
- @failingTest
- void test_getTypeAsInstanceOf_generic_extends() {
- super.test_getTypeAsInstanceOf_generic_extends();
- }
}
abstract class _ClassHierarchyTest {
« no previous file with comments | « pkg/kernel/lib/src/incremental_class_hierarchy.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698