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

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

Issue 10892010: Revert change 11459 and 11464. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « tests/html/form_element_test.dart ('k') | 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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 webgl_1_test: Skip # Issue 1495 6 webgl_1_test: Skip # Issue 1495
7 xmldocument_test: Skip # XML in dart:html is incomplete 7 xmldocument_test: Skip # XML in dart:html is incomplete
8 xmlelement_test: Skip # XML in dart:html is incomplete 8 xmlelement_test: Skip # XML in dart:html is incomplete
9 measurement_test: Pass, Fail # Issue 1940 9 measurement_test: Pass, Fail # Issue 1940
10 10
(...skipping 24 matching lines...) Expand all
35 # TODO(vsm): Triage DOM tests. 35 # TODO(vsm): Triage DOM tests.
36 htmloptionscollection_test: Fail # Issue 3813. 36 htmloptionscollection_test: Fail # Issue 3813.
37 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 37 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
38 shadow_dom_layout_test: Skip 38 shadow_dom_layout_test: Skip
39 unknownelement_test: Fail # Issue 4189 39 unknownelement_test: Fail # Issue 4189
40 40
41 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 41 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
42 history_test: Fail 42 history_test: Fail
43 43
44 [ $runtime == ie ] 44 [ $runtime == ie ]
45 form_data_test: Fail # TODO(efortuna): Investigate.
46 form_element_test: Fail # TODO(efortuna): Investigate.
47 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 45 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
48 typed_arrays_2_test: Skip 46 typed_arrays_2_test: Skip
49 typed_arrays_3_test: Skip 47 typed_arrays_3_test: Skip
50 typed_arrays_4_test: Skip 48 typed_arrays_4_test: Skip
51 typed_arrays_5_test: Skip 49 typed_arrays_5_test: Skip
52 typed_arrays_arraybuffer_test: Skip 50 typed_arrays_arraybuffer_test: Skip
53 typed_arrays_dataview_test: Skip 51 typed_arrays_dataview_test: Skip
54 typed_arrays_range_checks_test: Fail 52 typed_arrays_range_checks_test: Fail
55 cssstyledeclaration_test: Fail 53 cssstyledeclaration_test: Fail
56 element_test: Fail 54 element_test: Fail
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 svg_3_test: Skip # Timeout 210 svg_3_test: Skip # Timeout
213 documentfragment_test: Skip # Timeout 211 documentfragment_test: Skip # Timeout
214 fileapi_test: Skip # Issue 3022 212 fileapi_test: Skip # Issue 3022
215 213
216 [ $compiler == dart2js && $runtime == chrome && $system == windows] 214 [ $compiler == dart2js && $runtime == chrome && $system == windows]
217 css_test: Pass, Fail # Issue #2823 215 css_test: Pass, Fail # Issue #2823
218 fileapi_test: Skip # Issue 3022 216 fileapi_test: Skip # Issue 3022
219 217
220 [ $compiler == dart2js && $runtime == ff && $system == windows] 218 [ $compiler == dart2js && $runtime == ff && $system == windows]
221 js_interop_2_test: Fail # Issue 4658. 219 js_interop_2_test: Fail # Issue 4658.
OLDNEW
« no previous file with comments | « tests/html/form_element_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698