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

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

Issue 10908003: Revert revision 11570, this still has dartium failures. (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') | tools/testing/perf_testing/run_perf_tests.py » ('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 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 # Issue 4793.
46 form_element_test: Fail # Issue 4793.
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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 xhr_test: Skip # Timeout 205 xhr_test: Skip # Timeout
208 inner_frame_test: Skip # Timeout 206 inner_frame_test: Skip # Timeout
209 svg_3_test: Skip # Timeout 207 svg_3_test: Skip # Timeout
210 documentfragment_test: Skip # Timeout 208 documentfragment_test: Skip # Timeout
211 209
212 [ $compiler == dart2js && $runtime == chrome && $system == windows] 210 [ $compiler == dart2js && $runtime == chrome && $system == windows]
213 css_test: Pass, Fail # Issue #2823 211 css_test: Pass, Fail # Issue #2823
214 212
215 [ $compiler == dart2js && $runtime == ff && $system == windows] 213 [ $compiler == dart2js && $runtime == ff && $system == windows]
216 js_interop_2_test: Fail # Issue 4658. 214 js_interop_2_test: Fail # Issue 4658.
OLDNEW
« no previous file with comments | « tests/html/form_element_test.dart ('k') | tools/testing/perf_testing/run_perf_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698