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

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

Issue 11667029: Refactoring datalist test to use the supported flag. (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 | « tests/html/datalistelement_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 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 localstorage_test: Fail 126 localstorage_test: Fail
127 websql_test: Fail # IE does not support web SQL 127 websql_test: Fail # IE does not support web SQL
128 # 128 #
129 # Investigate and triage the following into bug reports. 129 # Investigate and triage the following into bug reports.
130 # 130 #
131 audiobuffersourcenode_test: Fail 131 audiobuffersourcenode_test: Fail
132 audiocontext_test: Fail 132 audiocontext_test: Fail
133 blob_constructor_test: Fail 133 blob_constructor_test: Fail
134 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work). 134 cache_test: fail # IE9 does not support ApplicationCache, but IE 10 does (and should work).
135 css_test: Fail 135 css_test: Fail
136 datalistelement_test: Fail # ie9 does not have HTMLDataListElement
137 dom_constructors_test: Fail 136 dom_constructors_test: Fail
138 element_test/additionalConstructors: Fail 137 element_test/additionalConstructors: Fail
139 exceptions_test: Fail 138 exceptions_test: Fail
140 fileapi_test: Fail # IE does not support filesystem APIs. 139 fileapi_test: Fail # IE does not support filesystem APIs.
141 history_test/supported_state: Fail 140 history_test/supported_state: Fail
142 indexeddb_1_test/supported: Fail 141 indexeddb_1_test/supported: Fail
143 input_element_test/supported_date: Fail 142 input_element_test/supported_date: Fail
144 input_element_test/supported_datetime-local: Fail 143 input_element_test/supported_datetime-local: Fail
145 input_element_test/supported_datetime: Fail 144 input_element_test/supported_datetime: Fail
146 input_element_test/supported_email: Fail 145 input_element_test/supported_email: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 performance_api_test: Fail # window.performance.timing not in Safari 6. 178 performance_api_test: Fail # window.performance.timing not in Safari 6.
180 indexeddb_1_test/supported: Fail 179 indexeddb_1_test/supported: Fail
181 input_element_test/supported_date: Fail 180 input_element_test/supported_date: Fail
182 input_element_test/supported_datetime: Fail 181 input_element_test/supported_datetime: Fail
183 input_element_test/supported_datetime-local: Fail 182 input_element_test/supported_datetime-local: Fail
184 input_element_test/supported_month: Fail, Crash 183 input_element_test/supported_month: Fail, Crash
185 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria ge this failure. 184 input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria ge this failure.
186 input_element_test/supported_time: Fail, Crash 185 input_element_test/supported_time: Fail, Crash
187 input_element_test/supported_week: Fail, Crash 186 input_element_test/supported_week: Fail, Crash
188 fileapi_test: Fail # requestFileSystem not supported in Safari 6. 187 fileapi_test: Fail # requestFileSystem not supported in Safari 6.
189 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari.
190 # TODO(efortuna): Make our test framework able to separate tests out by browser 188 # TODO(efortuna): Make our test framework able to separate tests out by browser
191 # version. 189 # version.
192 datalistelement_test: Fail # Issue: 7414
193 node_test: Skip # Issue 6457 190 node_test: Skip # Issue 6457
194 191
195 [ $runtime == opera && $system == windows ] 192 [ $runtime == opera && $system == windows ]
196 htmlelement_test: Fail, Pass 193 htmlelement_test: Fail, Pass
197 194
198 [ $runtime == opera && $system == macos ] 195 [ $runtime == opera && $system == macos ]
199 html/element_test/constructors: Fail 196 html/element_test/constructors: Fail
200 197
201 198
202 [ $runtime == opera ] 199 [ $runtime == opera ]
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 293
297 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 294 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
298 isolates_test: Skip # Timeout because leg does not support web workers. 295 isolates_test: Skip # Timeout because leg does not support web workers.
299 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 296 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
300 297
301 [ $compiler == dart2js && $runtime == ff ] 298 [ $compiler == dart2js && $runtime == ff ]
302 xhr_test: Skip # Timeout 299 xhr_test: Skip # Timeout
303 inner_frame_test: Skip # Timeout 300 inner_frame_test: Skip # Timeout
304 svg_3_test: Skip # Timeout 301 svg_3_test: Skip # Timeout
305 documentfragment_test: Skip # Timeout 302 documentfragment_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/html/datalistelement_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698