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

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

Issue 1688433006: cpsir: implementation of jsinterop in cps ir (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
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 js_array_test: Skip # Dartium JSInterop failure 10 js_array_test: Skip # Dartium JSInterop failure
(...skipping 25 matching lines...) Expand all
36 [ $compiler == dart2js && $checked && $browser ] 36 [ $compiler == dart2js && $checked && $browser ]
37 js_typed_interop_test/method: Fail # Issue 24822 37 js_typed_interop_test/method: Fail # Issue 24822
38 38
39 [ $compiler == dart2js && $csp && $browser ] 39 [ $compiler == dart2js && $csp && $browser ]
40 custom/js_custom_test: Fail # Issue 14643 40 custom/js_custom_test: Fail # Issue 14643
41 custom/element_upgrade_test: Fail # Issue 17298 41 custom/element_upgrade_test: Fail # Issue 17298
42 42
43 [ $compiler == dart2js && $browser ] 43 [ $compiler == dart2js && $browser ]
44 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5 44 custom/created_callback_test: Fail # Support for created constructor. Issue 1483 5
45 fontface_loaded_test: Fail # Support for promises. 45 fontface_loaded_test: Fail # Support for promises.
46 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
46 47
47 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ] 48 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
48 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this 49 custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
49 fontface_test: Fail # Fontface not supported on these. 50 fontface_test: Fail # Fontface not supported on these.
50 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support 51 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Polyfill does not support
51 element_animate_test: Fail # Element.animate not supported on these browsers. 52 element_animate_test: Fail # Element.animate not supported on these browsers.
52 53
53 [ $compiler == none && $runtime == dartium && $system == macos] 54 [ $compiler == none && $runtime == dartium && $system == macos]
54 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834 55 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
55 56
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 custom/constructor_calls_created_synchronously_test: RuntimeError # Need custom element support #25484 430 custom/constructor_calls_created_synchronously_test: RuntimeError # Need custom element support #25484
430 custom/element_upgrade_test: RuntimeError # Need custom element support #25484 431 custom/element_upgrade_test: RuntimeError # Need custom element support #25484
431 custom/mirrors_test: RuntimeError # Need custom element support #25484 432 custom/mirrors_test: RuntimeError # Need custom element support #25484
432 custom_elements_23127_test/baseline: RuntimeError # Need custom element support #25484 433 custom_elements_23127_test/baseline: RuntimeError # Need custom element support #25484
433 custom_elements_23127_test/c2: RuntimeError # Need custom element support #25484 434 custom_elements_23127_test/c2: RuntimeError # Need custom element support #25484
434 custom_elements_23127_test/c1t: RuntimeError # Need custom element support #2548 4 435 custom_elements_23127_test/c1t: RuntimeError # Need custom element support #2548 4
435 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548 4 436 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548 4
436 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548 4 437 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548 4
437 custom_elements_test/register: RuntimeError # Need custom element support #25484 438 custom_elements_test/register: RuntimeError # Need custom element support #25484
438 439
439 # New js-interop support via package:js is only implemented in SSA: 440 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978).
440 js_array_test: RuntimeError # Need package:js support #24978 441 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720).
441 js_dart_to_string_test: RuntimeError # Need package:js support #24978 442 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720).
442 js_function_getter_test/call: RuntimeError # Need package:js support #24978
443 js_function_getter_test: RuntimeError # Need package:js support #24978
444 js_function_getter_trust_types_test: RuntimeError # Need package:js support #249 78
445 js_typed_interop_anonymous2_exp_test: RuntimeError # Need package:js support #24 978
446 js_typed_interop_anonymous2_test: RuntimeError # Need package:js support #24978
447 js_typed_interop_anonymous_exp_test: RuntimeError # Need package:js support #249 78
448 js_typed_interop_anonymous_test: RuntimeError # Need package:js support #24978
449 js_typed_interop_side_cast_exp_test: RuntimeError # Need package:js support #249 78
450 js_typed_interop_side_cast_test: RuntimeError # Need package:js support #24978
451 js_typed_interop_test: RuntimeError # Need package:js support #24978
452 mirrors_js_typed_interop_test: RuntimeError # Need package:js support #24978
453 443
454 # These are raw dart:js tests that fail due to bugs in the CPS IR: 444 # These are raw dart:js tests that fail due to bugs in the CPS IR:
455 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 445 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/inline.dart ('k') | tests/html/js_typed_interop_default_arg_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698