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

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

Issue 10912109: Fix checked mode on browser. (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/benchmark_smoke/benchmark_smoke.status ('k') | tests/isolate/isolate.status » ('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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 inner_frame_test: Skip # Timeout 200 inner_frame_test: Skip # Timeout
201 svg_3_test: Skip # Timeout 201 svg_3_test: Skip # Timeout
202 documentfragment_test: Skip # Timeout 202 documentfragment_test: Skip # Timeout
203 203
204 [ $compiler == dart2js && $runtime == chrome && $system == windows] 204 [ $compiler == dart2js && $runtime == chrome && $system == windows]
205 css_test: Pass, Fail # Issue #2823 205 css_test: Pass, Fail # Issue #2823
206 206
207 [ $compiler == dart2js && $runtime == ff && $system == windows] 207 [ $compiler == dart2js && $runtime == ff && $system == windows]
208 js_interop_2_test: Fail # Issue 4658. 208 js_interop_2_test: Fail # Issue 4658.
209 209
210 [ $compiler == dart2js && $checked && $browser ] 210 [ $compiler == dart2js && $checked ]
211 async_window_test: Fail 211 typed_arrays_range_checks_test: Fail # Issue 3720
212 audiocontext_test: Fail 212 events_test: Fail # Issue 3720
213 audioelement_test: Fail 213 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
214 b_element_test: Fail
215 blob_constructor_test: Fail
216 cache_test: Fail
217 callbacks_test: Fail
218 canvas_pixel_array_type_alias_test: Fail
219 canvas_test: Fail
220 canvas_using_html_test: Fail
221 cross_frame_test: Fail
222 css_test: Fail
223 cssstyledeclaration_test: Fail
224 dart_object_local_storage_test: Fail
225 datalistelement_test: Fail
226 document_test: Fail
227 documentfragment_test: Fail
228 dom_constructors_test: Fail
229 dom_isolates_test: Fail
230 domparser_test: Fail
231 element_add_test: Fail
232 element_classes_test: Fail
233 element_constructor_1_test: Fail
234 element_test: Fail
235 event_customevent_test: Fail
236 events_test: Fail
237 exceptions_test: Fail
238 fileapi_test: Fail
239 form_data_test: Fail
240 form_element_test: Fail
241 hidden_dom_1_test: Fail
242 hidden_dom_2_test: Fail
243 history_test: Fail
244 htmlaudioelement_test: Fail
245 htmlcollection_test: Fail
246 htmlelement_test: Fail
247 indexeddb_1_test: Fail
248 indexeddb_2_test: Fail
249 indexeddb_3_test: Fail
250 indexeddb_4_test: Fail
251 inner_frame_test: Fail
252 instance_of_test: Fail
253 js_interop_1_test: Fail
254 js_interop_2_test: Fail
255 js_interop_3_test: Fail
256 js_interop_4_test: Fail
257 js_interop_element_test: Fail
258 js_interop_func_passing_test: Fail
259 js_interop_obj_invoke_test: Fail
260 js_interop_obj_passing_test: Fail
261 key_name_location_test: Fail
262 localstorage_test: Fail
263 location_test: Fail
264 messageevent_test: Fail
265 mutationobserver_test: Fail
266 native_gc_test: Fail
267 node_test: Fail
268 performance_api_test: Fail
269 query_test: Fail
270 queryall_test: Fail
271 serialized_script_value_test: Fail
272 shadow_dom_layout_test: Fail
273 shadow_dom_test: Fail
274 storage_test: Fail
275 svg_1_test: Fail
276 svg_2_test: Fail
277 svg_3_test: Fail
278 svgelement2_test: Fail
279 svgelement_test: Fail
280 typed_arrays_2_test: Fail
281 typed_arrays_3_test: Fail
282 typed_arrays_4_test: Fail
283 typed_arrays_5_test: Fail
284 typed_arrays_arraybuffer_test: Fail
285 typed_arrays_dataview_test: Fail
286 typed_arrays_range_checks_test: Fail
287 typing_test: Fail
288 websocket_test: Fail
289 websql_test: Fail
290 window_eq_test: Fail
291 window_mangling_test: Fail
292 window_nosuchmethod_test: Fail
293 window_open_test: Fail
294 xhr_test: Fail
295 xsltprocessor_test: Fail
OLDNEW
« no previous file with comments | « tests/benchmark_smoke/benchmark_smoke.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698