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

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

Issue 15301003: Revert r22847: some dart2dart tests fail. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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 | « sdk/lib/io/http_headers.dart ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/analyze_api_test.dart
===================================================================
--- tests/compiler/dart2js/analyze_api_test.dart (revision 22847)
+++ tests/compiler/dart2js/analyze_api_test.dart (working copy)
@@ -27,15 +27,8 @@
// TODO(johnniwinther): Support canonical URIs as keys and message kinds as
// values.
const Map<String,List<String>> WHITE_LIST = const {
- 'html_dart2js.dart':
- const ['Warning: Using "new Symbol"', // Issue 10565.
- 'Warning: unreachable code', // Issue 10617.
- // Issue 10688:
- 'Warning: no property named',
- 'Warning: WindowBase is not assignable to EventTarget',
- "Warning: 'UnsupportedError' is not callable",
- "Warning: no method named getBoundingClientRect",
- "Warning: no operator [] in class Iterable"],
+ 'html_dart2js.dart': const ['Warning: Using "new Symbol"', // Issue 10565.
+ 'Warning: unreachable code'], // Issue 10617.
};
class CollectingDiagnosticHandler extends FormattingDiagnosticHandler {
« no previous file with comments | « sdk/lib/io/http_headers.dart ('k') | tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698