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

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

Issue 11799002: Intermediary fixes to get some bots green. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
« no previous file with comments | « samples/tests/samples/samples.status ('k') | tests/html/xhr_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 element_test/click: Fail # IE does not support firing this event. 70 element_test/click: Fail # IE does not support firing this event.
71 element_types_test/supported_content: Fail 71 element_types_test/supported_content: Fail
72 element_types_test/supported_details: Fail 72 element_types_test/supported_details: Fail
73 element_types_test/supported_keygen: Fail 73 element_types_test/supported_keygen: Fail
74 element_types_test/supported_meter: Fail 74 element_types_test/supported_meter: Fail
75 element_types_test/supported_object: Fail 75 element_types_test/supported_object: Fail
76 element_types_test/supported_output: Fail 76 element_types_test/supported_output: Fail
77 element_types_test/supported_shadow: Fail 77 element_types_test/supported_shadow: Fail
78 exceptions_test: Fail 78 exceptions_test: Fail
79 fileapi_test: Fail 79 fileapi_test: Fail
80 indexeddb_1_test/supported: Fail # IE10 does not support from file://
81 inner_frame_test: Skip 80 inner_frame_test: Skip
82 input_element_test/supported_date: Fail 81 input_element_test/supported_date: Fail
83 input_element_test/supported_datetime: Fail 82 input_element_test/supported_datetime: Fail
84 input_element_test/supported_datetime-local: Fail 83 input_element_test/supported_datetime-local: Fail
85 input_element_test/supported_month: Fail 84 input_element_test/supported_month: Fail
86 input_element_test/supported_time: Fail 85 input_element_test/supported_time: Fail
87 input_element_test/supported_week: Fail 86 input_element_test/supported_week: Fail
88 isolates_test: Skip 87 isolates_test: Skip
89 localstorage_test: Fail 88 localstorage_test: Fail
90 measurement_test: Fail, Pass 89 measurement_test: Fail, Pass
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 document_test/getCssCanvasContext: Fail # FF does not support this. 240 document_test/getCssCanvasContext: Fail # FF does not support this.
242 documentfragment_test: Fail 241 documentfragment_test: Fail
243 element_types_test/supported_content: Fail 242 element_types_test/supported_content: Fail
244 element_types_test/supported_details: Fail 243 element_types_test/supported_details: Fail
245 element_types_test/supported_embed: Fail 244 element_types_test/supported_embed: Fail
246 element_types_test/supported_keygen: Fail 245 element_types_test/supported_keygen: Fail
247 element_types_test/supported_shadow: Fail 246 element_types_test/supported_shadow: Fail
248 element_types_test/supported_track: Fail 247 element_types_test/supported_track: Fail
249 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 248 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
250 fileapi_test: Fail # FF does not support filesystem APIs. 249 fileapi_test: Fail # FF does not support filesystem APIs.
251 indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
252 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 250 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
253 inner_frame_test: Skip 251 inner_frame_test: Skip
254 input_element_test/supported_date: Fail 252 input_element_test/supported_date: Fail
255 input_element_test/supported_datetime: Fail 253 input_element_test/supported_datetime: Fail
256 input_element_test/supported_datetime-local: Fail 254 input_element_test/supported_datetime-local: Fail
257 input_element_test/supported_month: Fail 255 input_element_test/supported_month: Fail
258 input_element_test/supported_time: Fail 256 input_element_test/supported_time: Fail
259 input_element_test/supported_week: Fail 257 input_element_test/supported_week: Fail
260 input_element_test/supported_number: Fail 258 input_element_test/supported_number: Fail
261 input_element_test/supported_range: Fail 259 input_element_test/supported_range: Fail
(...skipping 25 matching lines...) Expand all
287 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 285 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
288 request_animation_frame_test: Skip # Async test hangs. 286 request_animation_frame_test: Skip # Async test hangs.
289 287
290 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 288 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
291 isolates_test: Skip # Timeout because leg does not support web workers. 289 isolates_test: Skip # Timeout because leg does not support web workers.
292 290
293 [ $compiler == dart2js && $runtime == ff ] 291 [ $compiler == dart2js && $runtime == ff ]
294 inner_frame_test: Skip # Timeout 292 inner_frame_test: Skip # Timeout
295 svg_3_test: Skip # Timeout 293 svg_3_test: Skip # Timeout
296 documentfragment_test: Skip # Timeout 294 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « samples/tests/samples/samples.status ('k') | tests/html/xhr_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698