OLD | NEW |
---|---|
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
416 transferables_test: StaticWarning | 416 transferables_test: StaticWarning |
417 typed_arrays_range_checks_test: StaticWarning | 417 typed_arrays_range_checks_test: StaticWarning |
418 typing_test: StaticWarning | 418 typing_test: StaticWarning |
419 webgl_1_test: StaticWarning | 419 webgl_1_test: StaticWarning |
420 window_nosuchmethod_test: StaticWarning | 420 window_nosuchmethod_test: StaticWarning |
421 | 421 |
422 [ $compiler == dart2js && $cps_ir ] | 422 [ $compiler == dart2js && $cps_ir ] |
423 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for | 423 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for |
424 | 424 |
425 [ $compiler == dart2js && $cps_ir && $browser ] | 425 [ $compiler == dart2js && $cps_ir && $browser ] |
426 custom/element_upgrade_test: RuntimeError # Please triage | 426 # Custom element support: |
427 js_dart_to_string_test: RuntimeError # Please triage | 427 custom/constructor_calls_created_synchronously_test: RuntimeError # Need custom element support #25484 |
428 custom_elements_23127_test/c2t: RuntimeError # Please triage | 428 custom/element_upgrade_test: RuntimeError # Need custom element support #25484 |
429 custom_elements_23127_test/c2: RuntimeError # Please triage | 429 custom/mirrors_test: RuntimeError # Need custom element support #25484 |
430 custom_elements_23127_test/baseline: RuntimeError # Please triage | 430 custom_elements_23127_test/baseline: RuntimeError # Need custom element support #25484 |
431 keyboard_event_test: RuntimeError # Please triage | 431 custom_elements_23127_test/c2: RuntimeError # Need custom element support #25484 |
Siggi Cherem (dart-lang)
2016/02/06 02:36:27
Sorry for the noise from sorting. I'll highlight t
| |
432 js_typed_interop_test: RuntimeError # Please triage | 432 custom_elements_23127_test/c1t: RuntimeError # Need custom element support #2548 4 |
433 js_typed_interop_side_cast_test: RuntimeError # Please triage | 433 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548 4 |
434 js_typed_interop_anonymous_exp_test: RuntimeError # Please triage | 434 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548 4 |
435 custom_elements_test/register: RuntimeError # Please triage | 435 custom_elements_test/register: RuntimeError # Need custom element support #25484 |
436 js_typed_interop_anonymous2_test: RuntimeError # Please triage | 436 |
437 js_typed_interop_anonymous_test: RuntimeError # Please triage | 437 # New js-interop support via package:js is only implemented in SSA: |
438 js_array_test: RuntimeError # Please triage | 438 js_array_test: RuntimeError # Need package:js support #24978 |
439 js_function_getter_test/call: RuntimeError # Please triage | 439 js_dart_to_string_test: RuntimeError # Need package:js support #24978 |
440 custom/mirrors_test: RuntimeError # Please triage | 440 js_function_getter_test/call: RuntimeError # Need package:js support #24978 |
441 custom/constructor_calls_created_synchronously_test: RuntimeError # Please triag e | 441 js_function_getter_test: RuntimeError # Need package:js support #24978 |
442 input_element_test/attributes: Pass # Please triage | 442 js_function_getter_trust_types_test: RuntimeError # Need package:js support #249 78 |
Siggi Cherem (dart-lang)
2016/02/06 02:36:27
I changed the tests slightly to make this one fail
| |
443 js_function_getter_trust_types_test: RuntimeError # Please triage | 443 js_typed_interop_anonymous2_exp_test: RuntimeError # Need package:js support #24 978 |
444 js_typed_interop_side_cast_exp_test: RuntimeError # Please triage | 444 js_typed_interop_anonymous2_test: RuntimeError # Need package:js support #24978 |
445 js_typed_interop_anonymous2_exp_test: RuntimeError # Please triage | 445 js_typed_interop_anonymous_exp_test: RuntimeError # Need package:js support #249 78 |
446 mirrors_js_typed_interop_test: RuntimeError # Please triage | 446 js_typed_interop_anonymous_test: RuntimeError # Need package:js support #24978 |
447 js_function_getter_test: RuntimeError # Please triage | 447 js_typed_interop_side_cast_exp_test: RuntimeError # Need package:js support #249 78 |
448 custom_elements_23127_test/c1t: RuntimeError # Please triage | 448 js_typed_interop_side_cast_test: RuntimeError # Need package:js support #24978 |
449 custom_elements_test/innerHtml: RuntimeError # Please triage | 449 js_typed_interop_test: RuntimeError # Need package:js support #24978 |
450 mouse_event_test: RuntimeError # Please triage | 450 mirrors_js_typed_interop_test: RuntimeError # Need package:js support #24978 |
Siggi Cherem (dart-lang)
2016/02/06 02:36:27
gone (fixed)
| |
451 js_test/JsObject_methods: RuntimeError # Please triage | 451 |
452 js_test/Dart_functions: RuntimeError # Please triage | 452 # These are raw dart:js tests that fail due to invalid code for `new #()`: |
453 js_test/new_JsObject: RuntimeError # Please triage | 453 js_test/JsObject_methods: RuntimeError # Bad code for new #(). Issue #25708 |
454 js_test/new_JsObject: RuntimeError # Bad code for new #(). Issue #25708 | |
455 js_test/Dart_functions: RuntimeError # Bad code for new #(). Issue #25708, also we seem to tree-shake a closure that escapes to js-interop | |
Siggi Cherem (dart-lang)
2016/02/06 02:40:06
looking closer into this one, I believe that only
| |
OLD | NEW |