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

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

Issue 2883623004: fix KeyEvent and KeyboardEvent (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
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 a5da8a077929fd7ec8fd56189fd8d7b1ccc560c4..695efe2589883931144f9c4331ca0c702e8d8e98 100644
--- a/tests/compiler/dart2js/analyze_api_test.dart
+++ b/tests/compiler/dart2js/analyze_api_test.dart
@@ -19,14 +19,7 @@ import 'package:compiler/src/diagnostics/messages.dart' show MessageKind;
* the error/warning message in the list of white-listings for each file.
*/
// TODO(johnniwinther): Support canonical URIs as keys.
-const Map<String, List<String>> WHITE_LIST = const {
- 'html_dart2js.dart': const <String>[
- // Issue 29597
- "The getter '_charCode' is not defined for the class 'KeyboardEvent'.",
- "The getter '_keyCode' is not defined for the class 'KeyboardEvent'.",
- "The getter 'keyLocation' is not defined for the class 'KeyboardEvent'.",
- ],
-};
+const Map<String, List<String>> WHITE_LIST = const {};
void main() {
var uriList = new List<Uri>();

Powered by Google App Engine
This is Rietveld 408576698