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

Side by Side Diff: tests/html/html.status

Issue 11696004: Removing noSuchMethod from Element. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 window_open_test: Skip # http://dartbug.com/5151 5 window_open_test: Skip # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 xmldocument_test: Skip # XML in dart:html is incomplete 9 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 10 xmlelement_test: Skip # XML in dart:html is incomplete
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 [ $compiler == dart2js && $runtime == drt && $system == macos] 49 [ $compiler == dart2js && $runtime == drt && $system == macos]
50 audiobuffersourcenode_test: Pass, Fail 50 audiobuffersourcenode_test: Pass, Fail
51 51
52 [ $compiler == none && $runtime == drt && $system == linux] 52 [ $compiler == none && $runtime == drt && $system == linux]
53 documentfragment_test: Pass, Timeout 53 documentfragment_test: Pass, Timeout
54 54
55 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 55 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
56 # TODO(vsm): Triage DOM tests. 56 # TODO(vsm): Triage DOM tests.
57 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 57 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
58 shadow_dom_layout_test: Skip 58 shadow_dom_layout_test: Skip
59 unknownelement_test: Fail # Issue 4189
60 59
61 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie 10 || $runtime == safari || $runtime == ff || $runtime == opera ] 60 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie 10 || $runtime == safari || $runtime == ff || $runtime == opera ]
62 history_test: Fail 61 history_test: Fail
63 62
64 [$runtime == ie10 ] 63 [$runtime == ie10 ]
65 # TODO(efortuna, blois): Triage. 64 # TODO(efortuna, blois): Triage.
66 audiobuffersourcenode_test: Fail 65 audiobuffersourcenode_test: Fail
67 audiocontext_test: Fail 66 audiocontext_test: Fail
68 canvasrenderingcontext2d_test: Fail, Pass 67 canvasrenderingcontext2d_test: Fail, Pass
69 contentelement_test: Fail 68 contentelement_test: Fail
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 *: Skip 267 *: Skip
269 268
270 [ $runtime == safari && ($system == linux || $system == windows) ] 269 [ $runtime == safari && ($system == linux || $system == windows) ]
271 *: Skip 270 *: Skip
272 271
273 # 'html' tests import the HTML library, so they only make sense in 272 # 'html' tests import the HTML library, so they only make sense in
274 # a browser environment. 273 # a browser environment.
275 [ $runtime == vm ] 274 [ $runtime == vm ]
276 *: Skip 275 *: Skip
277 276
278 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
279
280 [ $compiler == dart2js && $runtime == drt ]
281 # Unknown error - should investigate.
282 unknownelement_test: Fail # Issue 4189
283
284 [ $compiler == dart2js ] 277 [ $compiler == dart2js ]
285 transferables_test: Skip # until isInstance works in dart2js 278 transferables_test: Skip # until isInstance works in dart2js
286 279
287 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 280 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
288 request_animation_frame_test: Skip # Async test hangs. 281 request_animation_frame_test: Skip # Async test hangs.
289 282
290 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 283 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
291 isolates_test: Skip # Timeout because leg does not support web workers. 284 isolates_test: Skip # Timeout because leg does not support web workers.
292 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 285 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
293 286
294 [ $compiler == dart2js && $runtime == ff ] 287 [ $compiler == dart2js && $runtime == ff ]
295 xhr_test: Skip # Timeout 288 xhr_test: Skip # Timeout
296 inner_frame_test: Skip # Timeout 289 inner_frame_test: Skip # Timeout
297 svg_3_test: Skip # Timeout 290 svg_3_test: Skip # Timeout
298 documentfragment_test: Skip # Timeout 291 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_Element.darttemplate ('k') | tests/html/unknownelement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698