| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 | 8 |
| 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) | 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 canvasrenderingcontext2d_test/fillText: Fail # TODO(dart2js-team): Please triage
this failure. | 75 canvasrenderingcontext2d_test/fillText: Fail # TODO(dart2js-team): Please triage
this failure. |
| 76 element_types_test/supported_datalist: Fail # TODO(dart2js-team): Please triage
this failure. | 76 element_types_test/supported_datalist: Fail # TODO(dart2js-team): Please triage
this failure. |
| 77 input_element_test/supported_week: Fail # TODO(dart2js-team): Please triage this
failure. | 77 input_element_test/supported_week: Fail # TODO(dart2js-team): Please triage this
failure. |
| 78 media_stream_test/supported_media: Fail # TODO(dart2js-team): Please triage this
failure. | 78 media_stream_test/supported_media: Fail # TODO(dart2js-team): Please triage this
failure. |
| 79 rtc_test/supported: Fail # TODO(dart2js-team): Please triage this failure. | 79 rtc_test/supported: Fail # TODO(dart2js-team): Please triage this failure. |
| 80 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. | 80 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this
failure. |
| 81 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. | 81 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail
ure. |
| 82 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. | 82 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. |
| 83 | 83 |
| 84 [ $runtime == safarimobilesim ] | 84 [ $runtime == safarimobilesim ] |
| 85 canvasrenderingcontext2d_test/fillText: RuntimeError # Issue 18573 | |
| 86 element_offset_test/offset: RuntimeError # Issue 18573 | 85 element_offset_test/offset: RuntimeError # Issue 18573 |
| 87 element_types_test/supported_meter: RuntimeError # Issue 18573 | 86 element_types_test/supported_meter: RuntimeError # Issue 18573 |
| 88 | 87 |
| 89 [ $runtime == chrome ] | 88 [ $runtime == chrome ] |
| 90 touchevent_test/supported: Pass, Fail # Issue 17061 | 89 touchevent_test/supported: Pass, Fail # Issue 17061 |
| 91 xhr_cross_origin_test: Pass, Fail # Issue 11884 | 90 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| 92 xhr_test: Pass, Fail # Issue 11884 | 91 xhr_test: Pass, Fail # Issue 11884 |
| 93 | 92 |
| 94 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] | 93 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 95 webgl_1_test: Pass, Fail # Issue 8219 | 94 webgl_1_test: Pass, Fail # Issue 8219 |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 events_test: StaticWarning | 454 events_test: StaticWarning |
| 456 htmlelement_test: StaticWarning | 455 htmlelement_test: StaticWarning |
| 457 localstorage_test: StaticWarning | 456 localstorage_test: StaticWarning |
| 458 mutationobserver_test: StaticWarning | 457 mutationobserver_test: StaticWarning |
| 459 track_element_constructor_test: StaticWarning | 458 track_element_constructor_test: StaticWarning |
| 460 transferables_test: StaticWarning | 459 transferables_test: StaticWarning |
| 461 typed_arrays_range_checks_test: StaticWarning | 460 typed_arrays_range_checks_test: StaticWarning |
| 462 typing_test: StaticWarning | 461 typing_test: StaticWarning |
| 463 webgl_1_test: StaticWarning | 462 webgl_1_test: StaticWarning |
| 464 window_nosuchmethod_test: StaticWarning | 463 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |