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

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

Issue 2921083002: Implement getClassicLeastUpperBound() in 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 56b4eb64b27e2b4296b42f2fa7b1b7bc5c279293..a67db37993b0c8264df55caeff89aa0461183773 100644
--- a/pkg/kernel/test/class_hierarchy_test.dart
+++ b/pkg/kernel/test/class_hierarchy_test.dart
@@ -48,21 +48,6 @@ class IncrementalClassHierarchyTest extends _ClassHierarchyTest {
}
@failingTest
- void test_getClassicLeastUpperBound_expansive() {
- super.test_getClassicLeastUpperBound_expansive();
- }
-
- @failingTest
- void test_getClassicLeastUpperBound_generic() {
- super.test_getClassicLeastUpperBound_generic();
- }
-
- @failingTest
- void test_getClassicLeastUpperBound_nonGeneric() {
- super.test_getClassicLeastUpperBound_nonGeneric();
- }
-
- @failingTest
void test_getDispatchTarget() {
super.test_getDispatchTarget();
}
« 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