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

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

Issue 2353773002: Remove 'serializeLibrary(LibraryElement)' and its tests. (Closed)
Patch Set: Actually run strong mode AST based resynthesize. 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
Index: pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
diff --git a/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart b/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
deleted file mode 100644
index 50ea71bbf2a6ce381e21315e1c0ee2e55764798a..0000000000000000000000000000000000000000
--- a/pkg/analyzer/test/src/summary/resynthesize_strong_test.dart
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file
-// for details. All rights reserved. Use of this source code is governed by a
-// BSD-style license that can be found in the LICENSE file.
-
-library analyzer.test.src.summary.resynthesize_strong_test;
-
-import 'package:analyzer/src/generated/engine.dart';
-import 'package:analyzer/src/generated/sdk.dart';
-import 'package:test_reflective_loader/test_reflective_loader.dart';
-import 'package:unittest/unittest.dart';
-
-import '../context/abstract_context.dart';
-import 'resynthesize_test.dart';
-
-main() {
- groupSep = ' | ';
- defineReflectiveTests(ResynthesizeStrongTest);
-}
-
-@reflectiveTest
-class ResynthesizeStrongTest extends ResynthesizeElementTest {
- @override
- DartSdk createDartSdk() => AbstractContextTest.SHARED_STRONG_MOCK_SDK;
-
- @override
- AnalysisOptionsImpl createOptions() =>
- super.createOptions()..strongMode = true;
-
- @override
- @failingTest
- test_instantiateToBounds_boundRefersToLaterTypeArgument() {
- // TODO(paulberry): this is failing due to dartbug.com/27072.
- super.test_instantiateToBounds_boundRefersToLaterTypeArgument();
- }
-}
« no previous file with comments | « pkg/analyzer/test/src/summary/resynthesize_common.dart ('k') | pkg/analyzer/test/src/summary/resynthesize_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698