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

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

Issue 1612773002: Avoid using wrong 'adaptor' for native methods. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/inline.dart ('k') | no next file » | 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 js_array_test: Skip # Dartium JSInterop failure 10 js_array_test: Skip # Dartium JSInterop failure
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 typing_test: StaticWarning 426 typing_test: StaticWarning
427 webgl_1_test: StaticWarning 427 webgl_1_test: StaticWarning
428 window_nosuchmethod_test: StaticWarning 428 window_nosuchmethod_test: StaticWarning
429 429
430 [ $compiler == dart2js && $cps_ir ] 430 [ $compiler == dart2js && $cps_ir ]
431 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for 431 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for
432 432
433 [ $compiler == dart2js && $cps_ir && $browser ] 433 [ $compiler == dart2js && $cps_ir && $browser ]
434 custom/element_upgrade_test: RuntimeError # Please triage 434 custom/element_upgrade_test: RuntimeError # Please triage
435 js_dart_to_string_test: RuntimeError # Please triage 435 js_dart_to_string_test: RuntimeError # Please triage
436 indexeddb_3_test: RuntimeError # Please triage
437 canvasrenderingcontext2d_test/arc: RuntimeError # Please triage
438 custom_elements_23127_test/c2t: RuntimeError # Please triage 436 custom_elements_23127_test/c2t: RuntimeError # Please triage
439 custom_elements_23127_test/c2: RuntimeError # Please triage 437 custom_elements_23127_test/c2: RuntimeError # Please triage
440 custom_elements_23127_test/baseline: RuntimeError # Please triage 438 custom_elements_23127_test/baseline: RuntimeError # Please triage
441 keyboard_event_test: RuntimeError # Please triage 439 keyboard_event_test: RuntimeError # Please triage
442 js_typed_interop_test: RuntimeError # Please triage 440 js_typed_interop_test: RuntimeError # Please triage
443 js_typed_interop_side_cast_test: RuntimeError # Please triage 441 js_typed_interop_side_cast_test: RuntimeError # Please triage
444 js_typed_interop_anonymous_exp_test: RuntimeError # Please triage 442 js_typed_interop_anonymous_exp_test: RuntimeError # Please triage
445 custom_elements_test/register: RuntimeError # Please triage 443 custom_elements_test/register: RuntimeError # Please triage
446 js_typed_interop_anonymous2_test: RuntimeError # Please triage 444 js_typed_interop_anonymous2_test: RuntimeError # Please triage
447 js_typed_interop_anonymous_test: RuntimeError # Please triage 445 js_typed_interop_anonymous_test: RuntimeError # Please triage
448 js_array_test: RuntimeError # Please triage 446 js_array_test: RuntimeError # Please triage
449 js_function_getter_test/call: RuntimeError # Please triage 447 js_function_getter_test/call: RuntimeError # Please triage
450 custom/mirrors_test: RuntimeError # Please triage 448 custom/mirrors_test: RuntimeError # Please triage
451 custom/constructor_calls_created_synchronously_test: RuntimeError # Please triag e 449 custom/constructor_calls_created_synchronously_test: RuntimeError # Please triag e
452 indexeddb_4_test: RuntimeError # Please triage
453 input_element_test/attributes: Pass # Please triage 450 input_element_test/attributes: Pass # Please triage
454 js_function_getter_trust_types_test: RuntimeError # Please triage 451 js_function_getter_trust_types_test: RuntimeError # Please triage
455 js_typed_interop_side_cast_exp_test: RuntimeError # Please triage 452 js_typed_interop_side_cast_exp_test: RuntimeError # Please triage
456 js_typed_interop_anonymous2_exp_test: RuntimeError # Please triage 453 js_typed_interop_anonymous2_exp_test: RuntimeError # Please triage
457 mirrors_js_typed_interop_test: RuntimeError # Please triage 454 mirrors_js_typed_interop_test: RuntimeError # Please triage
458 websocket_test/websocket: RuntimeError # Please triage
459 js_function_getter_test: RuntimeError # Please triage 455 js_function_getter_test: RuntimeError # Please triage
460 custom_elements_23127_test/c1t: RuntimeError # Please triage 456 custom_elements_23127_test/c1t: RuntimeError # Please triage
461 custom_elements_test/innerHtml: RuntimeError # Please triage 457 custom_elements_test/innerHtml: RuntimeError # Please triage
462 mouse_event_test: RuntimeError # Please triage 458 mouse_event_test: RuntimeError # Please triage
463 xhr_test/xhr: RuntimeError # Please triage
464 js_test/JsObject_methods: RuntimeError # Please triage 459 js_test/JsObject_methods: RuntimeError # Please triage
465 js_test/Dart_functions: RuntimeError # Please triage 460 js_test/Dart_functions: RuntimeError # Please triage
466 js_test/new_JsObject: RuntimeError # Please triage 461 js_test/new_JsObject: RuntimeError # Please triage
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/cps_ir/inline.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698