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

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

Issue 2587203002: Correct handling of cross-frame functions in ddc. (Closed)
Patch Set: Created 4 years 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
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 29 matching lines...) Expand all
40 [ $compiler == dart2js && $checked ] 40 [ $compiler == dart2js && $checked ]
41 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl e with --checked 41 js_function_getter_trust_types_test: Skip # --trust-type-annotations incompatibl e with --checked
42 42
43 [ $compiler == dart2js && $csp && $browser ] 43 [ $compiler == dart2js && $csp && $browser ]
44 custom/js_custom_test: Fail # Issue 14643 44 custom/js_custom_test: Fail # Issue 14643
45 custom/element_upgrade_test: Fail # Issue 17298 45 custom/element_upgrade_test: Fail # Issue 17298
46 46
47 [ $compiler == dart2js && $browser ] 47 [ $compiler == dart2js && $browser ]
48 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5 48 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5
49 fontface_loaded_test: Fail # Support for promises. 49 fontface_loaded_test: Fail # Support for promises.
50 js_test/JsArray: RuntimeError # Issue 26197
51 50
52 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ] 51 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
53 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 52 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
54 fontface_test: Fail # Fontface not supported on these. 53 fontface_test: Fail # Fontface not supported on these.
55 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support 54 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
56 55
57 [ $compiler == none && $runtime == dartium && $system == macos] 56 [ $compiler == none && $runtime == dartium && $system == macos]
58 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 57 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
59 58
60 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] 59 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ]
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 input_element_test/supported_date: Fail 315 input_element_test/supported_date: Fail
317 input_element_test/supported_datetime-local: Fail 316 input_element_test/supported_datetime-local: Fail
318 touchevent_test/supported: Fail # Safari does not support TouchEvents 317 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. 318 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 319 indexeddb_1_test/functional: Skip # Times out. Issue 21433
321 indexeddb_2_test: RuntimeError # Issue 21433 320 indexeddb_2_test: RuntimeError # Issue 21433
322 indexeddb_4_test: RuntimeError # Issue 21433 321 indexeddb_4_test: RuntimeError # Issue 21433
323 indexeddb_5_test: RuntimeError # Issue 21433 322 indexeddb_5_test: RuntimeError # Issue 21433
324 323
325 324
326 js_test/JsArray: RuntimeError # Fails 10 out of 10.
327 indexeddb_3_test: Skip # Times out 1 out of 10. 325 indexeddb_3_test: Skip # Times out 1 out of 10.
328 326
329 [ $compiler == dart2js && $runtime == ff ] 327 [ $compiler == dart2js && $runtime == ff ]
330 history_test/history: Skip # Issue 22050 328 history_test/history: Skip # Issue 22050
331 xhr_test/xhr: Pass, Fail # Issue 11602 329 xhr_test/xhr: Pass, Fail # Issue 11602
332 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 330 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
333 webgl_1_test: Pass, Fail # Issue 8219 331 webgl_1_test: Pass, Fail # Issue 8219
334 text_event_test: Fail # Issue 17893 332 text_event_test: Fail # Issue 17893
335 element_animate_test/timing_dict: RuntimeError # Issue 26730 333 element_animate_test/timing_dict: RuntimeError # Issue 26730
336 334
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 # These are raw dart:js tests that fail due to bugs in the CPS IR: 436 # These are raw dart:js tests that fail due to bugs in the CPS IR:
439 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 437 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
440 438
441 [ $compiler == dart2js && $cps_ir && $host_checked ] 439 [ $compiler == dart2js && $cps_ir && $host_checked ]
442 js_typed_interop_default_arg_test/none: Crash # Issue 25911 440 js_typed_interop_default_arg_test/none: Crash # Issue 25911
443 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 441 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
444 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 442 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
445 443
446 [ $compiler == dart2js && $cps_ir && $checked ] 444 [ $compiler == dart2js && $cps_ir && $checked ]
447 *: Skip # `assert` not implemented 445 *: Skip # `assert` not implemented
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698