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

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

Issue 12316068: Mark datetime supported test as failing. Support has been removed from chromium. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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 | « 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 async_window_test: Skip #TODO(gram): investigating 6 async_window_test: Skip #TODO(gram): investigating
7 7
8 event_test: Skip # Issue 1996 8 event_test: Skip # Issue 1996
9 custom_elements_test: Skip # Not yet implemented. 9 custom_elements_test: Skip # Not yet implemented.
10 interactive_test: Skip # Must be run manually. 10 interactive_test: Skip # Must be run manually.
11 11
12 # Layout tests are only supported on DRT. 12 # Layout tests are only supported on DRT.
13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 13 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
14 *layout_test: Skip 14 *layout_test: Skip
15 15
16 [ $runtime == drt || $runtime == dartium ]
17 input_element_test/supported_datetime: Fail
18
16 [ $runtime == chrome ] 19 [ $runtime == chrome ]
17 element_types_test/supported_content: Pass, Fail # Issue 8700 20 element_types_test/supported_content: Pass, Fail # Issue 8700
18 element_types_test/supported_shadow: Pass, Fail # Issue 8700 21 element_types_test/supported_shadow: Pass, Fail # Issue 8700
19 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type. 22 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
20 input_element_test/supported_datetime: Fail 23 input_element_test/supported_datetime: Fail
21 input_element_test/supported_datetime-local: Pass, Fail # Issue 8700 24 input_element_test/supported_datetime-local: Pass, Fail # Issue 8700
22 input_element_test/supported_month: Pass, Fail # Issue 8700 25 input_element_test/supported_month: Pass, Fail # Issue 8700
23 input_element_test/supported_week: Pass, Fail # Issue 8700 26 input_element_test/supported_week: Pass, Fail # Issue 8700
24 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it. 27 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it.
25 shadow_dom_test/supported: Pass, Fail # Issue 8700 28 shadow_dom_test/supported: Pass, Fail # Issue 8700
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 347
345 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)] 348 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)]
346 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses 349 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses
347 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses 350 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses
348 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes 351 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes
349 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes 352 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes
350 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes 353 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes
351 354
352 [ $compiler == dart2js && $runtime == ff ] 355 [ $compiler == dart2js && $runtime == ff ]
353 inner_frame_test: Skip # Timeout 356 inner_frame_test: Skip # Timeout
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