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

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

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

Powered by Google App Engine
This is Rietveld 408576698