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

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

Issue 1775593002: Update status files: websql_test seems to pass in ie10, many failures seem to be (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js_extra/dart2js_extra.status » ('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
diff --git a/tests/compiler/dart2js/analyze_api_test.dart b/tests/compiler/dart2js/analyze_api_test.dart
index 908ae112c6d66aac268d607153e91813de2b752a..f137265e23bf49d276b5b5c6ae4a7a02f43eb7d6 100644
--- a/tests/compiler/dart2js/analyze_api_test.dart
+++ b/tests/compiler/dart2js/analyze_api_test.dart
@@ -19,6 +19,16 @@ import 'package:compiler/src/diagnostics/messages.dart' show MessageKind;
*/
// TODO(johnniwinther): Support canonical URIs as keys.
const Map<String, List<String>> WHITE_LIST = const {
+ "html_dart2js.dart": const [
+ // These suppressions are tracked by issue 25928.
+ "The getter '_layerX' is not defined for the class 'UIEvent'",
+ "The getter '_layerY' is not defined for the class 'UIEvent'",
+ "The getter '_pageX' is not defined for the class 'UIEvent'",
+ "The getter '_pageY' is not defined for the class 'UIEvent'",
+ "The getter 'clipboardData' is not defined for the class 'Event'",
+ "The getter 'clipboardData' is not defined for the class 'KeyboardEvent'",
+ "The getter 'parent' is not defined for the class 'KeyEvent'",
+ ]
terry 2016/03/07 21:48:59 Thanks Siggi, I'm working on the remaining there a
};
void main() {
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/compiler/dart2js_extra/dart2js_extra.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698