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

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

Issue 12041053: Adding supported flag to HashChangeEvent. (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
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 9
10 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 element_test/click: Fail # IE does not support firing this event. 53 element_test/click: Fail # IE does not support firing this event.
54 element_types_test/supported_content: Fail 54 element_types_test/supported_content: Fail
55 element_types_test/supported_details: Fail 55 element_types_test/supported_details: Fail
56 element_types_test/supported_keygen: Fail 56 element_types_test/supported_keygen: Fail
57 element_types_test/supported_meter: Fail 57 element_types_test/supported_meter: Fail
58 element_types_test/supported_object: Fail 58 element_types_test/supported_object: Fail
59 element_types_test/supported_output: Fail 59 element_types_test/supported_output: Fail
60 element_types_test/supported_shadow: Fail 60 element_types_test/supported_shadow: Fail
61 form_data_test: Fail # TODO(efortuna): Issue 7875. 61 form_data_test: Fail # TODO(efortuna): Issue 7875.
62 fileapi_test/supported: Fail 62 fileapi_test/supported: Fail
63 history_test/supported_HashChangeEvent: Fail
63 inner_frame_test: Skip 64 inner_frame_test: Skip
64 input_element_test/supported_date: Fail 65 input_element_test/supported_date: Fail
65 input_element_test/supported_datetime: Fail 66 input_element_test/supported_datetime: Fail
66 input_element_test/supported_datetime-local: Fail 67 input_element_test/supported_datetime-local: Fail
67 input_element_test/supported_month: Fail 68 input_element_test/supported_month: Fail
68 input_element_test/supported_time: Fail 69 input_element_test/supported_time: Fail
69 input_element_test/supported_week: Fail 70 input_element_test/supported_week: Fail
70 isolates_test: Skip 71 isolates_test: Skip
71 measurement_test: Fail, Pass 72 measurement_test: Fail, Pass
72 media_stream_test/supported_media: Fail 73 media_stream_test/supported_media: Fail
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 # Investigate and triage the following into bug reports. 113 # Investigate and triage the following into bug reports.
113 # 114 #
114 audiobuffersourcenode_test: Fail 115 audiobuffersourcenode_test: Fail
115 audiocontext_test: Fail 116 audiocontext_test: Fail
116 blob_constructor_test: Fail 117 blob_constructor_test: Fail
117 cache_test/supported: Fail 118 cache_test/supported: Fail
118 css_test: Fail 119 css_test: Fail
119 dom_constructors_test: Fail 120 dom_constructors_test: Fail
120 element_test/matches: Fail # IE9 does not support matches 121 element_test/matches: Fail # IE9 does not support matches
121 fileapi_test/supported: Fail 122 fileapi_test/supported: Fail
123 history_test/supported_HashChangeEvent: Fail
122 history_test/supported_state: Fail 124 history_test/supported_state: Fail
123 indexeddb_1_test/supported: Fail 125 indexeddb_1_test/supported: Fail
124 input_element_test/supported_date: Fail 126 input_element_test/supported_date: Fail
125 input_element_test/supported_datetime-local: Fail 127 input_element_test/supported_datetime-local: Fail
126 input_element_test/supported_datetime: Fail 128 input_element_test/supported_datetime: Fail
127 input_element_test/supported_email: Fail 129 input_element_test/supported_email: Fail
128 input_element_test/supported_month: Fail 130 input_element_test/supported_month: Fail
129 input_element_test/supported_number: Fail 131 input_element_test/supported_number: Fail
130 input_element_test/supported_range: Fail 132 input_element_test/supported_range: Fail
131 input_element_test/supported_search: Fail 133 input_element_test/supported_search: Fail
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 300
299 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 301 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
300 request_animation_frame_test: Skip # Async test hangs. 302 request_animation_frame_test: Skip # Async test hangs.
301 303
302 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 304 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
303 isolates_test: Skip # Timeout because leg does not support web workers. 305 isolates_test: Skip # Timeout because leg does not support web workers.
304 306
305 [ $compiler == dart2js && $runtime == ff ] 307 [ $compiler == dart2js && $runtime == ff ]
306 inner_frame_test: Skip # Timeout 308 inner_frame_test: Skip # Timeout
307 svg_3_test: Skip # Timeout 309 svg_3_test: Skip # Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698