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

Unified Diff: tests/compiler/dart2js/analyze_api_test.dart

Issue 12334010: Fix dart2js analyze _api_test for dart:io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « sdk/lib/io/timer_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/analyze_api_test.dart
diff --git a/tests/compiler/dart2js/analyze_api_test.dart b/tests/compiler/dart2js/analyze_api_test.dart
index e3d2642759b205cce5f353854b729dd34c186e89..1432d40eea9d4976e1453511311518a2c9a00a5c 100644
--- a/tests/compiler/dart2js/analyze_api_test.dart
+++ b/tests/compiler/dart2js/analyze_api_test.dart
@@ -25,11 +25,7 @@ import '../../../sdk/lib/_internal/libraries.dart';
*/
// TODO(johnniwinther): Support canonical URIs as keys and message kinds as
// values.
-const Map<String,List<String>> WHITE_LIST = const {
- 'io/http_impl.dart': const ['Warning: no method named'], // Issue 8394.
- 'io/http_headers.dart': const ['Warning: no method named'], // Issue 8394.
- 'io/timer_impl.dart': const ['Warning: no method named'], // Issue 8394.
-};
+const Map<String,List<String>> WHITE_LIST = const { };
class CollectingDiagnosticHandler extends FormattingDiagnosticHandler {
bool hasWarnings = false;
« no previous file with comments | « sdk/lib/io/timer_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698