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

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

Issue 2732963006: Update test status for Firefox 52/Issue 28983 (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 3 years, 9 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
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 9
10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 input_element_test/supported_time: RuntimeError 314 input_element_test/supported_time: RuntimeError
315 input_element_test/supported_week: RuntimeError 315 input_element_test/supported_week: RuntimeError
316 input_element_test/supported_date: Fail 316 input_element_test/supported_date: Fail
317 input_element_test/supported_datetime-local: Fail 317 input_element_test/supported_datetime-local: Fail
318 touchevent_test/supported: Fail # Safari does not support TouchEvents 318 touchevent_test/supported: Fail # Safari does not support TouchEvents
319 notification_test/constructors: Fail # Safari doesn't let us access the fields o f the Notification to verify them. 319 notification_test/constructors: Fail # Safari doesn't let us access the fields o f the Notification to verify them.
320 indexeddb_1_test/functional: Skip # Times out. Issue 21433 320 indexeddb_1_test/functional: Skip # Times out. Issue 21433
321 indexeddb_2_test: RuntimeError # Issue 21433 321 indexeddb_2_test: RuntimeError # Issue 21433
322 indexeddb_4_test: RuntimeError # Issue 21433 322 indexeddb_4_test: RuntimeError # Issue 21433
323 indexeddb_5_test: RuntimeError # Issue 21433 323 indexeddb_5_test: RuntimeError # Issue 21433
324
325
326 indexeddb_3_test: Skip # Times out 1 out of 10. 324 indexeddb_3_test: Skip # Times out 1 out of 10.
327 325
328 [ $compiler == dart2js && $runtime == ff ] 326 [ $compiler == dart2js && $runtime == ff ]
329 history_test/history: Skip # Issue 22050 327 history_test/history: Skip # Issue 22050
330 xhr_test/xhr: Pass, Fail # Issue 11602 328 xhr_test/xhr: Pass, Fail # Issue 11602
331 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 329 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
332 webgl_1_test: Pass, Fail # Issue 8219 330 webgl_1_test: Pass, Fail # Issue 8219
333 text_event_test: Fail # Issue 17893 331 text_event_test: Fail # Issue 17893
334 element_animate_test/timing_dict: RuntimeError # Issue 26730 332 element_animate_test/timing_dict: RuntimeError # Issue 26730
333 messageevent_test: Pass, RuntimeError # Issue 28983
Bill Hesse 2017/03/08 09:29:23 If these are only failing on windows ff, you shoul
334 serialized_script_value_test: Pass, RuntimeError # Issue 28983
335 element_types_test/supported_content: Pass, RuntimeError # Issue 28983
336 element_types_test/supported_shadow: Pass, RuntimeError # Issue 28983
335 337
336 # Firefox Feature support statuses- 338 # Firefox Feature support statuses-
337 # All changes should be accompanied by platform support annotation changes. 339 # All changes should be accompanied by platform support annotation changes.
338 element_classes_test: RuntimeError # Issue 27535 340 element_classes_test: RuntimeError # Issue 27535
339 element_types_test/supported_embed: Fail 341 element_types_test/supported_embed: Fail
340 element_types_test/supported_keygen: Fail 342 element_types_test/supported_keygen: Fail
341 element_types_test/supported_object: Fail 343 element_types_test/supported_object: Fail
342 fileapi_test/supported: Fail 344 fileapi_test/supported: Fail
343 indexeddb_1_test/supportsDatabaseNames: Fail 345 indexeddb_1_test/supportsDatabaseNames: Fail
344 input_element_test/supported_date: Fail 346 input_element_test/supported_date: Fail
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 426 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
425 427
426 [ $compiler == dart2analyzer && $builder_tag == strong ] 428 [ $compiler == dart2analyzer && $builder_tag == strong ]
427 *: Skip # Issue 28649 429 *: Skip # Issue 28649
428 430
429 [ $compiler == dart2js && $fast_startup ] 431 [ $compiler == dart2js && $fast_startup ]
430 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d 432 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d
431 custom/js_custom_test: Fail # mirrors not supported 433 custom/js_custom_test: Fail # mirrors not supported
432 custom/mirrors_test: Fail # mirrors not supported 434 custom/mirrors_test: Fail # mirrors not supported
433 mirrors_js_typed_interop_test: Fail # mirrors not supported 435 mirrors_js_typed_interop_test: Fail # mirrors not supported
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698