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

Unified Diff: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart

Issue 2352573003: Use MockSdk.getLinkedBundle(), and implement it using SummaryBuilder. (Closed)
Patch Set: Created 4 years, 3 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/analyzer/test/src/context/mock_sdk.dart ('k') | pkg/analyzer/test/src/summary/summary_common.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
index 78eb236122d7ccd57171d90efb3bc81924835e3c..e0f166d7e90d513c2f0a5df046c179d8ca22eb6a 100644
--- a/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
+++ b/pkg/analyzer/test/src/summary/resynthesize_ast_test.dart
@@ -208,12 +208,6 @@ class AstInferredTypeTest extends AbstractResynthesizeTest
super.test_constructors_inferFromArguments_redirectingFactory();
}
- @override
- @failingTest
- void test_genericMethods_inferJSBuiltin() {
- super.test_genericMethods_inferJSBuiltin();
- }
-
void test_infer_extractIndex_custom() {
var unit = checkFile('''
class A {
« no previous file with comments | « pkg/analyzer/test/src/context/mock_sdk.dart ('k') | pkg/analyzer/test/src/summary/summary_common.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698