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

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

Issue 11538009: Updating html.status for input_element/date test- it's only supported on some browsers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Further status updates. Created 8 years 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 | « no previous file | no next file » | 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
11 11
12 [ $runtime == chrome ] 12 [ $runtime == chrome ]
13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le. 13 contentelement_test: Fail # Issue 5445: not currently supported on chrome stab le.
14 input_element_test/date: Pass, Fail # Chrome stable does not support this i nput type.
Emily Fortuna 2012/12/11 19:49:14 why mark this as both pass, fail? How about just F
14 input_element_test/datetime: Fail # Chrome stable does not support this i nput type. 15 input_element_test/datetime: Fail # Chrome stable does not support this i nput type.
15 input_element_test/datetime-local: Fail # Chrome stable does not support this i nput type. 16 input_element_test/datetime-local: Fail # Chrome stable does not support this i nput type.
16 input_element_test/month: Fail # Chrome stable does not support this i nput type. 17 input_element_test/month: Fail # Chrome stable does not support this i nput type.
17 input_element_test/week: Fail # Chrome stable does not support this i nput type. 18 input_element_test/week: Fail # Chrome stable does not support this i nput type.
18 19
19 [ $runtime == chrome || $runtime == drt] 20 [ $runtime == chrome || $runtime == drt]
20 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium. 21 audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chro me and Dartium.
21 22
22 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 23 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
23 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 24 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 documentfragment_test: Fail 260 documentfragment_test: Fail
260 element_webkit_test: Fail 261 element_webkit_test: Fail
261 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 262 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
262 fileapi_test: Fail # FF does not support filesystem APIs. 263 fileapi_test: Fail # FF does not support filesystem APIs.
263 indexeddb_1_test: Fail # FF disables indexedDB from file URLs. 264 indexeddb_1_test: Fail # FF disables indexedDB from file URLs.
264 indexeddb_2_test: Fail # FF disables indexedDB from file URLs. 265 indexeddb_2_test: Fail # FF disables indexedDB from file URLs.
265 indexeddb_3_test: Fail # FF disables indexedDB from file URLs. 266 indexeddb_3_test: Fail # FF disables indexedDB from file URLs.
266 indexeddb_4_test: Fail # FF disables indexedDB from file URLs. 267 indexeddb_4_test: Fail # FF disables indexedDB from file URLs.
267 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 268 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
268 inner_frame_test: Skip 269 inner_frame_test: Skip
270 input_element_test/date: Fail # FF does not support this input type.
269 input_element_test/datetime: Fail # FF does not support this input type. 271 input_element_test/datetime: Fail # FF does not support this input type.
270 input_element_test/datetime-local: Fail # FF does not support this input type. 272 input_element_test/datetime-local: Fail # FF does not support this input type.
271 input_element_test/month: Fail # FF does not support this input type. 273 input_element_test/month: Fail # FF does not support this input type.
274 input_element_test/time: Fail # FF does not support this input type.
272 input_element_test/week: Fail # FF does not support this input type. 275 input_element_test/week: Fail # FF does not support this input type.
276 input_element_test/range: Fail # FF does not support this input type.
273 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 277 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
274 svg_3_test: Fail 278 svg_3_test: Fail
275 svgelement_test/additionalConstructors: Fail 279 svgelement_test/additionalConstructors: Fail
276 svgelement2_test: Fail 280 svgelement2_test: Fail
277 transferables_test: Fail # Issue 3392. 281 transferables_test: Fail # Issue 3392.
278 websql_test: Fail # FF does not support web SQL 282 websql_test: Fail # FF does not support web SQL
279 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 283 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
280 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" 284 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4"
281 # (NS_ERROR_DOM_BAD_URI) ... 285 # (NS_ERROR_DOM_BAD_URI) ...
282 xhr_test: Fail 286 xhr_test: Fail
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function. 329 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function.
326 330
327 [ $compiler == dart2js && $runtime == ff ] 331 [ $compiler == dart2js && $runtime == ff ]
328 xhr_test: Skip # Timeout 332 xhr_test: Skip # Timeout
329 inner_frame_test: Skip # Timeout 333 inner_frame_test: Skip # Timeout
330 svg_3_test: Skip # Timeout 334 svg_3_test: Skip # Timeout
331 documentfragment_test: Skip # Timeout 335 documentfragment_test: Skip # Timeout
332 336
333 [ $compiler == dart2js && $runtime == chrome && $system == windows] 337 [ $compiler == dart2js && $runtime == chrome && $system == windows]
334 css_test: Pass, Fail # Issue #2823 338 css_test: Pass, Fail # Issue #2823
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698